Claude Codeの自動モード
AnthropicはClaude Codeに「Auto mode」を導入し、危険な権限スキップと頻繁な承認要求の中間となる安全な自動実行モードを提供する。
キーポイント
Auto modeの導入
Claude Codeに新たな権限モード「Auto mode」が追加され、危険な権限スキップと頻繁な承認要求の中間となる安全な自動実行が可能になった。
安全性向上の仕組み
各ツール呼び出し前に分類器が危険な行動(大量ファイル削除、機密データ流出など)をチェックし、安全なもののみ自動実行、危険なものはブロックする。
リリーススケジュール
現在Teamプランで研究プレビューとして利用可能で、近日中にEnterpriseプランとAPIユーザーにも展開される予定。
使用上の注意
リスクを完全には排除せず、隔離環境での使用が推奨されており、分類器の誤判定(危険行動の許可や安全行動のブロック)の可能性がある。
影響分析・編集コメントを表示
影響分析
この機能はAI支援開発ツールの実用性を高め、長時間タスクの自動化を可能にする一方、安全性と利便性のバランスを取る新たなアプローチを示している。開発者ワークフローの効率化に寄与するが、完全な安全性保証がない点は今後の改善課題となる。
編集コメント
AI開発支援ツールの実用段階における安全性と利便性のバランスを取る重要な機能追加。完全な安全性保証がない点が今後の課題として残る。
タイトル: Claude Codeのオートモード
Claude Codeのオートモード
オートモードは、--dangerously-skip-permissions よりも安全な、長時間実行の代替手段を提供します。
カテゴリー: Claude Code / 製品発表
製品: Claude Code
日付: 2026年3月24日
読了時間: 5分
共有リンクをコピー: https://claude.com/blog/auto-mode
本日、Claude Codeの新しいパーミッションモード「オートモード」を導入します。これは、Claudeがユーザーに代わってパーミッションの判断を行い、実行前にアクションを監視するセーフガードを備えた機能です。現在、Teamプランでリサーチプレビューとして利用可能で、今後数日以内にEnterpriseプランとAPIユーザーにも提供される予定です。
Claude Codeのデフォルトのパーミッション設定は、意図的に保守的になっています。すべてのファイル書き込みとbashコマンドは承認を要求します。これは安全なデフォルト設定ですが、大規模なタスクを開始してその場を離れることができないことを意味します。Claudeが途中で頻繁にユーザーの承認を求めるためです。一部の開発者は --dangerously-skip-permissions を使ってパーミッションチェックをバイパスすることを選択しますが、パーミッションをスキップすると危険で破壊的な結果を招く可能性があり、隔離された環境以外では使用すべきではありません。
オートモードは中間的な道であり、すべてのパーミッションをスキップするよりもリスクを抑えつつ、中断を減らして長時間のタスクを実行できるようにします。各ツール呼び出しが実行される前に、分類器(classifier)がそれをレビューし、大量のファイル削除、機密データの流出、悪意のあるコード実行などの潜在的に破壊的なアクションがないかをチェックします。
分類器が安全と判断したアクションは自動的に実行され、リスクがあると判断されたものはブロックされます。ブロックされると、Claudeは別のアプローチを取るように促されます。Claudeがブロックされ続けるアクションをどうしても実行しようとする場合、最終的にはユーザーに対してパーミッションのプロンプトが表示されます。
オートモードは --dangerously-skip-permissions と比較してリスクを軽減しますが、完全に排除するものではありません。引き続き、隔離された環境での使用を推奨します。分類器が一部のリスクのあるアクションを許可してしまう可能性はあります。例えば、ユーザーの意図が曖昧な場合や、Claudeが環境について十分なコンテキストを持っておらず、アクションが追加のリスクを生む可能性に気づかない場合などです。また、無害なアクションを時折ブロックしてしまうこともあります。私たちは時間をかけてこの体験を改善していきます。
オートモードは、ツール呼び出しのトークン消費量、コスト、レイテンシ(latency)にわずかな影響を与える可能性があります。
はじめに
オートモードは、本日Claude Teamユーザー向けにClaude Codeでリサーチプレビューとして利用可能です。今後数日以内にEnterpriseおよびAPIユーザーにも展開される予定です。Claude Sonnet 4.6とOpus 4.6の両方で動作します。
管理者向け: オートモードはまもなく、Enterprise、Team、Claude APIプランのすべてのClaude Codeユーザーが利用できるようになります。CLIとVS Code拡張機能で無効にするには、管理設定で "disableAutoMode": "disable" を設定してください。オートモードはClaudeデスクトップアプリではデフォルトで無効になっており、Organization Settings -> Claude Codeで有効に切り替えることができます。
開発者向け: claude --enable-auto-mode を実行してオートモードを有効にし、Shift+Tabで切り替えてください。デスクトップアプリとVS Code拡張機能では、まずSettings -> Claude Codeでオートモードを有効にし、セッション内のパーミッションモードのドロップダウンから選択してください。
詳細については、ドキュメントをご覧ください。
PrevPrev0/5NextNextClaude Codeを入手 curl -fsSL https://claude.ai/install.sh | bashクリップボードにコマンドをコピーirm https://claude.ai/install.ps1 | iexクリップボードにコマンドをコピーまたはドキュメントを読むClaude Codeを試すClaude Codeを試すClaude Codeを試す開発者向けドキュメント開発者向けドキュメント開発者向けドキュメントeBook
Claudeで構築するチーム向けの製品ニュースとベストプラクティスをもっと探る
あなたのコンピューターでClaudeを活用
製品発表あなたのコンピューターでClaudeを活用あなたのコンピューターでClaudeを活用あなたのコンピューターでClaudeを活用あなたのコンピューターでClaudeを活用 2026年3月12日Claudeがインタラクティブなチャート、図表、視覚化を作成
製品発表Claudeがインタラクティブなチャート、図表、視覚化を作成Claudeがインタラクティブなチャート、図表、視覚化を作成Claudeがインタラクティブなチャート、図表、視覚化を作成Claudeがインタラクティブなチャート、図表、視覚化を作成 2026年3月19日AIの指数関数的成長におけるプロダクトマネジメント
Claude CodeAIの指数関数的成長におけるプロダクトマネジメント AIの指数関数的成長におけるプロダクトマネジメント AIの指数関数的成長におけるプロダクトマネジメント AIの指数関数的成長におけるプロダクトマネジメント 2026年3月18日Code with Claudeがサンフランシスコ、ロンドン、東京に登場
Claude CodeCode with Claudeがサンフランシスコ、ロンドン、東京に登場Code with Claudeがサンフランシスコ、ロンドン、東京に登場Code with Claudeがサンフランシスコ、ロンドン、東京に登場Code with Claudeがサンフランシスコ、ロンドン、東京に登場Claudeで組織の運営方法を変革
開発者ニュースレターを購読
製品アップデート、ハウツー、コミュニティスポットライトなど。毎月メールでお届けします。
購読購読月次の開発者ニュースレターを受け取りたい場合は、メールアドレスを入力してください。いつでも購読解除できます。
原文を表示
Auto mode for Claude Code
Auto mode provides a safer long-running alternative to --dangerously-skip-permissions
CategoryClaude CodeProduct announcements
ProductClaude Code
DateMarch 24, 2026
Reading time5min
ShareCopy linkhttps://claude.com/blog/auto-mode
Today, we're introducing auto mode, a new permissions mode in Claude Code where Claude makes permission decisions on your behalf, with safeguards monitoring actions before they run. It's available now as a research preview on the Team plan, and coming to the Enterprise plan and API users in the coming days.
Claude Code's default permissions are purposefully conservative: every file write and bash command asks for approval. It’s a safe default, but it means you can't kick off a large task and walk away, since Claude will request frequent human approvals along the way. While some developers choose to bypass permission checks with --dangerously-skip-permissions, skipping permissions can result in dangerous and destructive outcomes and should not be used outside of isolated environments.
Auto mode is a middle path that lets you run longer tasks with fewer interruptions while introducing less risk than skipping all permissions. Before each tool call runs, a classifier reviews it to check for potentially destructive actions like mass deleting files, sensitive data exfiltration, or malicious code execution.
Actions that the classifier deems as safe proceed automatically, and risky ones get blocked, redirecting Claude to take a different approach. If Claude insists on taking actions that are continually blocked, it will eventually trigger a permission prompt to the user.
Auto mode reduces risk compared to --dangerously-skip-permissions but doesn't eliminate it entirely, and we continue to recommend using it in isolated environments. The classifier may still allow some risky actions: for example, if user intent is ambiguous, or if Claude doesn't have enough context about your environment to know an action might create additional risk. It may also occasionally block benign actions. We’ll continue to improve the experience over time.
Auto mode may have a small impact on token consumption, cost, and latency for tool calls.
Getting started
Auto mode is available in Claude Code as a research preview for Claude Team users today, and will roll out to Enterprise and API users in the coming days. It works with both Claude Sonnet 4.6 and Opus 4.6.
For admins: Auto mode will soon be available for all Claude Code users on Enterprise, Team, and Claude API plans. To disable it for the CLI and VS Code extension, set "disableAutoMode": "disable" in your managed settings. Auto mode is disabled by default on the Claude desktop app, and can be toggled on using Organization Settings -> Claude Code.
For developers: Run claude --enable-auto-mode to enable auto mode, then cycle to it with Shift+Tab. On Desktop and in the VS Code extension, first toggle auto mode on in Settings -> Claude Code, then select it from the permission mode drop-down in a session.
Explore the docs for more information.
PrevPrev0/5NextNextGet Claude Code curl -fsSL https://claude.ai/install.sh | bashCopy command to clipboardirm https://claude.ai/install.ps1 | iexCopy command to clipboardOr read the documentationTry Claude CodeTry Claude CodeTry Claude CodeDeveloper docsDeveloper docsDeveloper docseBook
Explore more product news and best practices for teams building with Claude.
Put Claude to work on your computer
Product announcementsPut Claude to work on your computerPut Claude to work on your computerPut Claude to work on your computerPut Claude to work on your computer Mar 12, 2026Claude now creates interactive charts, diagrams and visualizations
Product announcementsClaude now creates interactive charts, diagrams and visualizationsClaude now creates interactive charts, diagrams and visualizationsClaude now creates interactive charts, diagrams and visualizationsClaude now creates interactive charts, diagrams and visualizations Mar 19, 2026Product management on the AI exponential
Claude CodeProduct management on the AI exponential Product management on the AI exponential Product management on the AI exponential Product management on the AI exponential Mar 18, 2026Code with Claude comes to San Francisco, London, and Tokyo
Claude CodeCode with Claude comes to San Francisco, London, and TokyoCode with Claude comes to San Francisco, London, and TokyoCode with Claude comes to San Francisco, London, and TokyoCode with Claude comes to San Francisco, London, and TokyoTransform how your organization operates with Claude
Get the developer newsletter
Product updates, how-tos, community spotlights, and more. Delivered monthly to your inbox.
SubscribeSubscribePlease provide your email address if you'd like to receive our monthly developer newsletter. You can unsubscribe at any time.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み