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:
Hunter B
2026-06-03 20:00:41 -07:00
parent 111a805eb8
commit 311eb4002b
4 changed files with 222 additions and 27 deletions
+2 -1
View File
@@ -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.