Claude Code Changelog公式発表·2026年7月11日 09:52·約4分
Claude Code v2.1.207 の更新内容
本文の状態
日本語全文を表示中
詳細モードで約4分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Claude Code Changelog
まず要点
Anthropic は Claude Code のバージョン 2.1.207 をリリースし、Bedrock や Vertex AI などの環境で自動モードのオプトインを不要化しました。また、長いリストやコードブロックを含むストリーミング応答時のターミナルフリーズ問題を修正しました。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
変更点
- Bedrock、Vertex AI、Foundryにおいて、CLAUDE_CODE_ENABLE_AUTO_MODE オプトインなしで自動モードが利用可能になりました。設定内の disableAutoMode で無効化できます。
- 非常に長いリスト、表、段落、またはコードブロックを含むレスポンスをストリーミング中にターミナルがフリーズしたり、キー入力が遅延する問題を修正しました。
- 非対話型実行(claude -p、SDK)からリモート管理された設定が、セキュリティ同意ダイアログを一度も表示せずに永続的に同意済みとして記録される不具合を修正しました。
- 悪意のないシステム生成の会話更新によって引き起こされていた誤ったプロンプトインジェクション警告を修正しました。
- 毎回のリリースで ~/.local/bin/claude にカスタムランチャースクリプトやシンボリックリンクを上書きしていた自動アップデーターの問題を修正しました。これにより、/doctor コマンドは外部管理されたランチャーとして報告するようになりました。
- cd を含む複合コマンドで、出力先が /dev/null のみである場合でも権限を要求していた問題を修正しました。
- レスポンスのストリーミング完了時に転写テキストが回答の開始位置より上にジャンプする不具合を修正しました。
- 最後の worktree.sparsePaths worktree が削除された後、リポジトリの .git/config に extensions.worktreeConfig が残存し、tea などの go-git ツールが破損する問題を修正しました。
- ルールのグローブ(globs)、スキルパス、.ignore ファイル、.worktreeinclude ファイル内の不正な括弧パターンにより、ファイル読み込み、ファイル提案、および worktree の作成が失敗する不具合を修正しました。
- 不正なチームメイトのメールボックスメッセージによって引き起こされ、毎秒繰り返しエラーが発生し、手動でメールボックスファイルを削除するまでクラッシュループに陥るエージェントチームの問題を修正しました。
- プランの受け入れ時にエージェントビュー行にその名前が表示されない背景セッションの名前自動生成機能を修正
- エージェントリストからコールドリオープンした後に空白で再開する、git worktree に入った背景セッションの問題を修正
- ネットワーク断絶や認証情報の更新後、接続が回復した際にリモートコントロールタスクの状態更新情報が失われる問題を修正
- デスクトップアプリがホストするリモートコントロールセッションで、モバイルおよび Web で背景エージェントとワークフローの進行状況が表示されない問題を修正
- Deep research 実行時に Fetch フェーズのエージェントをすべて「不明」とラベル付けしていた問題を修正 — チップにはソースのホスト名が表示されるようになりました
- Bedrock が API リクエストごとに IAM Identity Center から AWS SSO の新しい認証情報を繰り返し要求する問題を修正
- エージェントビューを改善:同じテキストを再度貼り付けると、[Pasted text #N] プレースホルダーが展開され、2 つ目のプレースホルダーが追加されるのを防止しました
- エージェントビューを改善:ブロックされたセッションのプレビューでは、質問を先頭に置き、同じタイムスタンプを 2 回表示する代わりに、「待機中 3 分」などの言葉で表した鮮度時計を表示するように変更しました
- Bedrock、Vertex、および AWS 上の Claude Platform がデフォルトで Claude Opus 4.8 を使用するようになりました
- オートモードの動作を変更:autoMode の読み取りを .claude/settings.local.json(リポジトリ内)から停止し、代わりに ~/.claude/settings.json を使用するようにしました
- Windows で AWS 認証情報の解決が停止した場合(例:credential_process がフリーズ)、無限に待機する問題を修正 — 60 秒のストールガードが作動し、永遠に待つのを防止します
- プラグインフック/モニター/MCP ヘッダーヘルパー:シェル形式コマンド内での ${user_config.*} の使用が拒否されました(シェル注入対策)。フックでは exec 形式(引数配列)または $CLAUDE_PLUGIN_OPTION_ を使用してください。モニターおよびヘッダーヘルパーについては、スクリプト内で値を読み取るようにしてください(設定ファイルまたはサーバーの環境ブロック内)。
- プラグインオプション値 (pluginConfigs) は、プロジェクトレベルの .claude/settings.json から不再読み込まれます。有効なのはユーザー設定、--settings 引数、および管理された設定のみです。
- /usage-credits の数量入力において、誤った形式の値(例:貼り付けられたタイムスタンプなど)が自動的に数字に変換されていた不具合を修正しました。現在は誤った形式の数量はエラーとして拒否され、$1,000 を超える数量については手動での確認入力が必須となります。
原文を表示
What's changed
- Auto mode is now available without CLAUDE_CODE_ENABLE_AUTO_MODE opt-in on Bedrock, Vertex AI, and Foundry; disable via disableAutoMode in settings
- Fixed the terminal freezing and keystrokes lagging while streaming responses containing very long lists, tables, paragraphs, or code blocks
- Fixed remote managed settings from a non-interactive run (claude -p, the SDK) being permanently recorded as consented without ever showing the security consent dialog
- Fixed spurious prompt-injection warnings triggered by benign system-generated conversation updates
- Fixed the auto-updater overwriting a custom launcher script or symlink at ~/.local/bin/claude on every release; /doctor now reports an externally managed launcher
- Fixed compound commands with cd prompting for permission when the only output redirect was to /dev/null
- Fixed the transcript jumping above the start of the answer when a response finishes streaming
- Fixed extensions.worktreeConfig being left in the repo's .git/config (breaking go-git tools like tea) after the last worktree.sparsePaths worktree was removed
- Fixed malformed bracket patterns in rules globs, skill paths, .ignore, and .worktreeinclude breaking file reads, file suggestions, and worktree creation
- Fixed a crash loop in agent teams where a malformed teammate mailbox message caused repeated errors every second until the mailbox file was manually deleted
- Fixed background sessions auto-named by accepting a plan not showing that name on their agent-view row
- Fixed background sessions that entered a git worktree resuming blank after a cold reopen from the agent list
- Fixed Remote Control task status updates being lost when the connection recovered from a network interruption or credential refresh
- Fixed Remote Control sessions hosted by the desktop app not showing background agent and workflow progress on mobile and web
- Fixed Deep research runs labeling every Fetch-phase agent "unknown" — chips now show the source hostname
- Fixed Bedrock repeatedly requesting fresh AWS SSO credentials from IAM Identity Center on every API request
- Improved agent view: pasting the same text again now expands the collapsed [Pasted text #N] placeholder instead of adding a second one
- Improved agent view: blocked session peeks now lead with the question and show a worded staleness clock (waiting 3m) instead of the same timestamp twice
- Changed Bedrock, Vertex, and Claude Platform on AWS to default to Claude Opus 4.8
- Changed auto mode to no longer read autoMode from .claude/settings.local.json (repo-resident); use ~/.claude/settings.json instead
- Fixed an indefinite hang on Windows when AWS credential resolution stalls (e.g. a stuck credential_process): the 60-second stall guard now fires instead of waiting forever.
- Plugin hooks/monitors/MCP headersHelper: ${user_config.*} in shell-form commands is now rejected (shell-injection fix). Hooks: use exec form (args array) or $CLAUDE_PLUGIN_OPTION_; monitors and headersHelper: read the value inside the script (config file or the server's env block).
- Plugin option values (pluginConfigs) are no longer read from project-level .claude/settings.json; only user, --settings, and managed settings are honored
- Fixed /usage-credits amount inputs silently stripping malformed values (e.g. a pasted timestamp) to digits; malformed amounts are now rejected with an error, and amounts over $1,000 require a typed confirmation
AI算出
主要ニュースainew評価高い
AI コーディングエージェントの主要ツールである Claude Code の重大な更新(自動モードのデフォルト化、ターミナルフリーズ修正など)を具体的に記述しており、開発者にとって実用的かつ即時的な情報価値が高い。ただし、日本固有の導入事例や規制情報は含まれていないため、日本の関連性は標準的なレベルとなる。
80/ 100
6つの評価軸を見る
- AI関連度
- 100
- 情報源の信頼性
- 100
- 新規性
- 75
- 調べる価値
- 100
- 重複の少なさ
- 100
- 日本での有用性
- 25
2026年7月24日 算出算出方法と限界
この記事をシェア
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み