Claude Code v2.1.219、新モデル「Opus 5」搭載
本文の状態
日本語全文を表示中
詳細モードで約5分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Claude Code Changelog
Claude Code のバージョン v2.1.219 がリリースされ、新モデル Claude Opus 5 の追加やサンドボックス設定の強化など、開発環境の安定性と制御機能の向上が図られた。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年7月31日 22:41
AI深層分析
キーポイント
新モデル Claude Opus 5 の導入とデフォルト化
Anthropic は「claude-opus-5」を新モデルとして追加し、Opus シリーズのデフォルトモデルに設定した。このモデルは 1M トークンのコンテキスト長をサポートし、高速モードでの価格が明示されている。
サンドボックスとセキュリティ設定の強化
「sandbox.network.strictAllowlist」設定により、許可されたホスト以外へのアクセスをプロンプトなしで拒否できるようになった。また、MCP サーバー接続時のエラー表示や構成ファイルの空白文字警告が追加され、セキュリティ監視が強化された。
自己ホストランナーとセッション管理の不具合修正
自己ホストランナーの再起動中や起動中に SIGTERM が発生した場合に生じていたステータス行の残存問題、およびセッション再開時の権限喪失問題が修正された。これにより、実行環境の安定性が向上した。
UI/UX およびアクセシビリティの改善
Vim モードやスクリーンリーダーモードでの入力動作の不具合、GNU screen 内でのコピー機能の問題などが修正された。また、「Remote Control」に関するエラーメッセージがより具体的になり、ユーザーのトラブルシューティングを支援する。
Claude --teleport の改善とリポジトリ表示
現在のチェックアウトがセッションのリポジトリと一致しない場合、どのリポジトリを指しているかを表示する機能が強化された。
重要な引用
Added Claude Opus 5 (claude-opus-5), now the default Opus model — 1M context, fast mode at $10/$50 per Mtok
Added sandbox.network.strictAllowlist setting to deny non-allowlisted hosts for sandboxed commands without prompting
Fixed a permission you approved while a self-hosted runner was restarting being dropped when the session resumed
"Improved claude --teleport to show which repo your current checkout points at when it doesn't match the session's repo"
編集コメントを表示
編集コメント
今回のアップデートは、新モデルの導入だけでなく、開発現場で頻発するランナー管理やセキュリティ設定の不具合を体系的に修正した点に価値がある。特に自己ホスト環境での安定性向上は、大規模な AI エージェント運用において重要な基盤整備と言える。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
変更点
- Claude Opus 5 (claude-opus-5) を追加し、デフォルトの Opus モデルとしました。コンテキスト長は 1M で、高速モードでは 100 万トークンあたり 10 ドル/50 ドルです。
- sandbox.network.strictAllowlist 設定を追加しました。これにより、サンドボックス化されたコマンドを実行する際、許可リストにないホストに対してプロンプトを表示せずに拒否できるようになります。
- DirectoryAdded フックを追加しました。これは /add-dir コマンドの実行後、または SDK の register_repo_root コントロールリクエストによってセッション中に新しい作業ディレクトリが登録された際に発火します。
- headless stream-json の初期化イベントに mcp_server_errors を追加しました。設定検証でスキップされた --mcp-config エントリーの一覧を出力し、ターミナル実行時には起動警告を表示します。
- workflowSizeGuideline 設定キーを追加しました。これにより、動的なワークフローサイズのガイドラインを任意の設定ファイルから指定できるようになります。この設定が行われている間は /config の行は非表示になります。
- stream-json でのネストされたサブエージェントの転送機能を追加しました。--forward-subagent-text オプションを設定すると、深さ 2 以上の階層で生成されたサブエージェントが、生成した Agent ツールの使用 ID をキーにして表示されます。
- claude -p のテキスト出力において、API エラーが発生してターンが中断された際に、既に生成された回答が失われる不具合を修正しました。
- クライアントサーバーの接続失敗時に HTTP ステータスとエラーメッセージを claude mcp list および /mcp コマンドに表示するようにし、MCP 設定値に隠れた先頭または末尾の空白が含まれている場合の警告を追加しました。
- セルフホスト型ランナーの再起動中に承認した権限が、セッション再開時に失われる不具合を修正しました。これにより、承認されたアクションが正常に実行されるようになりました。
- 既存プランに含まれる Fable モデルに対して、古いキャッシュによってラベルが固定化されていたため「利用クレジットが必要」と表示されてしまう不具合を修正しました。
- 自己ホスト型ランナーの起動中に SIGTERM が到着してしまい、リース期限までステータスが有効なまま残っていた不具合を修正しました。現在はクリーンに登録解除されるようになりました。
- 自己ホスト型ランナーの起動時やセッション時の失敗について、構造化されたカテゴリを追加しました。これにより、フックエラー、ランナークラッシュ、設定エラーなどを明確に区別できるようになりました。
- モデルピッカーで、マージされた Opus の行が「Opus (1M context)」ではなく単なる「Opus」と表示されていた不具合を修正しました。
- GNU screen 内で選択時にコピーされる挙動を修正しました。以前は選択した内容の代わりに base64 がターミナルに出力されていましたが、現在は正しく選択されたテキストがコピーされます。
- モデル切り替えや再接続、組織チェックの失敗後に、リモートコントロールクライアントが古い高速モードの状態を引きずっていた不具合を修正しました。
- Windows 環境で CLAUDE_CODE_GIT_BASH_PATH の値が bash/sh バイナリではない場合に、プロセスが終了したり誤って bash として使用されたりする不具合を修正しました。現在は警告を表示した上でこの設定は無視されるようになりました。
- Vim モードの挙動を修正しました。空のプロンプトで←キーを押すと、INSERT モードからではなく NORMAL モードからエージェントビューへ戻るようになりました。
- スクリーンリーダーモードで、入力ライン全体が毎回のキー入力で書き換えられていた不具合を修正しました。現在はタイプした文字のみが読み上げられるように改善されました。
- 「Remote Control は api.anthropic.com 経由でのみ利用可能です」というエラーメッセージを改善し、問題の原因となった設定項目名を明示するようにしました。
- claude --teleport コマンドの表示を改善しました。現在のチェックアウト先リポジトリがセッションのリポジトリと一致しない場合、どちらのリポジトリを指しているかを明確に表示します。
- ダイナミックワークフローのデフォルト設定を変更しました。現在は「中サイズ」を基準とし、エージェント数を 15 未満に抑えるようガイドラインを設定しています。必要に応じて /config コマンドで別のサイズや制限なしを選択できます。
- 管理対象 MCP の許可リスト/拒否リストの ${VAR} エントリを、設定ファイル環境ではなく起動時環境や managed-settings 環境から解決するように変更しました。
- モデルピッカーを変更し、ハイライト表示がリスト内の任意の部分ではなく、最新モデルの名前のみを対象とするようにしました。これにより、ハイライトは新リリースを明確に示します。
- 実行中のワークフローのステータスラインに、現在のデフォルトサイズを表示するように追加しました。変更が必要な場合は /config を参照してください。
- Opus 4.7 を高速モードから削除しました。/fast コマンドは現在、Opus 5 と Opus 4.8 に適用されます。
- claude-api スキルをデフォルトで Claude Opus 5 に更新し、Opus 4.8 からの移行パスを用意しました。
- サブエージェントがデフォルトで最大深度 3 のネストされたサブエージェントを生成できるようになりました(従来は 1)。ネスト機能を無効化するには、CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH=1 を設定してください。
原文を表示
What's changed
- Added Claude Opus 5 (claude-opus-5), now the default Opus model — 1M context, fast mode at $10/$50 per Mtok
- Added sandbox.network.strictAllowlist setting to deny non-allowlisted hosts for sandboxed commands without prompting
- Added DirectoryAdded hook that fires after /add-dir or the SDK register_repo_root control request registers a new working directory mid-session
- Added mcp_server_errors to the headless stream-json init event, listing --mcp-config entries skipped by config validation; terminal runs print a startup warning
- Added the workflowSizeGuideline settings key so the advisory Dynamic workflow size guideline can be set from any settings file; the /config row is hidden while one does
- Added nested subagent forwarding in stream-json: subagents spawned at depth-2+ now appear when --forward-subagent-text is set, keyed by their spawning Agent tool_use id
- Fixed claude -p text output dropping the answer already produced when a turn dies on a mid-stream API error
- Added HTTP status and error text to claude mcp list and /mcp when a server fails to connect, and a warning for MCP config values with hidden leading or trailing whitespace
- Fixed a permission you approved while a self-hosted runner was restarting being dropped when the session resumed, so the approved action now runs
- Fixed the Fable model row showing "Requires usage credits" for plans that include it, when a stale cache had baked the label in
- Fixed a SIGTERM arriving while a self-hosted runner was starting up leaving a stale active row until the lease expired; it now deregisters cleanly
- Added structured failure categories to self-hosted runner spawn and session failures, so hook errors, runner crashes and config errors can be told apart
- Fixed the /model picker showing the merged Opus row as plain "Opus" instead of "Opus (1M context)"
- Fixed copy-on-select inside GNU screen printing base64 into the terminal instead of copying the selection
- Fixed Remote Control clients keeping a stale fast-mode status after a model switch, reconnect, or failed org check
- Fixed CLAUDE_CODE_GIT_BASH_PATH on Windows exiting or being used as bash when the path isn't a bash/sh binary; it's now ignored with a warning
- Fixed Vim mode: pressing ← on an empty prompt now returns to the agent view from NORMAL mode, not just INSERT
- Fixed screen-reader mode rewriting the entire input line on every keystroke instead of echoing only the typed character
- Improved the "Remote Control is only available via api.anthropic.com" error to name the specific setting that caused it
- Improved claude --teleport to show which repo your current checkout points at when it doesn't match the session's repo
- Changed dynamic workflows to default to a medium size guideline (aim for fewer than 15 agents); pick another size or unrestricted with Dynamic workflow size in /config
- Changed managed MCP allowlist/denylist ${VAR} entries to resolve from the startup environment and managed-settings env instead of settings-file env
- Changed the /model picker to highlight only the newest model's name, so the highlight marks the new release rather than an arbitrary subset of the list
- Added the current default workflow size to the running-workflow status line, with a pointer to /config for changing it
- Removed Opus 4.7 from fast mode; /fast now applies to Opus 5 and Opus 4.8
- Updated the claude-api skill to default to Claude Opus 5, with a migration path from Opus 4.8
- Subagents can now spawn nested subagents up to depth 3 by default (was 1); set CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH=1 to disable nesting
AI算出
主要ニュースainew評価高い
Anthropic が Claude Code の新バージョンで独自開発の最新モデル「Opus 5」をデフォルトに据え、コンテキスト長やサンドボックス機能など具体的な技術的変更点を明記しているため、AI テクノロジーニュースとして極めて関連性が高く、新規性も高い。
6つの評価軸を見る
- AI関連度
- 100
- 情報源の信頼性
- 100
- 新規性
- 75
- 調べる価値
- 100
- 重複の少なさ
- 100
- 日本での有用性
- 25
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み