mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-01 01:51:44 +00:00
fix(tui): show queued prompts when drained
This commit is contained in:
parent
c9f7b703dd
commit
a30ffbe1d4
1 changed files with 2 additions and 2 deletions
|
|
@ -199,9 +199,9 @@ export function useSubmission(opts: UseSubmissionOptions) {
|
|||
return interpolate(text, send)
|
||||
}
|
||||
|
||||
send(text, composerRefs.queueRef.current.length === 0)
|
||||
send(text)
|
||||
},
|
||||
[composerRefs, interpolate, send, shellExec]
|
||||
[interpolate, send, shellExec]
|
||||
)
|
||||
|
||||
const dispatchSubmission = useCallback(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue