mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-09-01 00:31:51 +03:00
feat(tui): print resume command on exit
This commit is contained in:
+3
-2
@@ -43,8 +43,9 @@ Use `/sessions` to search and switch persisted conversations without leaving the
|
||||
`/new-chat` preserves the current conversation and starts another one; nanobot's existing `/new`
|
||||
command keeps its cross-channel behavior and resets the current chat. Each launch starts a new
|
||||
session using the launch directory as its workspace; `--session` selects an existing session and
|
||||
`--workspace` overrides the launch directory. When earlier transcript pages exist, press `PageUp`
|
||||
at the top to load them in place.
|
||||
`--workspace` overrides the launch directory. On exit, the restored terminal prints a ready-to-run
|
||||
`nanobot agent --session ...` command that resumes the current session. When earlier transcript
|
||||
pages exist, press `PageUp` at the top to load them in place.
|
||||
|
||||
The native client accepts bare WebSocket chat IDs or `websocket:<id>` selectors. Use
|
||||
`nanobot agent --classic --session <channel:id>` to resume a session owned by another channel;
|
||||
|
||||
Reference in New Issue
Block a user