mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
feat: add slash command for busy input mode
This commit is contained in:
parent
2de8a7a229
commit
1dcf79a864
4 changed files with 137 additions and 0 deletions
|
|
@ -234,6 +234,14 @@ display:
|
|||
|
||||
Queue mode is useful when you want to prepare follow-up messages without accidentally canceling in-flight work. Unknown values fall back to `"interrupt"`.
|
||||
|
||||
You can also change it inside the CLI:
|
||||
|
||||
```text
|
||||
/busy queue
|
||||
/busy interrupt
|
||||
/busy status
|
||||
```
|
||||
|
||||
### Suspending to Background
|
||||
|
||||
On Unix systems, press **`Ctrl+Z`** to suspend Hermes to the background — just like any terminal process. The shell prints a confirmation:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue