feat(tui): add bounded restore snapshot listing
Harvested from PR #2513 by @cyq1017. Co-authored-by: cyq1017 <61975706+cyq1017@users.noreply.github.com>
This commit is contained in:
+2
-1
@@ -137,7 +137,8 @@ DeepSeek-TUI has three related but intentionally separate recovery paths:
|
||||
- Esc-Esc backtrack rewinds the live transcript to a previous user prompt and
|
||||
restores that prompt into the composer for editing.
|
||||
- `/restore` and the `revert_turn` tool restore workspace files from side-git
|
||||
snapshots. They do not rewrite conversation history.
|
||||
snapshots. `/restore list [N]` lists more snapshot options before choosing a
|
||||
rollback point. They do not rewrite conversation history.
|
||||
|
||||
A Pi-style in-file tree browser is a larger UI/data-model project. v0.8.40
|
||||
ships the bounded fork/backtrack primitives and explicit lineage metadata.
|
||||
|
||||
Reference in New Issue
Block a user