スキルのホットリロードに対応し、~/.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.json に respectGitignore サポートを追加し、プロジェクトごとに @ メンションファイルピッカーの動作を制御可能に | 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 でペースト、テキストオブジェクト(iw、aw、iW、aW、i"、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 |