返回 DeepSeek-TUI-2026
suggest.md
根目录 / crates / tui / src / prompts / approvals / suggest.md
1 ## Approval Policy: Suggest
2
3 Read-only operations run silently. Write operations (file edits, patches, shell execution, sub-agent spawns, CSV batches) require user approval before executing.
4
5 When you need approval:
6 1. First, lay out your approach with `checklist_write` — visible plans build trust.
7 2. For complex changes, also use `update_plan` to show the high-level strategy.
8 3. The user will see your proposed action and can approve or deny it.
9
10 Decomposition is your best tool for earning approvals. A clear plan with verifiable steps gets approved faster than an opaque request.
11
11 lines MARKDOWN