Skip to content

Permissions

Me Write Code defaults to direct local execution: tools can read files, edit files, and run shell commands according to the active approval/sandbox settings.

Current support

CapabilityStatusNotes
Plan modeShipped/plan makes the current chat read-only; /act returns to normal tool use.
Approval modeShippedWhen enabled, mutating tools and shell commands require interactive approval.
CheckpointsShippedFile edits can be checkpointed and rolled back from the TUI.
Native OS sandboxBetaSandbox support depends on platform and launch mode; verify with /doctor before relying on it for untrusted code.
Subagent worktree isolationShippedAgents with isolation: worktree run in a fresh git worktree.

Practical guidance

Use /plan before risky exploration, enable approval mode when working in unfamiliar repositories, and keep destructive shell commands behind explicit confirmation. Never run untrusted code solely because sandboxing is present; treat sandboxing as defense-in-depth, not the primary safety boundary.

MIT Licensed.