From e0956c896f30fb12d84767638c7d7fa625bec338 Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Wed, 13 May 2026 13:58:04 -0500 Subject: [PATCH] docs(readme): align mode summary with v0.8.35 prompts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ef47c5f..a405ee12 100644 --- a/README.md +++ b/README.md @@ -354,9 +354,9 @@ Full shortcut catalog: [docs/KEYBINDINGS.md](docs/KEYBINDINGS.md). | Mode | Behavior | | --- | --- | -| **Plan** 🔍 | Read-only investigation — model explores and proposes a plan (`update_plan` + `checklist_write`) before making changes | -| **Agent** 🤖 | Default interactive mode — multi-step tool use with approval gates; model outlines work via `checklist_write` | -| **YOLO** ⚡ | Auto-approve all tools in a trusted workspace; still maintains plan and checklist for visibility | +| **Plan** 🔍 | Read-only investigation — model explores and proposes a plan before making changes; multi-step investigations use `checklist_write` | +| **Agent** 🤖 | Default interactive mode — multi-step tool use with approval gates; substantial work is tracked with `checklist_write` | +| **YOLO** ⚡ | Auto-approve all tools in a trusted workspace; multi-step work still keeps a visible checklist | ---