📄 中文摘要
Claude Code 最近推出了一种新的权限模式——自动模式,作为替代 <code>--dangerously-skip-permissions</code> 的选择。在自动模式下,Claude 会在用户的授权下自动做出权限决策,并在执行操作之前进行监控。这些监控措施似乎是通过 Claude Sonnet 4.6 实现的,相关文档中提到,在每次操作执行之前,会有一个独立的分类模型对对话进行审查,以判断该操作是否符合用户的请求。这一新功能旨在提高用户体验,减少不必要的权限提示,同时确保操作的安全性。
📄 English Summary
Auto mode for Claude Code
A new permissions mode called auto mode has been introduced in Claude Code as an alternative to <code>--dangerously-skip-permissions</code>. In auto mode, Claude makes permission decisions on behalf of the user, with safeguards monitoring actions before they are executed. These safeguards appear to be implemented using Claude Sonnet 4.6, as described in the documentation. Before each action runs, a separate classifier model reviews the conversation to determine if the action aligns with the user's request. This new feature aims to enhance user experience by reducing unnecessary permission prompts while ensuring the safety of actions.
Powered by Cloudflare Workers + Payload CMS + Claude 3.5
数据源: OpenAI, Google AI, DeepMind, AWS ML Blog, HuggingFace 等