Claude Code Changelog

v2.1.110

2026年4月15日 GitHub で見る

📝 概要

フルスクリーン対応の/tuiコマンド追加、MCP安定性向上、セッション再開機能強化を含む大型アップデート

🔄 主な変更点

  • 新機能: /tui fullscreenコマンドでちらつきのないレンダリングモードに切り替え可能に
  • 新機能: /focusコマンドでフォーカスビューを個別に切り替え(従来のCtrl+Oは詳細表示のみ切り替えに変更)
  • 新機能: autoScrollEnabled設定でフルスクリーン時の自動スクロールを無効化可能
  • 改善: /pluginの管理画面UIが改善(要注意アイテムとお気に入りを上部表示、無効化アイテムは折りたたみ)
  • 改善: --resume/--continueで未実行のスケジュールタスクも復元可能に
  • 改善: Remote Control(モバイル/Web)から/autocompact/context/exit/reload-pluginsが実行可能に
  • 改善: セッション要約機能がテレメトリ無効ユーザー(Bedrock、Vertex等)でも利用可能に
  • 修正: MCP接続切断時のツール呼び出しハング問題を解決
  • 修正: API到達不能時の数分間のハングを修正
  • 修正: フルスクリーン時のテキスト選択中の高CPU使用率を修正
  • セキュリティ: 信頼できないファイル名からのコマンドインジェクション対策を強化

💡 解説・活用案

今回のアップデートは特にリモートワークとマルチデバイス利用のユーザーに有益です。/tui fullscreenでターミナル表示が大幅に改善され、長時間の作業でも目の疲れが軽減されます。また、Remote Control対応コマンドの拡大により、モバイルからでも高度な操作が可能になりました。MCP関連の安定性向上により、外部ツール連携を多用する開発フローがより信頼性の高いものになります。

🌐 日本語訳

変更内容

  • /tuiコマンドとtui設定を追加 — /tui fullscreenを実行すると、同じ会話内でちらつきのないレンダリングに切り替わります
  • Ctrl+Oを通常表示と詳細トランスクリプト表示の切り替えのみに変更。フォーカスビューは新しい/focusコマンドで個別に切り替えるようになりました
  • autoScrollEnabled設定を追加し、フルスクリーンモードで会話の自動スクロールを無効化できるようになりました
  • Ctrl+G外部エディタでClaudeの最後の応答をコメント化されたコンテキストとして表示するオプションを追加(/configで有効化)
  • /pluginのインストール済みタブを改善 — 注意が必要なアイテムとお気に入りが上部に表示され、無効化されたアイテムは折りたたみの後ろに隠され、fキーで選択したアイテムをお気に入りに追加できます
  • /doctorを改善し、MCPサーバーが異なるエンドポイントで複数の設定スコープに定義されている場合に警告を表示します
  • --resume/--continueが未実行のスケジュールタスクを復元するようになりました
  • /autocompact/context/exit/reload-pluginsがRemote Control(モバイル/Web)クライアントから実行可能になりました
  • Writeツールが、IDE差分で提案されたコンテンツを承認前に編集した場合、モデルに通知するようになりました
  • Bashツールが、任意の大きな値を受け付けるのではなく、文書化された最大タイムアウトを強制するようになりました
  • SDK/ヘッドレスセッションが、分散トレースリンク用に環境からTRACEPARENT/TRACESTATEを読み取るようになりました
  • テレメトリが無効なユーザー(Bedrock、Vertex、Foundry、DISABLE_TELEMETRY)に対してセッション要約が有効になりました。/configまたはCLAUDE_CODE_ENABLE_AWAY_SUMMARY=0でオプトアウトできます
  • SSE/HTTPトランスポートでサーバー接続が応答中に切断された場合、MCPツール呼び出しが無期限にハングする問題を修正しました
  • APIに到達できない場合、非ストリーミングフォールバックリトライが数分間のハングを引き起こす問題を修正しました
  • セッション要約、ローカルスラッシュコマンド出力、その他のシステムステータス行がフォーカスモードで表示されない問題を修正しました
  • ツール実行中にテキストが選択されている場合、フルスクリーンで高CPU使用率になる問題を修正しました
  • マーケットプレイスエントリが依存関係を省略している場合、プラグインインストールがplugin.jsonで宣言された依存関係を尊重しない問題を修正。/pluginインストールで自動インストールされた依存関係をリスト表示するようになりました
  • disable-model-invocation: trueのスキルがメッセージ途中で/<skill>経由で呼び出された場合に失敗する問題を修正しました
  • --resumeが、まだ実行中または異常終了したセッションに対して、/rename名ではなく最初のプロンプトを表示することがある問題を修正しました
  • マルチツール呼び出しターン中にキューに入れられたメッセージが一時的に2回表示される問題を修正しました
  • セッションクリーンアップがサブエージェントトランスクリプトを含む完全なセッションディレクトリを削除しない問題を修正しました
  • CLI再起動後(例: /tui、プロバイダー設定ウィザード)にキー入力が失われる問題を修正しました
  • macOSのTerminal.appや同期出力をサポートしていない他のターミナルで起動時のレンダリングが文字化けする問題を修正しました
  • 信頼できないファイル名からのコマンドインジェクションに対して「エディタで開く」アクションを強化しました
  • updatedInputを返すPermissionRequestフックがpermissions.denyルールに対して再チェックされない問題を修正。setMode:'bypassPermissions'の更新がdisableBypassPermissionsModeを尊重するようになりました
  • ツール呼び出しが失敗した場合、PreToolUseフックのadditionalContextがドロップされる問題を修正しました
  • 非JSON行をstdoutに出力するstdio MCPサーバーが、最初の非JSON行で切断される問題を修正(2.1.105でのリグレッション)
  • CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFICまたはCLAUDE_CODE_DISABLE_TERMINAL_TITLEが設定されている場合、ヘッドレス/SDKセッションの自動タイトルが余分なHaikuリクエストを発行する問題を修正しました
  • パイプ(非TTY)Ink出力に単一の非常に幅の広い行が含まれている場合、過剰なメモリ割り当てが発生する可能性がある問題を修正しました
  • フルスクリーンモードでリストがモーダルをオーバーフローする場合、/skillsメニューがスクロールしない問題を修正しました
  • セッションが古すぎる場合、Remote Controlセッションが再ログインを促すのではなく汎用エラーを表示する問題を修正しました
  • claude.aiからのRemote Controlセッション名変更がローカルCLIセッションにタイトルを永続化しない問題を修正しました
原文(英語)を表示

What's changed

  • Added /tui command and tui setting — run /tui fullscreen to switch to flicker-free rendering in the same conversation
  • Changed Ctrl+O to toggle between normal and verbose transcript only; focus view is now toggled separately with the new /focus command
  • Added autoScrollEnabled config to disable conversation auto-scroll in fullscreen mode
  • Added option to show Claude's last response as commented context in the Ctrl+G external editor (enable via /config)
  • Improved /plugin Installed tab — items needing attention and favorites appear at the top, disabled items are hidden behind a fold, and f favorites the selected item
  • Improved /doctor to warn when an MCP server is defined in multiple config scopes with different endpoints
  • --resume/--continue now resurrects unexpired scheduled tasks
  • /autocompact, /context, /exit, and /reload-plugins now work from Remote Control (mobile/web) clients
  • Write tool now informs the model when you edit the proposed content in the IDE diff before accepting
  • Bash tool now enforces the documented maximum timeout instead of accepting arbitrarily large values
  • SDK/headless sessions now read TRACEPARENT/TRACESTATE from the environment for distributed trace linking
  • Session recap is now enabled for users with telemetry disabled (Bedrock, Vertex, Foundry, DISABLE_TELEMETRY). Opt out via /config or CLAUDE_CODE_ENABLE_AWAY_SUMMARY=0.
  • Fixed MCP tool calls hanging indefinitely when the server connection drops mid-response on SSE/HTTP transports
  • Fixed non-streaming fallback retries causing multi-minute hangs when the API is unreachable
  • Fixed session recap, local slash-command output, and other system status lines not appearing in focus mode
  • Fixed high CPU usage in fullscreen when text is selected while a tool is running
  • Fixed plugin install not honoring dependencies declared in plugin.json when the marketplace entry omits them; /plugin install now lists auto-installed dependencies
  • Fixed skills with disable-model-invocation: true failing when invoked via /<skill> mid-message
  • Fixed --resume sometimes showing the first prompt instead of the /rename name for sessions still running or exited uncleanly
  • Fixed queued messages briefly appearing twice during multi-tool-call turns
  • Fixed session cleanup not removing the full session directory including subagent transcripts
  • Fixed dropped keystrokes after the CLI relaunches (e.g. /tui, provider setup wizards)
  • Fixed garbled startup rendering in macOS Terminal.app and other terminals that don't support synchronized output
  • Hardened "Open in editor" actions against command injection from untrusted filenames
  • Fixed PermissionRequest hooks returning updatedInput not being re-checked against permissions.deny rules; setMode:'bypassPermissions' updates now respect disableBypassPermissionsMode
  • Fixed PreToolUse hook additionalContext being dropped when the tool call fails
  • Fixed stdio MCP servers that print stray non-JSON lines to stdout being disconnected on the first stray line (regression in 2.1.105)
  • Fixed headless/SDK session auto-title firing an extra Haiku request when CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC or CLAUDE_CODE_DISABLE_TERMINAL_TITLE is set
  • Fixed potential excessive memory allocation when piped (non-TTY) Ink output contains a single very wide line
  • Fixed /skills menu not scrolling when the list overflows the modal in fullscreen mode
  • Fixed Remote Control sessions showing a generic error instead of prompting for re-login when the session is too old
  • Fixed Remote Control session renames from claude.ai not persisting the title to the local CLI session