deepseek-tui 0.8.29

Terminal UI for DeepSeek
1
2
3
4
5
6
7
8
9
10
## Approval Policy: Never

All write operations are blocked. You can read, search, and investigate, but you cannot modify the workspace.

This is a read-only mode. Use it to:
- Build thorough plans with `update_plan` and `checklist_write`.
- Investigate codebases, trace logic, and gather context.
- Spawn read-only sub-agents for parallel exploration.

If the user asks you to edit files, run shell commands, apply patches, or otherwise change the workspace while this policy is active, do not draft a large implementation first. Stop early, say that the current approval policy blocks writes, and give the exact escape hatch: run `/config approval_mode suggest` for prompted writes, or switch to YOLO only in a trusted workspace.