Adds Claude Code's newer `auto` permission mode as a fifth option (Plan / Default / Accept Edits / **Auto** / Bypass).
- `PermissionMode::Auto` → `--permission-mode auto` (terminals + resumed sessions); env value `auto` for the scheduler
- `triple-c-task-runner` maps `auto` to the flag (needs image rebuild to reach existing containers)
- Segmented control + `auto` terminal-tab badge
- Task editor: Auto no longer shows the "may stall" warning — blocked actions are denied, not prompted — and shows a softer note instead
- Tests: Rust terminal-cmd test for Auto; vitest for control ordering/selection and task-editor note
- Docs: README, TECHNICAL, HOW-TO-USE
Verified `claude --permission-mode auto -p` works on Claude Code 2.1.282. vitest 977/977, cargo test 676 passed.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Claude Code now ships `--permission-mode auto`, where a safety classifier
approves routine actions and blocks risky ones without prompting. Expose it
as a fifth mode between Accept Edits and Bypass: terminals, resumed sessions,
the tab badge, and the scheduler's task runner all map it to the flag.
Headless scheduled runs don't stall in Auto (blocked actions are denied, not
prompted), so the task editor shows a softer note instead of the stall warning.
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude Code starts in its prompting mode when auto isn't available for the
session's model or backend, so a headless Auto task can still stall. Say so
in the task editor, the task runner comment, and HOW-TO-USE.
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds Claude Code's newer
autopermission mode as a fifth option (Plan / Default / Accept Edits / Auto / Bypass).PermissionMode::Auto→--permission-mode auto(terminals + resumed sessions); env valueautofor the schedulertriple-c-task-runnermapsautoto the flag (needs image rebuild to reach existing containers)autoterminal-tab badgeVerified
claude --permission-mode auto -pworks on Claude Code 2.1.282. vitest 977/977, cargo test 676 passed.🤖 Generated with Claude Code