Claude Code Changelog公式発表·2026年7月10日 10:45·約5分
Claude Code v2.1.206 の更新内容
本文の状態
日本語全文を表示中
詳細モードで約5分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Claude Code Changelog
まず要点
Anthropic が Claude Code をバージョン 2.1.206 にアップデートし、ディレクトリパスの提案機能や CLAUDE.md ファイルの最適化チェック機能を追加しました。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
変更点
- /cd コマンドにディレクトリパスの提案機能を追加し、/add-dir の動作と整合させました。
- /doctor チェックを追加しました。これは、コードベースから Claude が導き出せるコンテンツを削除することで、チェックインされた CLAUDE.md ファイルの不要な部分を削減するよう提案します。
- /commit-push-pr コマンドは、origin だけでなく、リポジトリに設定されたプッシュリモート(remote.pushDefault または 1 つのみが設定されている場合はそのリモート)への git push を自動的に許可するように拡張されました。
- Gateway: /login コマンドで、Anthropic が運営するパブリックゲートウェイエンドポイントをサポートしました。
- EnterWorktree は、プロジェクトの .claude/worktrees/ ディレクトリ外にある git worktree に入る前に確認を求められるようになりました。
- バックグラウンドエージェントは、Claude Code のアップデート直後にバックグラウンドで新しいバージョンへ自動的にアップグレードされるようになりました。これにより、セッションにアタッチした際に発生していた、遅い stale-session アップグレードの待機時間が不要になりました。
- 期限切れのログインが、適切な /login 実行を促す代わりに、「選択されたモデルに問題があります」という誤解を招くエラーメッセージと共にすべてのモデルで失敗する不具合を修正しました。
- claude --resume および --continue コマンドが起動時にキーボード入力に応答しなかった不具合を修正しました。
- --mcp-config または .mcp.json で設定された MCP サーバーが、サーバーごとの request_timeout_ms を無視していた不具合を修正しました。これにより、新規セッションで長時間実行される MCP ツール呼び出しが 60 秒のデフォルト値でタイムアウトする問題が解消されました。
- CLAUDE_CODE_EXTRA_BODY が、claude エージェントや --bg バックグラウンドワーカーによって静かに無視されていた不具合を修正しました。シェル環境変数としてエクスポートされたオーバーライドは、現在ディスパッチセッションに従うようになりました。
- OAuth MCP サーバーで、トークンリフレッシュが 1 回失敗した後に手動での再認証が必要になっていた不具合を修正しました。
- cold start でサーバー接続完了前に「MCP ツールが見つかりません」というエラーで MCP サーバーがクラッシュする問題に対し、--permission-prompt-tool の指し先を修正しました
- /model picker において、行名と異なるモデルの価格が表示されていた問題を修正し、その価格を請求していないプロバイダに対してはファーストパーティのリスト価格を表示しないようにしました
- エンタイトルメントやホワイトリスト制限により、モデル行が配置基準から除外された場合に、サーバー提供のモデル行が /model picker 内で誤って配置される問題を修正しました
- スラッシュコマンドをターン中に送信した後にデスクトップセッションが「実行中」のまま停止する問題を修正しました
- Windows 環境で bare claude --resume を実行する前にセットアッププロンプトが表示された際、エージェントビューでのキーボード入力が無視される問題を修正しました
- claude rm コマンドにより削除されたジョブがデーモンロスターに残り、claude agents で行が再表示されてしまう問題を修正しました
- ログアウト状態の /remote-control が「不明なコマンド」と表示していた問題を修正し、現在はサインイン方法を説明するようにしました
- ワークフロー詳細ビューで左矢印キーを押してもフェーズやエージェントから戻れなかった問題を修正しました
- /status コマンドで同じ「インストール破損」警告が重複してリストされていた問題を修正しました
- 使用されていないプラグインに関する誤ったヒントと、LSP プラグインの disuse テレメトリ(利用停止データ)の歪みを修正しました
- /doctor の更新チェックにおいて、Homebrew インストールを settings チャンネルではなく cask のチャンネルと比較するように修正しました
- フルスクリーン時のジャンプボタンのショートカットキーを macOS で Ctrl+End と誤って示していた問題を修正し、再バインドされたコードを表示しないようにし、トランスクリプトをまたがらないようにしました
- Bedrock: 制限された egress ネットワークで awsCredentialExport ヘルパーを使用した場合に発生する数分間の起動停止問題を修正しました
- クラウド・オプス・4-8 (claude-opus-4-8) におけるすべての努力レベルで、/code-review の発見結果の品質を向上させました
- エージェントビューを改善: ステータスカラムが now 64 文字で切り捨てられる代わりに、ターミナルの全幅を使用するようになりました
- エージェントビューの変更: Ctrl+X を押すと完了したセッションが恒久的に削除され、セッションが二度とレンダリングされなくなりました。削除されたバックグラウンドジョブも完全に削除されます
原文を表示
What's changed
- Added directory path suggestions to /cd, matching /add-dir behavior
- Added a /doctor check that proposes trimming checked-in CLAUDE.md files by cutting content Claude could derive from the codebase
- /commit-push-pr now auto-allows git push to the repo's configured push remote (remote.pushDefault, or the sole remote when only one is configured) in addition to origin
- Gateway: /login now supports Anthropic-operated public gateway endpoints
- EnterWorktree now asks for confirmation before entering a git worktree outside the project's .claude/worktrees/ directory
- Background agents now upgrade to a new version in the background right after a Claude Code update, instead of paying a slow stale-session upgrade when you attach
- Fixed an expired login failing every model with a misleading "There's an issue with the selected model" error instead of prompting to run /login
- Fixed claude --resume and --continue not responding to keyboard input on startup
- Fixed MCP servers configured via --mcp-config or .mcp.json ignoring a per-server request_timeout_ms, which caused long-running MCP tool calls to time out at the 60s default in fresh sessions
- Fixed CLAUDE_CODE_EXTRA_BODY being silently ignored by claude agents / --bg background workers; the shell-exported override now follows the dispatching session
- Fixed OAuth MCP servers requiring manual re-authentication after a single failed token refresh
- Fixed --permission-prompt-tool pointing at an MCP server crashing with "MCP tool not found" on cold start before the server finishes connecting
- Fixed /model picker rows printing a price for a different model than the row named, and stopped quoting first-party list prices on providers that don't bill them
- Fixed server-provided model rows being misplaced in the /model picker when an entitlement or allowlist restriction drops the row they were positioned against
- Fixed desktop sessions getting stuck showing "running" after a slash command was sent mid-turn
- Fixed keyboard input being ignored in the agents view when a setup prompt appeared before a bare claude --resume on Windows
- Fixed claude rm leaving the removed job in the daemon roster, causing the row to reappear in claude agents
- Fixed /remote-control showing "Unknown command" when logged out — it now explains how to sign in
- Fixed left arrow not stepping back out of a phase or agent in the workflow detail view
- Fixed /status listing the same broken-install warning twice
- Fixed false "disused plugin" tips and skewed disuse telemetry for LSP plugins
- Fixed /doctor's update check to compare Homebrew installs against their cask's channel instead of the settings channel
- Fixed the fullscreen jump-to-bottom pill suggesting Ctrl+End on macOS, not showing rebound chords, and wrapping over the transcript
- Bedrock: fixed a multi-minute startup hang when using an awsCredentialExport helper on networks with restricted egress
- Improved /code-review findings quality on claude-opus-4-8 across all effort levels
- Improved agents view: status column now uses full terminal width instead of truncating at 64 characters
- Changed agents view: Ctrl+X now permanently removes a completed session, and sessions no longer render twice; deleted background jobs stay deleted
AI算出
通常リリースainew評価高い
Anthropic の AI コーディングエージェント「Claude Code」のバージョン更新記事であり、AI ツールの実装詳細が中心であるため関連性は最高値です。具体的な機能追加(ディレクトリパス提案、CLAUDE.md 最適化など)と多数の不具合修正が含まれているため、単なる版番号告知以上の情報価値があり novelty は 0.75 とします。検索意図は明確な製品名とバージョン番号を含むため 1.0 です。日本固有の発表や利用条件の変更はないため 0.25 です。
80/ 100
6つの評価軸を見る
- AI関連度
- 100
- 情報源の信頼性
- 100
- 新規性
- 75
- 調べる価値
- 100
- 重複の少なさ
- 100
- 日本での有用性
- 25
2026年7月24日 算出算出方法と限界
この記事をシェア
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み