research-preview
2 questions
- AI
How do I let Claude work autonomously without approving every command?
Auto mode replaces permission prompts with a background classifier that blocks anything dangerous and lets routine work through. It's narrower than bypassPermissions, available on Max/Team/Enterprise/API only, and quietly drops some of your existing allow rules on entry.
- AI
How do I get Claude to react to a Sentry alert while I sleep?
Channels are MCP servers that push events into your already-running Claude Code session — webhooks from CI or Sentry, DMs from your phone, anything that can speak HTTP. Here's the webhook-receiver pattern end to end, plus the sender-gating footgun that bites people.