Claude Code Changelog公式発表·2026年7月7日 07:51·約4分
Anthropic、Claude Code v2.1.202 を公開しワークフロー制御機能を強化
本文の状態
日本語全文を表示中
詳細モードで約4分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Claude Code Changelog
まず要点
Anthropic は Claude Code のバージョン 2.1.202 をリリースし、動的ワークフローのサイズを調整する設定や OpenTelemetry 属性の追加、インライン Ctrl+R でのクラッシュ修正を行った。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
変更点
- /config に「動的ワークフローサイズ」設定を追加し、Claude が動的ワークフローを通常どの程度大きく作成するか(小/中/大のエージェント数)を制御できるようにしました。これは強制上限ではなく、指針としての推奨値です。
- ワークフローから起動されたエージェントが発信するテレメトリに、workflow.run_id および workflow.name の OpenTelemetry 属性を追加し、OTel データからワークフロー実行のアクティビティを再構築できるようにしました。
- 履歴ファイルのスキャンが完了していない状態で検索結果を受け入れまたはキャンセルした際に発生していた、インライン Ctrl+R 履歴検索でのクラッシュを修正しました。
- 背景セッションに対して /rename を実行した後、ジョブが再起動すると変更が元に戻ってしまう不具合を修正し、新しい名前によるセッションの指定が可能になりました。
- インプレイスクライアント証明書ローテーション中に設定が再適用された際に発生していた一時的な mTLS ハンドシェイク失敗を修正しました。
- リモートコントロール(モバイル/ウェブ)から対話型セッションに送信されたコマンドが「不明なコマンド」としてエラーになる不具合を修正しました。
- キャプションなしでリモートコントロールのモバイルまたはウェブアプリから送信された画像やファイルが、静かに破棄されていた不具合を修正しました。
- claude auth login および claude mcp login --no-browser で印刷されるサインイン URL が、SSH 上で折り返し表示された場合に reliably クリックできないという不具合を修正し、現在は単一のハイパーリンクとして出力されるようになりました。
- claude agents からチャットを開こうとした際に、「背景エージェントとして実行中」というエラーメッセージが表示され、その後ワーカーのクラッシュ/再起動ループに陥る場合がある不具合を修正しました。
- Unicode クォートエスケープを含む文字列内でワークフロースクリプトがパース前に破損する不具合を修正; ワークローパーの解析エラー時に、常に TypeScript を非難していたのをやめ、問題のある行を表示するように変更
- マイクまたはオーディオレコーダーの失敗時に音声dictation が無限ループで再試行される不具合を修正; 連続したキャプチャ失敗時には音声入力を一時停止するように変更
- /remote-control セッションでモバイルアプリおよびWeb アプリに誤った権限モードが表示されていた不具合を修正
- セッション名による再開や、再開ピッカーを開く際に、多数の git worktrees を持つリポジトリで数分かかるという問題と大量のメモリ使用の問題を修正
- プロキシまたはネットワークがダウンロード中に接続を切断した場合に「aborted」というエラーでインストーラーおよびアップデーターのダウンロードが即座に失敗する不具合を修正; 一時的な接続断は再試行するように変更
- 既に読み込まれたスキルを再度呼び出すと、その指示内容がコンテキストに重複して追加される不具合を修正
- /workflows エージェントリストのレイアウトを改善: タイトル幅を広げ、専用時間列を追加し、モデル名を短縮し、行ごとのツール呼び出しカウントを表示しないように変更
- MCP エラーメッセージを改善: サーバー設定に URL はあるが型がない場合、誤解を招く「command: expected string」の代わりに、「type": "http"」を提案する明確なエラーメッセージを表示するように変更
- /review コマンドを高速な単一パスレビューに戻し、選択した努力レベルでのマルチエージェントレビューには /code-review を使用するように変更
原文を表示
What's changed
- Added a "Dynamic workflow size" setting in /config for controlling how large Claude generally makes dynamic workflows (small/medium/large agent counts) — an advisory guideline, not an enforced cap
- Added workflow.run_id and workflow.name OpenTelemetry attributes to telemetry emitted by workflow-spawned agents, so a workflow run's activity can be reconstructed from OTel data
- Fixed a crash in the inline Ctrl+R history search when accepting or cancelling while the search was still scanning the history file
- Fixed /rename on background sessions being reverted when the job restarts, which broke addressing the session by its new name
- Fixed transient mTLS handshake failures when settings were re-applied during an in-place client certificate rotation
- Fixed commands sent from Remote Control (mobile/web) into an interactive session failing with "Unknown command"
- Fixed images and files sent from the Remote Control mobile or web app without a caption being silently dropped
- Fixed the sign-in URL printed by claude auth login and claude mcp login --no-browser not being reliably clickable when it wraps over SSH — it is now emitted as a single hyperlink
- Fixed opening a chat from claude agents sometimes failing with "currently running as a background agent" followed by a worker crash/respawn loop
- Fixed workflow scripts with unicode quote escapes in strings being corrupted before parsing; workflow parse errors now show the offending line instead of always blaming TypeScript
- Fixed voice dictation retrying in an unbounded loop when the microphone or audio recorder fails — repeated capture failures now pause voice input
- Fixed /remote-control sessions showing the wrong permission mode in the mobile and web apps
- Fixed resuming a session by name, or opening the resume picker, taking minutes and using a large amount of memory in repositories with many git worktrees
- Fixed installer and updater downloads failing immediately with "aborted" when a proxy or network drops the connection mid-download — transient connection drops now retry
- Fixed re-invoking an already-loaded skill appending a duplicate copy of its instructions to context
- Improved /workflows agent list layout: wider titles, a dedicated time column, shorter model names, and no per-row tool-call counts
- Improved MCP error messages: clearer error when a server config has url but no type, suggesting "type": "http" instead of the misleading "command: expected string"
- Changed /review back to a fast single-pass review; use /code-review for the multi-agent review at a chosen effort level
この記事をシェア
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み