mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-15 14:22:43 +00:00
opentui(harden): clear the recovering status once the gateway is ready again
This commit is contained in:
parent
07fcb3282c
commit
28a2f95631
1 changed files with 3 additions and 0 deletions
|
|
@ -482,6 +482,9 @@ export function createSessionStore() {
|
|||
switch (event.type) {
|
||||
case 'gateway.ready':
|
||||
setState('ready', true)
|
||||
// Clear any transient status: on a recovery-respawn ready this drops the
|
||||
// lingering 'gateway recovering (attempt N)…' line; no-op on first connect.
|
||||
setState('status', undefined)
|
||||
setSkin(event.payload?.skin)
|
||||
break
|
||||
case 'skin.changed':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue