mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-09-02 17:22:06 +03:00
feat(tui): make follow-up queue explicit
This commit is contained in:
+3
-1
@@ -112,7 +112,9 @@ Then start an interactive terminal chat with:
|
||||
nanobot agent
|
||||
```
|
||||
|
||||
In interactive mode, `Enter` sends and `Alt+Enter` inserts a newline. Exit with `exit`, `/exit`, `:q`, or `Ctrl+D`.
|
||||
In interactive mode, `Enter` sends and `Ctrl+J` inserts a newline. While a turn is running,
|
||||
`Enter` steers it, `Tab` queues a follow-up, and `Alt+Up` edits the latest queued message. Exit
|
||||
with `exit`, `/exit`, `:q`, or `Ctrl+D`.
|
||||
|
||||
## Choose One Next Step
|
||||
|
||||
|
||||
Reference in New Issue
Block a user