mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-07 02:51:50 +00:00
fix(tui): keep queued sends in queue UI
This commit is contained in:
parent
5ac4088856
commit
7143d22a83
2 changed files with 11 additions and 8 deletions
|
|
@ -395,6 +395,7 @@ export function useMainApp(gw: GatewayClient) {
|
|||
const next = composerActions.dequeue()
|
||||
|
||||
if (next) {
|
||||
patchUiState({ busy: true, status: 'running…' })
|
||||
sendQueued(next)
|
||||
}
|
||||
}, [ui.sid, ui.busy, composerActions, composerRefs, sendQueued])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue