feat(tui): make follow-up queue explicit

This commit is contained in:
Xubin Ren
2026-08-17 20:56:10 +08:00
parent 2f7355426d
commit 2f78f7fbc5
14 changed files with 495 additions and 93 deletions
+3 -1
View File
@@ -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