Claude Code Changelog公式発表·2026年7月9日 06:22·約4分
Claude Code v2.1.205 の更新内容
本文の状態
日本語全文を表示中
詳細モードで約4分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Claude Code Changelog
まず要点
Anthropic が Claude Code のバージョン 2.1.205 をリリースし、セッション記録ファイルの改ざん防止機能や JSON スキーマ処理の不具合修正などを実装しました。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
変更点
- セッショントランスクリプトファイルへの改ざんをブロックする自動モードルールを追加しました。
- スキーマが無効な場合や、format キーワードを使用しているスキーマが拒否された場合に、--json-schema が構造化されていない出力を静かに生成していた不具合を修正しました。
- Claude が処理中に表示されていたメッセージが、--max-turns リミットでターンが終了した際に静かに失われていた不具合を修正しました。
- NTFS ジャンクションまたはディレクトリシンボリックリンクがワークツリー内に存在する場合に、Windows のワークツリー削除時にワークツリー外のファイルも削除されていた不具合を修正しました。
- SendMessage で再開された後に、エージェントリストでバックグラウンドエージェントが「失敗」または「完了」として表示され続けていた不具合を修正しました。
- エージェントのターンに読み取り可能なテキストが含まれていない場合に、エージェントリストでバックグラウンドジョブが「入力待ち」から「作業中」へ逆転していた不具合を修正しました。
- バックグラウンドエージェントがアップグレード中の再起動中で、その完了を待たずに claude attach がエラーになっていた不具合を修正しました。
- Bash コール内で生成されたプルリクエスト(PR)の出力が 30K のインライン制限を超えていた場合に、セッションから PR へのリンク付けが行われていなかった不具合を修正しました。
- サーバー名にサポートされていない文字が含まれていると claude mcp add-from-claude-desktop がフリーズしていた不具合を修正しました。現在は無効な名前が報告され、残りのサーバーは正常にインポートされます。
- 初期化に失敗したプラグインの LSP サーバーが原因で、同じファイル拡張子を扱う別のプラグインの有効な LSP サーバーが処理できなくなっていた不具合を修正しました。
- コマンド実行中に Claude の起動元ディレクトリが削除、ロック、またはアンマウントされた場合に Windows でクラッシュしていた不具合を修正しました。
- ディレクトリスキャンが進行中である間にファイルウォッチャーが閉じられた際にクラッシュする不具合を修正
- 文書化されたコマンドに変更があった場合のみではなく、すべてのセッションでプロジェクト検証スキルが書き換えられる不具合を修正
- ジョブリストが画面からわずかに溢れた場合に、エージェントビューの表示が1行分高くなりヘッダーが切り取られる不具合を修正
- Web およびモバイルのリモートコントロールパネルにおけるバックグラウンドタスクで、ステータス変更ごとに完全なタスク状態を転送することで、古くなった「実行中」ステータスが表示される不具合を修正
- 文脈から解決できない変数に対して
rm -rfを実行する前に確認を求めるよう、自動モードを改善 - オートアップデートバイナリのダウンロードがメモリにバッファリングされるのではなくディスクへストリーミングされるようになったため、アップデーターのピークメモリ使用量が約400 MB削減されました
- バックグラウンドタスク通知で、人間の入力がないことを明示的に記載し、文書化された承認が捏造されて実行されるのを防止しました
- エージェントビューを改善:既存の PR に対して編集、マージ、コメント付け、プッシュを行うセッションは、Claude Agents でその PR にリンクされます
- エージェントビューを改善:行には生のツール呼び出しテキストではなく、色付きの状態単語と分類器が作成した見出しが表示され、ピーク(プレビュー)ではブロックされたセッションの正確な要求を含む完全なステータスで開きます
/doctorは診断および修正可能な完全なセットアップチェックアップとなり、/checkupがそのエイリアスとなりました- Claude Desktop パネル名変更を前に、「Claude Browser」MCP サーバー名(「Claude Preview」と併せて)を予約しました。ユーザーが設定した MCP サーバーはもはやどちらの名前でも登録できなくなりました
- CLI 2.1.203 以降において、"Not logged in · Please run /login" というエラーメッセージが表示され、Cowork VM モードのローカルエージェントセッションが起動しなかった不具合を修正しました。
原文を表示
What's changed
- Added an auto mode rule that blocks tampering with session transcript files
- Fixed --json-schema silently producing unstructured output when the schema was invalid, and schemas using the format keyword being rejected
- Fixed a message sent while Claude was working being silently lost when the turn ended at the --max-turns limit
- Fixed Windows worktree removal deleting files outside the worktree when an NTFS junction or directory symlink existed inside it
- Fixed background agents staying shown as "failed" or "completed" in the agent list after being resumed with SendMessage
- Fixed background jobs flipping from "needs input" back to "working" in the agent list when the agent's turn contained no readable text
- Fixed claude attach erroring when a background agent was mid-upgrade restart instead of waiting for it to come back
- Fixed session-to-PR linking missing a PR created in a Bash call whose output exceeded the 30K inline limit
- Fixed claude mcp add-from-claude-desktop getting stuck when a server name contains unsupported characters; invalid names are now reported and remaining servers still import
- Fixed a plugin LSP server that fails to initialize preventing a valid LSP server from another plugin handling the same file extension
- Fixed a Windows crash when the directory Claude was launched from is deleted, locked, or unmounted while a command is running
- Fixed a crash when a file watcher was closed while a directory scan was still in flight
- Fixed project verify skills being rewritten on every session instead of only when a documented command changed
- Fixed the agent view rendering one line too high and clipping its header when the job list slightly overflowed the screen
- Fixed background tasks in the web and mobile Remote Control panels showing stale "Running" status by forwarding full task state on every membership change
- Improved auto mode to ask before running rm -rf on a variable it can't resolve from context
- Auto-update binary downloads now stream to disk instead of buffering in memory, cutting the updater's peak memory usage by roughly 400 MB
- Background task notifications now explicitly state that no human input has occurred, preventing fabricated in-transcript approvals from being acted on
- Improved agent view: sessions that edit, merge, comment on, or push to an existing PR now link it in claude agents
- Improved agent view: rows now show a colored state word and a classifier-written headline instead of raw tool call text, and the peek opens with full status including the exact ask for blocked sessions
- /doctor is now a full setup checkup that can diagnose and fix issues; /checkup is its alias
- Reserved the "Claude Browser" MCP server name (alongside "Claude Preview") ahead of the Claude Desktop pane rename; user-configured MCP servers can no longer register under either name
- Fixed Cowork VM-mode local-agent sessions failing to start with "Not logged in · Please run /login" on CLI 2.1.203+
この記事をシェア
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み