You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(chat): add --yolo flag to auto-approve tool calls
Gated by a typed I ACCEPT acknowledgement at boot; surfaces a red
banner and toolbar badge while active and logs each auto-approved
call.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The REPL persists conversation history across restarts. Type a message and press Enter to send. `Ctrl+D` or `/exit` to quit.
27
28
29
+
### Yolo mode
30
+
31
+
`--yolo` skips the per-tool-call permission prompt and auto-approves every request for the session. On boot it shows a disclaimer and requires you to type `I ACCEPT` exactly; anything else aborts. The boot banner border turns red and a `YOLO` badge appears in the bottom toolbar while it is active. Each auto-approved call is still logged as `● yolo auto-approve: <tool>` so you can see what ran. Use only inside disposable worktrees or sandboxes you trust the agent to operate on unattended.
0 commit comments