Claude Code Changelog·2026年6月25日 06:58·約3分
Claude Code v2.1.191 の更新内容
TL;DR
Claude Code がバージョン 2.1.191 にアップデートされ、会話の巻き戻し機能やスクロール位置の改善、停止したエージェントの再活性化防止などの修正が行われました。
変更点
- /clear コマンドを実行する前の会話から再開するために、/rewind サポートを追加しました。
- ストリーミング応答中に過去の出力を読み込んでいる際に、スクロール位置が下部にジャンプする問題を修正しました。
- 停止されたバックグラウンドエージェントが復活してしまう不具合を修正しました。タスクパネルからエージェントを停止すると、現在は永続的に停止されます。
- 組織のポリシーによって無効化されている場合に /voice コマンドが一般的な「利用不可」メッセージを表示していた問題を修正し、現在は制限内容について説明するようになりました。
- Windows Terminal でリンクが折り返された際に /login URL が切り捨てられて表示されていた問題を修正しました。
- ssh/tmux 経由で Ghostty を使用しているフルスクリーンモードで、リンクを Cmd+クリックする機能を修正しました。
- claude エージェントが組み込みのスラッシュコマンド(/usage など)をバックグラウンドセッションのプロンプトテキストとして送信していた問題を修正し、現在はヒントを表示するようにしました。
- claude エージェントのジョウ行で、貼り付けられた画像に対して完全なファイルシステムパスが表示されていた問題を修正し、[Image #N] プレースホルダーを表示するようにしました。
- カンマ区切りのマッチャー(例:"Bash,PowerShell")を持つフックが静かに決して発火しない不具合を修正しました。
- /permissions コマンドの「最近拒否された」タブで、拒否の承認を閉じた際に無視されていた問題を修正し、現在は閉じても承認内容が保持されるようになりました。
- ロスターをオーバーフロー上限までスクロールした際に、エージェントパネルが1行分ジャンプする不具合を修正しました。
- ウェルカムスプラッシュアートがデフォルトの 80×24 の macOS Terminal ウィンドウからはみ出していた問題を修正しました。
- マネージド設定において、forceRemoteSettingsRefresh が MDM またはファイルポリシー経由で設定された際に有効になるようにし、フェッチ時に Cache-Control: no-cache を送信してプロキシが古いレスポンスを配信しないようにしました。
- サンドボックスネットワーク権限ダイアログの改善:「はい」で許可したホストは、セッション終了まで記憶され、接続ごとに再確認を求められることがなくなりました
- MCP サーバーの信頼性の向上:機能ディスカバリー(tools/list, prompts/list, resources/list)において、一時的なネットワークエラー発生時に短時間のバックオフを伴ってリトライを行うようになりました
- MCP OAuth の改善:ディスカバリーおよびトークン要求で一時的なネットワークエラーが発生した場合に 1 回リトライを行い、ヘッドレス環境ではブラウザポップアップをスキップして直接 URL を貼り付けるプロンプトへ移行します
- MCP エラーメッセージの改善:HTTP 404 エラー時に URL が表示され、MCP 設定への案内がなされるようになりました
- vim モードのプロンプト履歴検索(NORMAL /)の改善:スラッシュコマンドへのアクセス方法をヒントとして提示するようになりました
- テキスト更新を 100ms ごとに統合することで、ストリーミング応答中の CPU 使用量を約 37% 削減しました
- 端末出力キャッシュによる長時間セッションでのメモリ増加を抑制しました
原文を表示
What's changed
- Added /rewind support for resuming a conversation from before /clear was run
- Fixed scroll position jumping to the bottom while reading earlier output during a streaming response
- Fixed background agents resurrecting after being stopped — stopping an agent from the tasks panel is now permanent
- Fixed /voice showing a generic "not available" message when disabled by an organization's policy — it now explains the restriction
- Fixed /login URL opening truncated in Windows Terminal when it wraps across lines
- Fixed Cmd+click on links in fullscreen mode for Ghostty over ssh/tmux
- Fixed claude agents sending builtin slash commands like /usage to background sessions as prompt text instead of showing a hint
- Fixed claude agents job rows showing full filesystem paths for pasted images instead of the [Image #N] placeholder
- Fixed hooks with comma-separated matchers (e.g. "Bash,PowerShell") silently never firing
- Fixed /permissions Recently-denied tab: approving a denial now persists on close instead of being silently discarded
- Fixed the agent panel jumping by one row when scrolling the roster past the overflow cap
- Fixed the welcome splash art overflowing the default 80×24 macOS Terminal window
- Fixed managed settings: forceRemoteSettingsRefresh now takes effect when set via MDM or file policy, and the fetch sends Cache-Control: no-cache to prevent proxies from serving stale responses
- Improved sandbox network permission dialog: hosts you allow with "Yes" are now remembered for the rest of the session instead of re-prompting on every connection
- Improved MCP server reliability: capability discovery (tools/list, prompts/list, resources/list) now retries transient network errors with short backoff
- Improved MCP OAuth: discovery and token requests now retry once after transient network errors, and headless environments skip the browser popup and go straight to the paste-the-URL prompt
- Improved MCP error messages: HTTP 404 errors now show the URL and point to your MCP config
- Improved vim mode prompt-history search (NORMAL /) to hint how to reach slash commands
- Reduced CPU usage during streaming responses by ~37% by coalescing text updates to 100ms
- Reduced long-session memory growth from terminal output cache
この記事をシェア
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み