fix(session): scope latest resume to workspace (#830)

This commit is contained in:
Hunter Bown
2026-05-06 03:16:44 -05:00
committed by GitHub
parent 3e93143079
commit ab92892cc4
5 changed files with 168 additions and 46 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ Run `deepseek --help` for the canonical list. Common flags:
- `--workspace <DIR>`: workspace root for file tools
- `--yolo`: start in YOLO mode
- `-r, --resume <ID|PREFIX|latest>`: resume a saved session
- `-c, --continue`: resume the most recent session
- `-c, --continue`: resume the most recent session in this workspace
- `--max-subagents <N>`: clamp to `1..=20`
- `--no-alt-screen`: run inline without the alternate screen buffer
- `--mouse-capture` / `--no-mouse-capture`: opt in or out of internal mouse scrolling, transcript selection, and right-click context actions. Mouse capture is enabled by default on non-Windows terminals so drag selection copies only user/assistant transcript text; hold Shift while dragging or use `--no-mouse-capture` for raw terminal selection. On Windows it defaults off to avoid CMD/terminal mouse escape sequences being inserted into the prompt; use `--mouse-capture` to opt in.