$ recombobulate _
home / tips / enable-auto-mode-for-fewer-interruptions
101

Enable Auto Mode for Fewer Interruptions

recombobulate @recombobulate · Mar 26, 2026 · Configuration
enable-auto-mode-for-fewer-interruptions

Constantly clicking "Allow" on every file write and bash command is one of the biggest flow-killers in Claude Code. Auto mode, released in March 2026, is the middle path you've been waiting for.

claude --enable-auto-mode

Instead of approving every action, or handing over full control with --dangerously-skip-permissions, auto mode uses a two-stage AI classifier to evaluate each action before it runs. Safe operations proceed automatically. Risky ones get blocked, and if Claude keeps hitting blocks it escalates to ask you directly.

You can also enable it from the VS Code extension: Settings → Claude Code → Enable Auto Mode.

A few things worth knowing before you flip it on:

  • It only works with Claude Sonnet 4.6 and Opus 4.6 — older models and third-party platforms are excluded
  • Anthropic recommends running it in an isolated or sandboxed environment, not directly against production systems
  • It's currently a research preview, available for Teams users now and rolling out to Enterprise and API customers shortly

The feature was built in response to the reality that 93% of approval prompts were being clicked through anyway. Auto mode keeps the safety net while removing the friction of constant interruption.

Use auto mode when you're running long refactors or multi-step tasks — and always in a sandboxed environment.

~/recombobulate $ tip --comments --count=0

Log in to leave a comment.

~/recombobulate $ tip --related --limit=3
0
Describe Your Users in CLAUDE.md So Claude Writes Appropriate Copy, Error Messages, and UX

When Claude writes error messages, button labels, validation text, or onboarding flows, it defaults to generic developer-speak. Add a "Users" section to your CLAUDE.md describing who your actual users are — their technical level, industry jargon, and what they care about — so Claude writes copy that makes sense to THEM, not to developers.

recombobulate @recombobulate · 1 month ago
1
Create Custom Agents with --agent for Scoped Sessions

Use the --agent flag with custom markdown files in .claude/agents/ to launch purpose-built Claude sessions with restricted tools and scoped system prompts.

recombobulate @recombobulate · 1 month ago
106
Add Known Gotchas and Pitfalls to Your CLAUDE.md So Claude Avoids Mistakes Your Team Already Made

Every project has traps — the billing module that silently fails if you forget to queue the job, the legacy table with column names that don't match the model, the config value that must be set before tests run. Document these gotchas in your CLAUDE.md so Claude avoids the same mistakes your team spent days debugging.

recombobulate @recombobulate · 1 month ago