Claude Code CHANGELOG Viewer

日本語/英語 変更履歴

※ リリース日は npm 公開日を基に表示しており、正確でない場合があります

検索対象:
表示:
  • 追加
  • 修正
  • 変更
  • 改善
  • その他
最終更新: 2026年2月10日 13:01
2026年2月 9 リリース 70 変更

v2.1.38 | #9

日本語 English
2.1.37で発生したVS Codeターミナルの最上部スクロールの不具合を修正 Fixed VS Code terminal scroll-to-top regression introduced in 2.1.37
Tabキーでスラッシュコマンドがキューに入る問題を修正し、オートコンプリートが正常に動作するように対応 Fixed Tab key queueing slash commands instead of autocompleting
環境変数ラッパーを使用するコマンドのbash権限マッチングを修正 Fixed bash permission matching for commands using environment variable wrappers
ストリーミング未使用時にツール使用間のテキストが消える問題を修正 Fixed text between tool uses disappearing when not using streaming
VS Code拡張機能で再開時にセッションが重複する問題を修正 Fixed duplicate sessions when resuming in VS Code extension
heredoc区切り文字の解析を改善し、コマンドインジェクションを防止 Improved heredoc delimiter parsing to prevent command smuggling
サンドボックスモードで.claude/skillsディレクトリへの書き込みをブロック Blocked writes to .claude/skills directory in sandbox mode

v2.1.37 | #8

日本語 English
/extra-usage 有効化後に /fast がすぐに利用できない問題を修正 Fixed an issue where /fast was not immediately available after enabling /extra-usage

v2.1.36 | #7

日本語 English
Opus 4.6 で Fast モードが利用可能に。詳細は https://code.claude.com/docs/en/fast-mode を参照 Fast mode is now available for Opus 4.6. Learn more at https://code.claude.com/docs/en/fast-mode

v2.1.34 | #6

日本語 English
レンダリング間でエージェントチーム設定が変更された際のクラッシュを修正 Fixed a crash when agent teams setting changed between renders
autoAllowBashIfSandboxed 有効時にサンドボックスから除外されたコマンド(sandbox.excludedCommands または dangerouslyDisableSandbox 経由)が Bash の確認許可ルールをバイパス可能だったバグを修正 Fixed a bug where commands excluded from sandboxing (via sandbox.excludedCommands or dangerouslyDisableSandbox) could bypass the Bash ask permission rule when autoAllowBashIfSandboxed was enabled

v2.1.33 | #5

日本語 English
tmux 内のエージェント teammate セッションでのメッセージ送受信を修正 Fixed agent teammate sessions in tmux to send and receive messages
現在のプランでエージェントチームが利用できない場合の警告を修正 Fixed warnings about agent teams not being available on your current plan
マルチエージェントワークフロー用の TeammateIdle および TaskCompleted フックイベントを追加 Added TeammateIdle and TaskCompleted hook events for multi-agent workflows
エージェントの frontmatter "tools" フィールドで Task(agent_type) 構文によるサブエージェント起動制限をサポート Added support for restricting which sub-agents can be spawned via Task(agent_type) syntax in agent "tools" frontmatter
エージェント用の memory frontmatter フィールドをサポートし、userprojectlocal スコープでの永続メモリを有効化 Added memory frontmatter field support for agents, enabling persistent memory with user, project, or local scope
スキルの説明と /skills メニューにプラグイン名を追加し、発見性を向上 Added plugin name to skill descriptions and /skills menu for better discoverability
モデルが拡張思考中に新しいメッセージを送信すると思考フェーズが中断される問題を修正 Fixed an issue where submitting a new message while the model was in extended thinking would interrupt the thinking phase
ストリーミング中断時に空白テキストと thinking ブロックが正規化をバイパスして無効なリクエストを生成する API エラーを修正 Fixed an API error that could occur when aborting mid-stream, where whitespace text combined with a thinking block would bypass normalization and produce an invalid request
ストリーミングエンドポイントでの 404 エラーが非ストリーミングフォールバックをトリガーしなくなった API プロキシ互換性の問題を修正 Fixed API proxy compatibility issue where 404 errors on streaming endpoints no longer triggered non-streaming fallback
settings.json の環境変数で設定されたプロキシ設定が Node.js ビルドの WebFetch および他の HTTP リクエストに適用されない問題を修正 Fixed an issue where proxy settings configured via settings.json environment variables were not applied to WebFetch and other HTTP requests on the Node.js build
スラッシュコマンドで開始されたセッションで /resume セッションピッカーが生の XML マークアップを表示する問題を修正 Fixed /resume session picker showing raw XML markup instead of clean titles for sessions started with slash commands
API 接続失敗時のエラーメッセージを改善し、汎用的な「接続エラー」ではなく具体的な原因(ECONNREFUSED、SSL エラーなど)を表示 Improved error messages for API connection failures — now shows specific cause (e.g., ECONNREFUSED, SSL errors) instead of generic "Connection error"
無効な管理設定によるエラーを表示するように改善 Errors from invalid managed settings are now surfaced
VSCode: リモートセッションをサポートし、OAuth ユーザーが claude.ai からセッションを閲覧・再開可能に VSCode: Added support for remote sessions, allowing OAuth users to browse and resume sessions from claude.ai
VSCode: セッションピッカーに git ブランチとメッセージ数を追加し、ブランチ名での検索をサポート VSCode: Added git branch and message count to the session picker, with support for searching by branch name
VSCode: 初回セッション読み込みおよびセッション切り替え時の下スクロール不足を修正 VSCode: Fixed scroll-to-bottom under-scrolling on initial session load and session switch

v2.1.32 | #4

日本語 English
Claude Opus 4.6 が利用可能に Claude Opus 4.6 is now available!
マルチエージェント協調のための研究プレビュー版エージェントチーム機能を追加(トークン集約型機能、CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 の設定が必要) Added research preview agent teams feature for multi-agent collaboration (token-intensive feature, requires setting CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1)
Claude が作業中に自動的にメモリを記録・想起する機能を追加 Claude now automatically records and recalls memories as it works
メッセージセレクターに「ここから要約」を追加し、部分的な会話要約が可能に Added "Summarize from here" to the message selector, allowing partial conversation summarization.
追加ディレクトリ(--add-dir)内の .claude/skills/ で定義されたスキルが自動読み込みされるように変更 Skills defined in .claude/skills/ within additional directories (--add-dir) are now loaded automatically.
サブディレクトリから実行時に @ ファイル補完が誤った相対パスを表示する問題を修正 Fixed @ file completion showing incorrect relative paths when running from a subdirectory
--resume オプションが以前の会話で指定された --agent の値をデフォルトで再利用するように更新 Updated --resume to re-use --agent value specified in previous conversation by default.
Bash ツールが JavaScript テンプレートリテラル(${index + 1} など)を含む heredoc で「Bad substitution」エラーを発生させ、ツール実行を中断していた問題を修正 Fixed: Bash tool no longer throws "Bad substitution" errors when heredocs contain JavaScript template literals like ${index + 1}, which previously interrupted tool execution
スキルの文字数制限がコンテキストウィンドウに応じて拡張(コンテキストの 2%)され、大きなコンテキストウィンドウを持つユーザーが切り捨てなしでより多くのスキル説明を閲覧可能に Skill character budget now scales with context window (2% of context), so users with larger context windows can see more skill descriptions without truncation
タイ語・ラオ語のスペーシング母音(สระ า、ำ)が入力フィールドで正しくレンダリングされない問題を修正 Fixed Thai/Lao spacing vowels (สระ า, ำ) not rendering correctly in the input field
VSCode: 入力フィールドに先行テキストがある状態で Enter を押すとスラッシュコマンドが誤って実行される問題を修正 VSCode: Fixed slash commands incorrectly being executed when pressing Enter with preceding text in the input field
VSCode: 過去の会話リスト読み込み時にスピナーを追加 VSCode: Added spinner when loading past conversations list

v2.1.31 | #3

日本語 English
終了時にセッション再開のヒントを表示し、後で会話を続ける方法を案内 Added session resume hint on exit, showing how to continue your conversation later
チェックボックス選択で日本語IMEの全角スペース入力に対応 Added support for full-width (zenkaku) space input from Japanese IME in checkbox selection
PDFサイズ超過エラーによりセッションが永続的にロックされ、新しい会話の開始が必要になる問題を修正 Fixed PDF too large errors permanently locking up sessions, requiring users to start a new conversation
サンドボックスモード有効時にbashコマンドが誤って「Read-only file system」エラーで失敗と報告される問題を修正 Fixed bash commands incorrectly reporting failure with "Read-only file system" errors when sandbox mode was enabled
~/.claude.jsonのプロジェクト設定にデフォルトフィールドが不足している場合、プランモード開始後にセッションが使用不能になるクラッシュを修正 Fixed a crash that made sessions unusable after entering plan mode when project config in ~/.claude.json was missing default fields
ストリーミングAPIパスでtemperatureOverrideが無視され、設定した値に関わらずすべてのストリーミングリクエストがデフォルト温度(1)を使用する問題を修正 Fixed temperatureOverride being silently ignored in the streaming API path, causing all streaming requests to use the default temperature (1) regardless of the configured override
nullパラメータを拒否する厳格な言語サーバーとのLSP shutdown/exit互換性を修正 Fixed LSP shutdown/exit compatibility with strict language servers that reject null params
bash同等コマンド(catsedgrepfind)の代わりに専用ツール(Read、Edit、Glob、Grep)を使用するようモデルを誘導するシステムプロンプトを改善し、不要なbashコマンド使用を削減 Improved system prompts to more clearly guide the model toward using dedicated tools (Read, Edit, Glob, Grep) instead of bash equivalents (cat, sed, grep, find), reducing unnecessary bash command usage
PDFとリクエストサイズのエラーメッセージに実際の制限値(100ページ、20MB)を表示するよう改善 Improved PDF and request size error messages to show actual limits (100 pages, 20MB)
ストリーミング中のスピナー表示・非表示時のターミナルレイアウトのちらつきを軽減 Reduced layout jitter in the terminal when the spinner appears and disappears during streaming
サードパーティプロバイダ(Bedrock、Vertex、Foundry)ユーザー向けのモデルセレクターから誤解を招くAnthropic API価格表示を削除 Removed misleading Anthropic API pricing from model selector for third-party provider (Bedrock, Vertex, Foundry) users

v2.1.30 | #2

日本語 English
PDF に対応した Read ツールに pages パラメータを追加し、特定のページ範囲(例: pages: "1-5")を読み取り可能に。大きな PDF(10 ページ超)を @ でメンションした際、コンテキストへの直接埋め込みではなく軽量な参照を返すように変更 Added pages parameter to the Read tool for PDFs, allowing specific page ranges to be read (e.g., pages: "1-5"). Large PDFs (>10 pages) now return a lightweight reference when @ mentioned instead of being inlined into context.
Dynamic Client Registration に対応していない MCP サーバー(Slack など)向けに、事前設定された OAuth クライアント認証情報を追加。claude mcp add--client-id--client-secret を使用可能 Added pre-configured OAuth client credentials for MCP servers that don't support Dynamic Client Registration (e.g., Slack). Use --client-id and --client-secret with claude mcp add.
Claude が現在のセッションのトラブルシューティングを支援する /debug コマンドを追加 Added /debug for Claude to help troubleshoot the current session
読み取り専用モードで追加の git log および git show フラグ(例: --topo-order--cherry-pick--format--raw)に対応 Added support for additional git log and git show flags in read-only mode (e.g., --topo-order, --cherry-pick, --format, --raw)
Task ツールの結果にトークン数、ツール使用回数、実行時間の指標を追加 Added token count, tool uses, and duration metrics to Task tool results
設定に視覚効果低減モードを追加 Added reduced motion mode to the config
API 会話履歴に幻の「(no content)」テキストブロックが出現する問題を修正し、トークンの無駄遣いとモデルの混乱を防止 Fixed phantom "(no content)" text blocks appearing in API conversation history, reducing token waste and potential model confusion
プロンプトキャッシュがツール名の変更時のみ無効化され、ツールの説明や入力スキーマの変更時に正しく無効化されない問題を修正 Fixed prompt cache not correctly invalidating when tool descriptions or input schemas changed, only when tool names changed
thinking ブロックを含む会話で /login を実行した後に 400 エラーが発生する可能性がある問題を修正 Fixed 400 errors that could occur after running /login when the conversation contained thinking blocks
parentUuid の循環を含む破損したトランスクリプトファイルでセッションを再開する際のハングを修正 Fixed a hang when resuming sessions with corrupted transcript files containing parentUuid cycles
extra-usage が利用できない Max 20x ユーザーに対し、レート制限メッセージが誤った「/upgrade」の提案を表示する問題を修正 Fixed rate limit message showing incorrect "/upgrade" suggestion for Max 20x users when extra-usage is unavailable
入力中にパーミッションダイアログがフォーカスを奪う問題を修正 Fixed permission dialogs stealing focus while actively typing
サブエージェントが SDK 提供の MCP ツールにアクセスできない問題を修正(共有アプリケーション状態に同期されていなかったため) Fixed subagents not being able to access SDK-provided MCP tools because they were not synced to the shared application state
.bashrc ファイルを持つ Windows ユーザーが bash コマンドを実行できないリグレッションを修正 Fixed a regression where Windows users with a .bashrc file could not run bash commands
セッションインデックスを軽量な stat ベースの読み込みと段階的なエンリッチメントに置き換え、--resume のメモリ使用量を改善(多数のセッションを持つユーザーで 68% 削減) Improved memory usage for --resume (68% reduction for users with many sessions) by replacing the session index with lightweight stat-based loading and progressive enrichment
TaskStop ツールの結果行に汎用的な「Task stopped」メッセージではなく、停止されたコマンド/タスクの説明を表示するよう改善 Improved TaskStop tool to display the stopped command/task description in the result line instead of a generic "Task stopped" message
/model コマンドをキューに入れずに即座に実行するよう変更 Changed /model to execute immediately instead of being queued
[VSCode] 質問ダイアログの「その他」テキスト入力に複数行入力対応を追加(Shift+Enter で改行) [VSCode] Added multiline input support to the "Other" text input in question dialogs (use Shift+Enter for new lines)
[VSCode] 新しい会話を開始した際にセッションリストに重複したセッションが表示される問題を修正 [VSCode] Fixed duplicate sessions appearing in the session list when starting a new conversation

v2.1.29 | #1

日本語 English
saved_hook_context を持つセッション再開時の起動パフォーマンスの問題を修正 Fixed startup performance issues when resuming sessions that have saved_hook_context
2026年1月 23 リリース 228 変更

v2.1.27 | #23

日本語 English
ツールコール失敗と拒否をデバッグログに追加 Added tool call failures and denials to debug logs
ゲートウェイユーザー向けのコンテキスト管理検証エラーを修正し、CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1 でエラーを回避可能に Fixed context management validation error for gateway users, ensuring CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1 avoids the error
特定の GitHub PR 番号または URL にリンクされたセッションを再開する --from-pr フラグを追加 Added --from-pr flag to resume sessions linked to a specific GitHub PR number or URL
gh pr create で作成時にセッションが自動的に PR にリンクされるように変更 Sessions are now automatically linked to PRs when created via gh pr create
/context コマンドで色付き出力が表示されない問題を修正 Fixed /context command not displaying colored output
PR ステータス表示時にステータスバーがバックグラウンドタスクインジケーターを重複表示する問題を修正 Fixed status bar duplicating background task indicator when PR status was shown
Windows: .bashrc ファイルを持つユーザーで bash コマンド実行が失敗する問題を修正 Windows: Fixed bash command execution failing for users with .bashrc files
Windows: 子プロセス生成時にコンソールウィンドウが点滅する問題を修正 Windows: Fixed console windows flashing when spawning child processes
VSCode: 長時間セッション後に OAuth トークン期限切れで 401 エラーが発生する問題を修正 VSCode: Fixed OAuth token expiration causing 401 errors after extended sessions

v2.1.25 | #22

日本語 English
Bedrock と Vertex のゲートウェイユーザーに対するベータヘッダー検証エラーを修正し、CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1 でエラー回避を保証 Fixed beta header validation error for gateway users on Bedrock and Vertex, ensuring CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1 avoids the error

v2.1.23 | #21

日本語 English
カスタマイズ可能なスピナー動詞設定(spinnerVerbs)を追加 Added customizable spinner verbs setting (spinnerVerbs)
企業プロキシまたはクライアント証明書使用環境における mTLS とプロキシ接続の問題を修正 Fixed mTLS and proxy connectivity for users behind corporate proxies or using client certificates
共有システムにおける権限競合を防ぐためのユーザーごとの一時ディレクトリ分離を修正 Fixed per-user temp directory isolation to prevent permission conflicts on shared systems
プロンプトキャッシュスコープ有効時に 400 エラーを引き起こす可能性のある競合状態を修正 Fixed a race condition that could cause 400 errors when prompt caching scope was enabled
ヘッドレスストリーミングセッション終了時に保留中の非同期フックがキャンセルされない問題を修正 Fixed pending async hooks not being cancelled when headless streaming sessions ended
タブ補完で候補を受け入れた際に入力フィールドが更新されない問題を修正 Fixed tab completion not updating the input field when accepting a suggestion
ripgrep 検索タイムアウト時にエラーを報告せず空の結果を返す問題を修正 Fixed ripgrep search timeouts silently returning empty results instead of reporting errors
最適化された画面データレイアウトによるターミナルレンダリングパフォーマンスの改善 Improved terminal rendering performance with optimized screen data layout
Bash コマンドで経過時間と共にタイムアウト時間を表示するように変更 Changed Bash commands to show timeout duration alongside elapsed time
マージされたプルリクエストをプロンプトフッターで紫色のステータスインジケーターで表示するように変更 Changed merged pull requests to show a purple status indicator in the prompt footer
[IDE] ヘッドレスモードで Bedrock ユーザーに対してモデルオプションが誤ったリージョン文字列を表示する問題を修正 [IDE] Fixed model options displaying incorrect region strings for Bedrock users in headless mode

v2.1.22 | #20

日本語 English
非対話モード (-p) における構造化出力を修正 Fixed structured outputs for non-interactive (-p) mode

v2.1.21 | #19

日本語 English
日本語IMEからの全角数字入力に対応(オプション選択プロンプト) Added support for full-width (zenkaku) number input from Japanese IME in option selection prompts
シェル補完キャッシュファイルが終了時に切り詰められる問題を修正 Fixed shell completion cache files being truncated on exit
ツール実行中に中断されたセッションの再開時に発生するAPIエラーを修正 Fixed API errors when resuming sessions that were interrupted during tool execution
大きな出力トークン制限を持つモデルで自動コンパクト化が早期にトリガーされる問題を修正 Fixed auto-compact triggering too early on models with large output token limits
タスクID削除後に再利用される可能性がある問題を修正 Fixed task IDs potentially being reused after deletion
VS Code拡張機能のWindows環境でファイル検索が機能しない問題を修正 Fixed file search not working in VS Code extension on Windows
読み取り/検索の進行状況インジケーターを改善(進行中は「Reading…」、完了時は「Read」と表示) Improved read/search progress indicators to show "Reading…" while in progress and "Read" when complete
bashコマンド(cat、sed、awk)より専用ファイル操作ツール(Read、Edit、Write)を優先するよう改善 Improved Claude to prefer file operation tools (Read, Edit, Write) over bash equivalents (cat, sed, awk)
[VSCode] Python仮想環境の自動アクティベーション機能を追加(pythonpipコマンドが正しいインタープリターを使用、claudeCode.usePythonEnvironment設定で制御可能) [VSCode] Added automatic Python virtual environment activation, ensuring python and pip commands use the correct interpreter (configurable via claudeCode.usePythonEnvironment setting)
[VSCode] メッセージアクションボタンの背景色が不正確な問題を修正 [VSCode] Fixed message action buttons having incorrect background colors

v2.1.20 | #18

日本語 English
vim ノーマルモードでカーソルが移動できない場合に矢印キーで履歴ナビゲーションを追加 Added arrow key history navigation in vim normal mode when cursor cannot move further
外部エディタショートカット(Ctrl+G)をヘルプメニューに追加して発見性を向上 Added external editor shortcut (Ctrl+G) to the help menu for better discoverability
プロンプトフッターに PR レビューステータスインジケーターを追加し、現在のブランチの PR 状態(承認済み、変更要求、保留中、ドラフト)を色付きドットとクリック可能なリンクで表示 Added PR review status indicator to the prompt footer, showing the current branch's PR state (approved, changes requested, pending, or draft) as a colored dot with a clickable link
--add-dir フラグで指定した追加ディレクトリからの CLAUDE.md ファイル読み込みに対応(CLAUDE_CODE_ADDITIONAL_DIRECTORIES_CLAUDE_MD=1 の設定が必要) Added support for loading CLAUDE.md files from additional directories specified via --add-dir flag (requires setting CLAUDE_CODE_ADDITIONAL_DIRECTORIES_CLAUDE_MD=1)
TaskUpdate ツールによるタスク削除機能を追加 Added ability to delete tasks via the TaskUpdate tool
セッション圧縮時にレジューム時へ完全な履歴が読み込まれる問題を修正 Fixed session compaction issues that could cause resume to load full history instead of the compact summary
エージェントがタスク実行中にユーザーメッセージを無視することがある問題を修正 Fixed agents sometimes ignoring user messages sent while actively working on a task
絵文字や CJK 文字などのワイド文字がより狭い文字に置き換えられた際に末尾カラムがクリアされない表示不具合を修正 Fixed wide character (emoji, CJK) rendering artifacts where trailing columns were not cleared when replaced by narrower characters
MCP ツールレスポンスに特殊な Unicode 文字が含まれる場合の JSON パースエラーを修正 Fixed JSON parsing errors when MCP tool responses contain special Unicode characters
複数行およびラップされたテキスト入力での上下矢印キーの動作を改善し、履歴ナビゲーションよりカーソル移動を優先 Fixed up/down arrow keys in multi-line and wrapped text input to prioritize cursor movement over history navigation
UP 矢印キーでコマンド履歴をナビゲートした際にドラフトプロンプトが失われる問題を修正 Fixed draft prompt being lost when pressing UP arrow to navigate command history
スラッシュコマンド入力中のゴーストテキストのちらつきを修正 Fixed ghost text flickering when typing slash commands mid-input
マーケットプレイスソースの削除時に設定が適切に削除されない問題を修正 Fixed marketplace source removal not properly deleting settings
/context などの一部コマンドで出力が重複する問題を修正 Fixed duplicate output in some commands like /context
タスクリストがメイン会話ビューの外に表示されることがある問題を修正 Fixed task list sometimes showing outside the main conversation view
Python docstring などの複数行構造内で発生する diff のシンタックスハイライトを修正 Fixed syntax highlighting for diffs occurring within multiline constructs like Python docstrings
ツール使用キャンセル時のクラッシュを修正 Fixed crashes when cancelling tool use
/sandbox コマンドの UI を改善し、依存関係が不足している場合にインストール手順付きのステータスを表示 Improved /sandbox command UI to show dependency status with installation instructions when dependencies are missing
thinking ステータステキストに微細なシマーアニメーションを追加して改善 Improved thinking status text with a subtle shimmer animation
タスクリストをターミナルの高さに応じて表示項目を動的調整するように改善 Improved task list to dynamically adjust visible items based on terminal height
フォーク会話のヒント表示を改善し、元のセッションを再開する方法を表示 Improved fork conversation hint to show how to resume the original session
折りたたまれた読み取り・検索グループの表示を変更し、進行中は現在進行形(「Reading」「Searching for」)、完了後は過去形(「Read」「Searched for」)で表示 Changed collapsed read/search groups to show present tense ("Reading", "Searching for") while in progress, and past tense ("Read", "Searched for") when complete
ToolSearch の結果を会話内インライン表示から簡潔な通知表示に変更 Changed ToolSearch results to appear as a brief notification instead of inline in the conversation
/commit-push-pr スキルを変更し、MCP ツール経由で設定されている場合に PR URL を Slack チャンネルに自動投稿 Changed the /commit-push-pr skill to automatically post PR URLs to Slack channels when configured via MCP tools
/copy コマンドを全ユーザーが利用可能に変更 Changed the /copy command to be available to all users
バックグラウンドエージェントが起動前にツール権限のプロンプトを表示するように変更 Changed background agents to prompt for tool permissions before launching
Bash(*) のような権限ルールを受け入れ、Bash と同等に扱うように変更 Changed permission rules like Bash(*) to be accepted and treated as equivalent to Bash
設定バックアップをタイムスタンプ付きでローテーション(最新 5 件を保持)し、データ損失を防止するように変更 Changed config backups to be timestamped and rotated (keeping 5 most recent) to prevent data loss

v2.1.19 | #17

日本語 English
環境変数 CLAUDE_CODE_ENABLE_TASKS を追加、false に設定することで一時的に旧システムを維持可能 Added env var CLAUDE_CODE_ENABLE_TASKS, set to false to keep the old system temporarily
カスタムコマンドで個別の引数にアクセスするための短縮記法 $0$1 などを追加 Added shorthand $0, $1, etc. for accessing individual arguments in custom commands
AVX命令セットをサポートしないプロセッサでのクラッシュを修正 Fixed crashes on processors without AVX instruction support
process.exit() からの EIO エラーをキャッチし SIGKILL をフォールバックとして使用することで、ターミナルを閉じた際の Claude Code プロセスの残留を修正 Fixed dangling Claude Code processes when terminal is closed by catching EIO errors from process.exit() and using SIGKILL as fallback
/rename および /tag が異なるディレクトリ(例: git worktree)から再開した際に正しいセッションを更新しない問題を修正 Fixed /rename and /tag not updating the correct session when resuming from a different directory (e.g., git worktrees)
カスタムタイトルによるセッション再開が異なるディレクトリから実行した際に機能しない問題を修正 Fixed resuming sessions by custom title not working when run from a different directory
プロンプトスタッシュ(Ctrl+S)と復元を使用した際に貼り付けたテキストコンテンツが失われる問題を修正 Fixed pasted text content being lost when using prompt stash (Ctrl+S) and restore
エージェントリストで明示的なモデル設定がないエージェントに対して「Inherit (default)」ではなく「Sonnet (default)」と表示される問題を修正 Fixed agent list displaying "Sonnet (default)" instead of "Inherit (default)" for agents without an explicit model setting
バックグラウンド化されたフックコマンドが早期リターンせず、意図的にバックグラウンド化されたプロセスをセッションが待機してしまう可能性がある問題を修正 Fixed backgrounded hook commands not returning early, potentially causing the session to wait on a process that was intentionally backgrounded
ファイル書き込みプレビューで空行が省略される問題を修正 Fixed file write preview omitting empty lines
追加の権限やフックを必要としないスキルを承認なしで許可するように変更 Changed skills without additional permissions or hooks to be allowed without requiring approval
インデックス付き引数の構文を $ARGUMENTS.0 から $ARGUMENTS[0](ブラケット構文)に変更 Changed indexed argument syntax from $ARGUMENTS.0 to $ARGUMENTS[0] (bracket syntax)
[SDK] replayUserMessages が有効な場合に queued_command 添付メッセージを SDKUserMessageReplay イベントとして再生する機能を追加 [SDK] Added replay of queued_command attachment messages as SDKUserMessageReplay events when replayUserMessages is enabled
[VSCode] セッションフォークおよび巻き戻し機能をすべてのユーザーに対して有効化 [VSCode] Enabled session forking and rewind functionality for all users

v2.1.18 | #16

日本語 English
キーボードショートカットのカスタマイズに対応。コンテキストごとのキーバインド設定、コードシーケンスの作成、ワークフローのパーソナライズが可能に。/keybindings で開始 Added customizable keyboard shortcuts. Configure keybindings per context, create chord sequences, and personalize your workflow. Run /keybindings to get started. Learn more at https://code.claude.com/docs/en/keybindings

v2.1.17 | #15

日本語 English
AVX命令非対応プロセッサでのクラッシュを修正 Fixed crashes on processors without AVX instruction support

v2.1.16 | #14

日本語 English
依存関係追跡を含む新しいタスク管理システムを追加 Added new task management system, including new capabilities like dependency tracking
[VSCode] ネイティブプラグイン管理のサポートを追加 [VSCode] Added native plugin management support
[VSCode] OAuth ユーザーがセッションダイアログからリモート Claude セッションを閲覧・再開できる機能を追加 [VSCode] Added ability for OAuth users to browse and resume remote Claude sessions from the Sessions dialog
サブエージェントを大量に使用したセッションの再開時にメモリ不足でクラッシュする問題を修正 Fixed out-of-memory crashes when resuming sessions with heavy subagent usage
/compact 実行後に「残りコンテキスト」警告が非表示にならない問題を修正 Fixed an issue where the "context remaining" warning was not hidden after running /compact
再開画面のセッションタイトルがユーザーの言語設定を反映しない問題を修正 Fixed session titles on the resume screen not respecting the user's language setting
[IDE] Windows 環境で起動時に Claude Code サイドバービューコンテナが表示されない競合状態を修正 [IDE] Fixed a race condition on Windows where the Claude Code sidebar view container would not appear on start

v2.1.15 | #13

日本語 English
npm インストールの非推奨通知を追加(claude install を実行するか https://docs.anthropic.com/en/docs/claude-code/getting-started で他のオプションを確認) Added deprecation notification for npm installations - run claude install or see https://docs.anthropic.com/en/docs/claude-code/getting-started for more options
React Compiler による UI レンダリングパフォーマンスを改善 Improved UI rendering performance with React Compiler
/compact 実行後に「Context left until auto-compact」警告が消えない問題を修正 Fixed the "Context left until auto-compact" warning not disappearing after running /compact
MCP stdio サーバーのタイムアウト時に子プロセスが終了せず UI フリーズを引き起こす問題を修正 Fixed MCP stdio server timeout not killing child process, which could cause UI freezes

v2.1.14 | #12

日本語 English
Bash モード (!) に履歴ベースのオートコンプリートを追加 - コマンドの一部を入力して Tab を押すと bash コマンド履歴から補完 Added history-based autocomplete in bash mode (!) - type a partial command and press Tab to complete from your bash command history
インストール済みプラグイン一覧に検索機能を追加 - 名前や説明でフィルタリングが可能 Added search to installed plugins list - type to filter by name or description
プラグインを特定の git コミット SHA にピン留めする機能を追加し、マーケットプレイスエントリから正確なバージョンをインストール可能に Added support for pinning plugins to specific git commit SHAs, allowing marketplace entries to install exact versions
コンテキストウィンドウのブロック制限が過度に厳密に計算され、意図した 98% ではなく 65% でユーザーがブロックされる不具合を修正 Fixed a regression where the context window blocking limit was calculated too aggressively, blocking users at ~65% context usage instead of the intended ~98%
並列サブエージェント実行時にクラッシュを引き起こす可能性があったメモリ問題を修正 Fixed memory issues that could cause crashes when running parallel subagents
シェルコマンド完了後にストリームリソースがクリーンアップされず、長時間セッションでメモリリークが発生する問題を修正 Fixed memory leak in long-running sessions where stream resources were not cleaned up after shell commands completed
Bash モードで @ 記号が誤ってファイルオートコンプリート候補をトリガーする問題を修正 Fixed @ symbol incorrectly triggering file autocomplete suggestions in bash mode
@ メンションメニューでフォルダクリック時に選択ではなくディレクトリ内に移動するよう動作を修正 Fixed @-mention menu folder click behavior to navigate into directories instead of selecting them
/feedback コマンドで説明が非常に長い場合に無効な GitHub issue URL が生成される問題を修正 Fixed /feedback command generating invalid GitHub issue URLs when description is very long
/context コマンドの詳細モードでステータスラインと同じトークン数とパーセンテージを表示するよう修正 Fixed /context command to show the same token count and percentage as the status line in verbose mode
/config/context/model/todos コマンドのオーバーレイが予期せず閉じる問題を修正 Fixed an issue where /config, /context, /model, and /todos command overlays could close unexpectedly
類似コマンドを入力した際にスラッシュコマンドのオートコンプリートが誤ったコマンドを選択する問題を修正(例: /context vs /compact Fixed slash command autocomplete selecting wrong command when typing similar commands (e.g., /context vs /compact)
マーケットプレイスが 1 つのみ設定されている場合のプラグインマーケットプレイスでの戻るナビゲーションの不整合を修正 Fixed inconsistent back navigation in plugin marketplace when only one marketplace is configured
iTerm2 のプログレスバーが終了時に適切にクリアされず、インジケーターやベル音が残る問題を修正 Fixed iTerm2 progress bar not clearing properly on exit, preventing lingering indicators and bell sounds
バックスペースで貼り付けたテキストを 1 文字ずつではなく単一トークンとして削除するよう改善 Improved backspace to delete pasted text as a single token instead of one character at a time
[VSCode] 現在のプラン使用状況を表示する /usage コマンドを追加 [VSCode] Added /usage command to display current plan usage

v2.1.12 | #11

日本語 English
メッセージレンダリングのバグを修正 Fixed message rendering bug

v2.1.11 | #10

日本語 English
HTTP/SSE トランスポートにおける過剰な MCP 接続リクエストを修正 Fixed excessive MCP connection requests for HTTP/SSE transports

v2.1.10 | #9

日本語 English
リポジトリのセットアップとメンテナンス操作のために --init--init-only、または --maintenance CLI フラグで実行できる新しい Setup フックイベントを追加 Added new Setup hook event that can be triggered via --init, --init-only, or --maintenance CLI flags for repository setup and maintenance operations
ログイン時にブラウザが自動的に開かない場合に OAuth URL をコピーするキーボードショートカット 'c' を追加 Added keyboard shortcut 'c' to copy OAuth URL when browser doesn't open automatically during login
JavaScript テンプレートリテラル(${index + 1} など)を含むヒアドキュメントを含む bash コマンド実行時のクラッシュを修正 Fixed a crash when running bash commands containing heredocs with JavaScript template literals like ${index + 1}
REPL が完全に起動する前に入力されたキーストロークをキャプチャするよう起動処理を改善 Improved startup to capture keystrokes typed before the REPL is fully ready
ファイル提案を受け入れ時にテキスト挿入ではなく削除可能な添付ファイルとして表示するよう改善 Improved file suggestions to show as removable attachments instead of inserting text when accepted
[VSCode] プラグイン一覧にインストール数の表示を追加 [VSCode] Added install count display to plugin listings
[VSCode] プラグインインストール時に信頼性に関する警告を追加 [VSCode] Added trust warning when installing plugins

v2.1.9 | #8

日本語 English
MCP ツールの自動有効化しきい値を設定する auto:N 構文を追加(N はコンテキストウィンドウのパーセンテージ、0-100) Added auto:N syntax for configuring the MCP tool search auto-enable threshold, where N is the context window percentage (0-100)
プランファイルの保存場所をカスタマイズする plansDirectory 設定を追加 Added plansDirectory setting to customize where plan files are stored
AskUserQuestion の「その他」入力フィールドに外部エディタサポート(Ctrl+G)を追加 Added external editor support (Ctrl+G) in AskUserQuestion "Other" input field
Web セッションから作成されたコミットと PR にセッション URL の帰属情報を追加 Added session URL attribution to commits and PRs created from web sessions
PreToolUse フックがモデルに additionalContext を返す機能をサポート Added support for PreToolUse hooks to return additionalContext to the model
スキルが現在のセッション ID にアクセスするための ${CLAUDE_SESSION_ID} 文字列置換を追加 Added ${CLAUDE_SESSION_ID} string substitution for skills to access the current session ID
並列ツール呼び出しを含む長時間セッションで孤立した tool_result ブロックに関する API エラーで失敗する問題を修正 Fixed long sessions with parallel tool calls failing with an API error about orphan tool_result blocks
キャッシュされた接続プロミスが解決されない場合に MCP サーバーの再接続がハングする問題を修正 Fixed MCP server reconnection hanging when cached connection promise never resolves
Kitty キーボードプロトコルを使用するターミナル(Ghostty、iTerm2、kitty、WezTerm)で Ctrl+Z サスペンドが動作しない問題を修正 Fixed Ctrl+Z suspend not working in terminals using Kitty keyboard protocol (Ghostty, iTerm2, kitty, WezTerm)

v2.1.7 | #7

日本語 English
ターン処理時間メッセージ(例: "Cooked for 1m 6s")を非表示にする showTurnDuration 設定を追加 Added showTurnDuration setting to hide turn duration messages (e.g., "Cooked for 1m 6s")
許可プロンプト承認時にフィードバックを提供する機能を追加 Added ability to provide feedback when accepting permission prompts
タスク通知にエージェントの最終応答をインライン表示する機能を追加し、完全なトランスクリプトファイルを読まずに結果を確認可能に Added inline display of agent's final response in task notifications, making it easier to see results without reading the full transcript file
ワイルドカード権限ルールがシェル演算子を含む複合コマンドにマッチする脆弱性を修正 Fixed security vulnerability where wildcard permission rules could match compound commands containing shell operators
Windows でクラウド同期ツール、アンチウイルススキャナー、Git がコンテンツを変更せずにファイルのタイムスタンプのみを更新した際に発生する誤った「ファイル変更」エラーを修正 Fixed false "file modified" errors on Windows when cloud sync tools, antivirus scanners, or Git touch file timestamps without changing content
ストリーミング実行中に並列ツールが失敗した際の孤立した tool_result エラーを修正 Fixed orphaned tool_result errors when sibling tools fail during streaming execution
コンテキストウィンドウのブロック制限が最大出力トークン用のスペースを確保した有効コンテキストウィンドウではなく、フルコンテキストウィンドウを使用して計算されていた問題を修正 Fixed context window blocking limit being calculated using the full context window instead of the effective context window (which reserves space for max output tokens)
/model/theme などのローカルスラッシュコマンド実行時にスピナーが一瞬表示される問題を修正 Fixed spinner briefly flashing when running local slash commands like /model or /theme
固定幅ブライユ文字を使用してターミナルタイトルアニメーションのちらつきを修正 Fixed terminal title animation jitter by using fixed-width braille characters
プラグインインストール時に git サブモジュールが完全に初期化されない問題を修正 Fixed plugins with git submodules not being fully initialized when installed
Windows 環境において一時ディレクトリのパスに tn などの文字が含まれている場合にエスケープシーケンスとして誤解釈され bash コマンドが失敗する問題を修正 Fixed bash commands failing on Windows when temp directory paths contained characters like t or n that were misinterpreted as escape sequences
ターミナルレンダリングのメモリ割り当てオーバーヘッドを削減し、入力応答性を改善 Improved typing responsiveness by reducing memory allocation overhead in terminal rendering
すべてのユーザーに対して MCP ツール検索の自動モードをデフォルトで有効化 Enabled MCP tool search auto mode by default for all users
OAuth および API コンソールの URL を console.anthropic.com から platform.claude.com に変更 Changed OAuth and API Console URLs from console.anthropic.com to platform.claude.com
VSCodeにおいて、claudeProcessWrapper設定がClaude本体のパスではなくラッパーのパスを渡していた問題を修正 [VSCode] Fixed claudeProcessWrapper setting passing the wrapper path instead of the Claude binary path

v2.1.6 | #6

日本語 English
/config コマンドに設定を素早く絞り込むための検索機能を追加 Added search functionality to /config command for quickly filtering settings
/doctor コマンドに自動更新チャネルと利用可能な npm バージョン(stable/latest)を表示するアップデート情報セクションを追加 Added Updates section to /doctor showing auto-update channel and available npm versions (stable/latest)
/stats コマンドに日付範囲フィルタを追加、r キーで直近7日間・直近30日間・全期間を切り替え可能 Added date range filtering to /stats command - press r to cycle between Last 7 days, Last 30 days, and All time
サブディレクトリ内のファイル操作時に、ネストされた .claude/skills ディレクトリからのスキル自動検出を追加 Added automatic discovery of skills from nested .claude/skills directories when working with files in subdirectories
ステータスラインの入力に context_window.used_percentagecontext_window.remaining_percentage フィールドを追加し、コンテキストウィンドウの表示を容易化 Added context_window.used_percentage and context_window.remaining_percentage fields to status line input for easier context window display
Ctrl+G 実行時にエディタが失敗した場合のエラー表示を追加 Added an error display when the editor fails during Ctrl+G
シェル行継続によるパーミッションバイパスを修正し、ブロックされたコマンドの実行を防止 Fixed permission bypass via shell line continuation that could allow blocked commands to execute
ファイル監視機能がファイル内容を変更せずにタッチした際に発生する誤った「ファイルが予期せず変更されました」エラーを修正 Fixed false "File has been unexpectedly modified" errors when file watchers touch files without changing content
複数行の応答でテキストスタイル(太字、色)が徐々にずれる問題を修正 Fixed text styling (bold, colors) getting progressively misaligned in multi-line responses
フィードバックパネルで説明欄に「n」を入力した際に予期せず閉じてしまう問題を修正 Fixed the feedback panel closing unexpectedly when typing 'n' in the description field
週次リセット後の低使用率時にレート制限警告が表示される問題を修正(現在は70%以上の使用率で表示) Fixed rate limit warning appearing at low usage after weekly reset (now requires 70% usage)
セッション再開時にレート制限オプションメニューが誤って開く不具合を修正 Fixed rate limit options menu incorrectly auto-opening when resuming a previous session
Kitty keyboard protocol 対応ターミナルにおけるテンキー入力時のエスケープシーケンス出力問題を修正 Fixed numpad keys outputting escape sequences instead of characters in Kitty keyboard protocol terminals
Kitty キーボードプロトコル端末で Option+Return が改行を挿入しない問題を修正 Fixed Option+Return not inserting newlines in Kitty keyboard protocol terminals
ホームディレクトリに破損した設定バックアップファイルが蓄積する問題を修正 Fixed corrupted config backup files accumulating in the home directory
mcp listmcp get コマンドで MCP サーバープロセスが孤立したまま残る問題を修正 Fixed mcp list and mcp get commands leaving orphaned MCP server processes
ink2 モードでノードが display:none により非表示になった際の表示不具合を修正 Fixed visual artifacts in ink2 mode when nodes become hidden via display:none
外部 CLAUDE.md のインポート承認ダイアログを改善し、どのファイルがどこからインポートされるかを表示 Improved the external CLAUDE.md imports approval dialog to show which files are being imported and from where
バックグラウンドタスクが1つのみの場合、/tasks ダイアログで直接タスク詳細に遷移するよう改善 Improved the /tasks dialog to go directly to task details when there's only one background task running
@ オートコンプリートでアイコンによる候補種別表示と単行フォーマットに対応 Improved @ autocomplete with icons for different suggestion types and single-line formatting
複数のバックグラウンドタスクが同時に完了した際、タスク通知の表示を3行に制限し、超過分を要約表示するように変更 Changed task notification display to cap at 3 lines with overflow summary when multiple background tasks complete simultaneously
ウィンドウ識別を容易にするため、起動時のターミナルタイトルを "Claude Code" に変更 Changed terminal title to "Claude Code" on startup for better window identification
MCP サーバーの有効化/無効化における @メンション機能を削除し、代わりに /mcp enable <name> を使用 Removed ability to @-mention MCP servers to enable/disable - use /mcp enable <name> instead
[VSCode] 手動コンパクト後に使用状況インジケーターが更新されない問題を修正 [VSCode] Fixed usage indicator not updating after manual compact

v2.1.5 | #5

日本語 English
内部一時ファイル用の一時ディレクトリを上書きする CLAUDE_CODE_TMPDIR 環境変数を追加(カスタム一時ディレクトリ要件を持つ環境に有用) Added CLAUDE_CODE_TMPDIR environment variable to override the temp directory used for internal temp files, useful for environments with custom temp directory requirements

v2.1.4 | #4

日本語 English
すべてのバックグラウンドタスク機能(自動バックグラウンド化と Ctrl+B ショートカットを含む)を無効化する CLAUDE_CODE_DISABLE_BACKGROUND_TASKS 環境変数を追加 Added CLAUDE_CODE_DISABLE_BACKGROUND_TASKS environment variable to disable all background task functionality including auto-backgrounding and the Ctrl+B shortcut
古い OAuth トークンによる失敗時に OAuth を更新して再試行するよう「Help improve Claude」設定の取得処理を修正 Fixed "Help improve Claude" setting fetch to refresh OAuth and retry when it fails due to a stale OAuth token

v2.1.3 | #3

日本語 English
スラッシュコマンドとスキルを統合し、動作を変更せずにメンタルモデルを簡素化 Merged slash commands and skills, simplifying the mental model with no change in behavior
/config にリリースチャネル(stable または latest)の切り替え機能を追加 Added release channel (stable or latest) toggle to /config
到達不能なパーミッションルールの検出と警告を追加(/doctor での警告表示、ルール保存後に各ルールの出所と修正ガイダンスを提供) Added detection and warnings for unreachable permission rules, with warnings in /doctor and after saving rules that include the source of each rule and actionable fix guidance
/clear コマンド実行後もプランファイルが残る問題を修正し、会話クリア後に新しいプランファイルを使用するよう改善 Fixed plan files persisting across /clear commands, now ensuring a fresh plan file is used after clearing a conversation
大きな inode を持つファイルシステム(ExFAT 等)でのスキル重複誤検出を修正(inode 値に 64 ビット精度を使用) Fixed false skill duplicate detection on filesystems with large inodes (e.g., ExFAT) by using 64-bit precision for inode values
ステータスバーのバックグラウンドタスク数とタスクダイアログ表示項目の不一致を修正 Fixed mismatch between background task count in status bar and items shown in tasks dialog
サブエージェントが会話圧縮時に誤ったモデルを使用する問題を修正 Fixed sub-agents using the wrong model during conversation compaction
ホームディレクトリから実行時に信頼ダイアログを承認してもフックなどの信頼必須機能が有効にならない問題を修正 Fixed trust dialog acceptance when running from the home directory not enabling trust-requiring features like hooks during the session
ターミナルレンダリングの安定性を改善(制御されていない書き込みによるカーソル状態の破損を防止) Improved terminal rendering stability by preventing uncontrolled writes from corrupting cursor state
スラッシュコマンド候補の可読性を改善(長い説明を 2 行に切り詰め) Improved slash command suggestion readability by truncating long descriptions to 2 lines
ツールフック実行のタイムアウトを 60 秒から 10 分に変更 Changed tool hook execution timeout from 60 seconds to 10 minutes
[VSCode] パーミッションリクエストにクリック可能な保存先セレクタを追加(このプロジェクト、すべてのプロジェクト、チームと共有、またはセッションのみを選択可能) [VSCode] Added clickable destination selector for permission requests, allowing you to choose where settings are saved (this project, all projects, shared with team, or session only)

v2.1.2 | #2

日本語 English
ターミナルにドラッグした画像に元のパスメタデータを追加し、Claude が画像の出所を理解できるように対応 Added source path metadata to images dragged onto the terminal, helping Claude understand where images originated
OSC 8 対応ターミナル(iTerm など)でツール出力内のファイルパスをクリック可能なハイパーリンクとして表示 Added clickable hyperlinks for file paths in tool output in terminals that support OSC 8 (like iTerm)
Windows Package Manager(winget)インストールのサポートを追加し、自動検出と更新手順を提供 Added support for Windows Package Manager (winget) installations with automatic detection and update instructions
プランモードで Shift+Tab キーボードショートカットを追加し、「自動編集承認」オプションを素早く選択可能に対応 Added Shift+Tab keyboard shortcut in plan mode to quickly select "auto-accept edits" option
FORCE_AUTOUPDATE_PLUGINS 環境変数を追加し、メイン自動更新が無効でもプラグイン自動更新を許可 Added FORCE_AUTOUPDATE_PLUGINS environment variable to allow plugin autoupdate even when the main auto-updater is disabled
--agent 指定時に SessionStart フック入力に agent_type を追加 Added agent_type to SessionStart hook input, populated if --agent is specified
bash コマンド処理における不正な入力で任意のコマンドが実行されるコマンドインジェクション脆弱性を修正 Fixed a command injection vulnerability in bash command processing where malformed input could execute arbitrary commands
tree-sitter パースツリーが解放されず、長時間セッションで WASM メモリが無制限に増加するメモリリークを修正 Fixed a memory leak where tree-sitter parse trees were not being freed, causing WASM memory to grow unbounded over long sessions
CLAUDE.md ファイルの @include ディレクティブ使用時に、バイナリファイル(画像、PDF など)が誤ってメモリに含まれる問題を修正 Fixed binary files (images, PDFs, etc.) being accidentally included in memory when using @include directives in CLAUDE.md files
別のインストールが進行中と誤って表示される更新の問題を修正 Fixed updates incorrectly claiming another installation is in progress
監視ディレクトリにソケットファイルが存在する場合のクラッシュを修正(EOPNOTSUPP エラーの多重防御) Fixed crash when socket files exist in watched directories (defense-in-depth for EOPNOTSUPP errors)
macOS の Option-as-Meta ヒントを改善し、iTerm2、Kitty、WezTerm などネイティブ CSIu ターミナル固有の手順を表示 Improved Option-as-Meta hint on macOS to show terminal-specific instructions for native CSIu terminals like iTerm2, Kitty, and WezTerm
SSH 経由で画像を貼り付ける際のエラーメッセージを改善し、役に立たないクリップボードショートカットヒントの代わりに scp の使用を提案 Improved error message when pasting images over SSH to suggest using scp instead of the unhelpful clipboard shortcut hint
大きなツール出力を切り捨てではなくディスクに保存し、ファイル参照経由で完全な出力にアクセス可能に変更 Changed large tool outputs to be persisted to disk instead of truncated, providing full output access via file references
Windows 管理設定パス C:\ProgramData\ClaudeCode\managed-settings.json を非推奨化し、管理者は C:\Program Files\ClaudeCode\managed-settings.json への移行が必要 Deprecated Windows managed settings path C:\ProgramData\ClaudeCode\managed-settings.json - administrators should migrate to C:\Program Files\ClaudeCode\managed-settings.json
[SDK] zod の最小 peer dependency を ^4.0.0 に変更 [SDK] Changed minimum zod peer dependency to ^4.0.0

v2.1.0 | #1

日本語 English
スキルのホットリロードに対応し、~/.claude/skills または .claude/skills で作成・変更したスキルはセッション再起動なしで即座に利用可能に Added automatic skill hot-reload - skills created or modified in ~/.claude/skills or .claude/skills are now immediately available without restarting the session
スキルのフロントマターで context: fork を指定することでフォークしたサブエージェントコンテキストでスキルやスラッシュコマンドを実行可能に Added support for running skills and slash commands in a forked sub-agent context using context: fork in skill frontmatter
スキルに agent フィールドを追加し、実行時のエージェントタイプを指定可能に Added support for agent field in skills to specify agent type for execution
Claude の応答言語を設定する language 設定を追加(例: language: "japanese") Added language setting to configure Claude's response language (e.g., language: "japanese")
Shift+Enter が iTerm2、WezTerm、Ghostty、Kitty でターミナル設定の変更なしで動作するように変更 Changed Shift+Enter to work out of the box in iTerm2, WezTerm, Ghostty, and Kitty without modifying terminal configs
settings.jsonrespectGitignore サポートを追加し、プロジェクトごとに @ メンションファイルピッカーの動作を制御可能に Added respectGitignore support in settings.json for per-project control over @-mention file picker behavior
IS_DEMO 環境変数を追加し、ストリーミングや録画時に UI からメールアドレスと組織名を非表示に Added IS_DEMO environment variable to hide email and organization from the UI, useful for streaming or recording sessions
デバッグログに機密データ(OAuth トークン、API キー、パスワード)が露出する可能性があるセキュリティ問題を修正 Fixed security issue where sensitive data (OAuth tokens, API keys, passwords) could be exposed in debug logs
-c または --resume でセッションを再開した際にファイルとスキルが適切に検出されない問題を修正 Fixed files and skills not being properly discovered when resuming sessions with -c or --resume
上矢印キーまたは Ctrl+R 検索で履歴からプロンプトを再生した際に貼り付けた内容が失われる問題を修正 Fixed pasted content being lost when replaying prompts from history using up arrow or Ctrl+R search
Esc キーの動作を改善し、キューされたプロンプトを実行中のタスクをキャンセルせずに入力欄に移動 Fixed Esc key with queued prompts to only move them to input without canceling the running task
複雑な bash コマンドの権限プロンプトを削減 Reduced permission prompts for complex bash commands
Bash ツールの権限に * を使用したワイルドカードパターンマッチングを追加(例: Bash(npm *)Bash(* install)Bash(git * main) Added wildcard pattern matching for Bash tool permissions using * at any position in rules (e.g., Bash(npm *), Bash(* install), Bash(git * main))
Ctrl+B によるバックグラウンド化を統合し、bash コマンドとエージェントの両方で動作するようになり、実行中のすべてのフォアグラウンドタスクを同時にバックグラウンド化 Added unified Ctrl+B backgrounding for both bash commands and agents - pressing Ctrl+B now backgrounds all running foreground tasks simultaneously
MCP の list_changed 通知に対応し、MCP サーバーが再接続なしで利用可能なツール、プロンプト、リソースを動的に更新可能に Added support for MCP list_changed notifications, allowing MCP servers to dynamically update their available tools, prompts, and resources without requiring reconnection
claude.ai サブスクライバー向けに /teleport および /remote-env スラッシュコマンドを追加し、リモートセッションの再開と設定を可能に Added /teleport and /remote-env slash commands for claude.ai subscribers, allowing them to resume and configure remote sessions
settings.json の権限または --disallowedTools CLI フラグで Task(AgentName) 構文を使用して特定のエージェントを無効化可能に Added support for disabling specific agents using Task(AgentName) syntax in settings.json permissions or the --disallowedTools CLI flag
エージェントのフロントマターにフックサポートを追加し、エージェントのライフサイクルにスコープされた PreToolUse、PostToolUse、Stop フックを定義可能に Added hooks support to agent frontmatter, allowing agents to define PreToolUse, PostToolUse, and Stop hooks scoped to the agent's lifecycle
新しい Vim モーションを追加: ;, で f/F/t/T モーションの繰り返し、y オペレーター(yy/Y)、p/P でペースト、テキストオブジェクト(iwawiWaWi"a"i'a'i(a(i[a[i{a{)、>><< でインデント/アンインデント、J で行の結合 Added new Vim motions: ; and , to repeat f/F/t/T motions, y operator for yank with yy/Y, p/P for paste, text objects (iw, aw, iW, aW, i", a", i', a', i(, a(, i[, a[, i{, a{), >> and << for indent/dedent, and J to join lines
/plan コマンドショートカットを追加し、プロンプトから直接プランモードを有効化 Added /plan command shortcut to enable plan mode directly from the prompt
スラッシュコマンドのオートコンプリートを改善し、入力の先頭だけでなく任意の位置の / で動作 Added slash command autocomplete support when / appears anywhere in input, not just at the beginning
インタラクティブモードで --tools フラグを追加し、Claude が使用できる組み込みツールを制限可能に Added --tools flag support in interactive mode to restrict which built-in tools Claude can use during interactive sessions
CLAUDE_CODE_FILE_READ_MAX_OUTPUT_TOKENS 環境変数を追加し、デフォルトのファイル読み込みトークン制限をオーバーライド可能に Added CLAUDE_CODE_FILE_READ_MAX_OUTPUT_TOKENS environment variable to override the default file read token limit
フックに once: true 設定のサポートを追加 Added support for once: true config for hooks
フロントマターの allowed-tools フィールドで YAML スタイルのリストに対応し、スキル宣言を簡潔に Added support for YAML-style lists in frontmatter allowed-tools field for cleaner skill declarations
プラグインからのプロンプトおよびエージェントフックタイプに対応(以前はコマンドフックのみサポート) Added support for prompt and agent hook types from plugins (previously only command hooks were supported)
iTerm2 で Cmd+V による画像貼り付けに対応(Ctrl+V にマッピング) Added Cmd+V support for image paste in iTerm2 (maps to Ctrl+V)
ダイアログでタブを切り替えるための左右矢印キーナビゲーションを追加 Added left/right arrow key navigation for cycling through tabs in dialogs
Ctrl+O トランスクリプトモードで思考ブロックのリアルタイム表示を追加 Added real-time thinking block display in Ctrl+O transcript mode
コンテキスト可視化でスキルを独立したカテゴリとして表示 Added Skills as a separate category in the context visualization
起動パフォーマンスを改善するための複数の最適化 Multiple optimizations to improve startup performance
サブエージェント(Task ツール)を改善し、権限拒否後も動作を継続し代替アプローチを試行可能に Improved subagents (Task tool) to continue working after permission denial, allowing them to try alternative approaches
スキルを改善し、実行中に進行状況を表示しツール使用をリアルタイムで表示 Improved skills to show progress while executing, displaying tool uses as they happen
プランモード移行時の権限プロンプトを削除し、承認なしでプランモードに移行可能に Removed permission prompt when entering plan mode - users can now enter plan mode without approval
[VSCode] コンテキストメニューに現在選択されているモデル名を追加 [VSCode] Added currently selected model name to the context menu
[VSCode] 自動承認権限ボタンにわかりやすいラベルを追加(例: 「Yes, and don't ask again」の代わりに「Yes, allow npm for this project」) [VSCode] Added descriptive labels on auto-accept permission button (e.g., "Yes, allow npm for this project" instead of "Yes, and don't ask again")
[Windows] 不適切なレンダリング問題を修正 [Windows] Fixed issue with improper rendering