Problem
In interactive TUI mode, permission prompts (bash, edit, read) interrupt workflow. --dangerously-skip-permissions only works for the headless run command — there is no way to skip permission prompts in the TUI.
Proposed Solution
Add a /yolo slash command and --yolo CLI flag that auto-approves all permission requests in the TUI. Explicit deny rules in config remain respected.
This mirrors the approach in upstream anomalyco/opencode#11831 and PR anomalyco/opencode#27855.
Use Cases
- Power users who trust the agent and want uninterrupted sessions
- Rapid prototyping where speed matters more than review
- Developers stepping away while the agent works
Mirrored from XiaomiMiMo/MiMo-Code#256 — original author @fakecore.
Problem
In interactive TUI mode, permission prompts (bash, edit, read) interrupt workflow.
--dangerously-skip-permissionsonly works for the headlessruncommand — there is no way to skip permission prompts in the TUI.Proposed Solution
Add a
/yoloslash command and--yoloCLI flag that auto-approves all permission requests in the TUI. Explicitdenyrules in config remain respected.This mirrors the approach in upstream anomalyco/opencode#11831 and PR anomalyco/opencode#27855.
Use Cases
Mirrored from XiaomiMiMo/MiMo-Code#256 — original author @fakecore.