v2.1.94
📝 概要
デフォルトの作業効率レベルが「高」に変更され、Amazon Bedrock対応やSlack連携強化、多数のバグ修正が実施されました。
🔄 主な変更点
- デフォルト設定変更: API/Bedrock/Vertex/Foundry/Team/Enterpriseユーザーの標準努力レベルが中→高に変更(
/effortで制御可能) - Amazon Bedrock対応: Mantle経由でのAmazon Bedrockサポート追加(
CLAUDE_CODE_USE_MANTLE=1で有効化) - Slack連携改善: MCPツールのsend-message呼び出し時にクリック可能なチャンネルリンク付きヘッダーを表示
- プラグインスキル改善:
"skills": ["./"]で宣言されたスキルが、ディレクトリ名ではなくfrontmatterのnameを使用 - エラーハンドリング強化:
- 429レート制限エラーが即座に表示されるように修正
- macOSのConsoleログイン失敗時のエラーが適切に表示され、
claude doctorで診断可能に
- レンダリング修正: スクロールバック、マルチバイト文字、ハイパーリンク、複数行プロンプトの表示問題を解決
- VSCode拡張: 起動時の処理軽減、ドロップダウンメニューの選択不具合修正、設定ファイルパースエラー時の警告バナー追加
💡 解説・活用案
今回の変更により、デフォルトで高品質な応答が得られるようになり、特にAPI経由や企業ユーザーには生産性向上が期待できます。Slack連携の強化により、チームコミュニケーションツールとの統合がよりスムーズになります。多数のバグ修正により、macOS環境やVSCodeでの安定性が大幅に向上しているため、これまで問題を経験していたユーザーはアップグレードをお勧めします。
🌐 日本語訳
変更内容
- Mantle経由でのAmazon Bedrockサポートを追加、
CLAUDE_CODE_USE_MANTLE=1で設定可能 - APIキー、Bedrock/Vertex/Foundry、Team、Enterpriseユーザー向けのデフォルト努力レベルを中から高に変更(
/effortで制御) - Slack MCP send-messageツール呼び出し時に、クリック可能なチャンネルリンク付きのコンパクトな
Slacked #channelヘッダーを追加 - プラグイン出力スタイル用の
keep-coding-instructionsfrontmatterフィールドサポートを追加 - セッションタイトルを設定するための
hookSpecificOutput.sessionTitleをUserPromptSubmitフックに追加 "skills": ["./"]で宣言されたプラグインスキルが、ディレクトリのベース名ではなく、スキルのfrontmatternameを呼び出し名として使用するように変更。これによりインストール方法を問わず安定した名前を提供- 長いRetry-Afterヘッダーを持つ429レート制限レスポンス後にエージェントが停止しているように見える問題を修正 — エラーが黙って待機する代わりに即座に表示されるように
- ログインキーチェーンがロックされているか、そのパスワードが同期していない場合にmacOSでConsoleログインが「Not logged in」で黙って失敗する問題を修正 — エラーが表示され、
claude doctorで修正方法を診断可能に - YAML frontmatterで定義されたプラグインスキルフックが黙って無視される問題を修正
CLAUDE_PLUGIN_ROOTが設定されていない場合にプラグインフックが「No such file or directory」で失敗する問題を修正- 起動時にローカルマーケットプレイスプラグインの
${CLAUDE_PLUGIN_ROOT}がインストール済みキャッシュではなくマーケットプレイスソースディレクトリに解決される問題を修正 - 長時間実行されるセッションでスクロールバックに同じdiffが繰り返し表示され、空白ページが表示される問題を修正
- トランスクリプト内の複数行ユーザープロンプトで、折り返された行が
❯キャレットの下ではなくテキストの下にインデントされる問題を修正 - 検索入力でShift+Spaceがスペース文字ではなく文字通り「space」という単語を挿入する問題を修正
- xterm.jsベースのターミナル(VS Code、Hyper、Tabby)内で実行されているtmux内でハイパーリンクをクリックしたときに2つのブラウザタブが開く問題を修正
- スクロール中にコンテンツの高さが変更されると累積するゴーストラインが残る代替画面レンダリングバグを修正
settings.jsonのenv経由で設定されたFORCE_HYPERLINK環境変数が無視される問題を修正- ダイアログで選択されたタブをネイティブターミナルカーソルが追跡しない問題を修正。これによりスクリーンリーダーや拡大鏡がタブナビゲーションを追跡可能に
us.推論プロファイルIDを使用してSonnet 3.5 v2のBedrock呼び出しを修正- ストリーム途中で中断された場合にSDK/printモードが部分的なアシスタント応答を会話履歴に保持しない問題を修正
--resumeを改善し、cdコマンドを出力する代わりに、同じリポジトリの他のワークツリーからセッションを直接再開できるように- チャンク境界がUTF-8シーケンスを分割した場合にstream-json入出力でCJKやその他のマルチバイトテキストがU+FFFDで破損する問題を修正
- [VSCode] セッション開始時のコールドオープンサブプロセス作業を削減
- [VSCode] タイピングまたは矢印キー使用中にマウスがリスト上にあるときにドロップダウンメニューが間違った項目を選択する問題を修正
- [VSCode]
settings.jsonファイルのパースに失敗した場合に警告バナーを追加し、パーミッションルールが適用されていないことをユーザーが把握できるように
原文(英語)を表示
What's changed
- Added support for Amazon Bedrock powered by Mantle, set
CLAUDE_CODE_USE_MANTLE=1 - Changed default effort level from medium to high for API-key, Bedrock/Vertex/Foundry, Team, and Enterprise users (control this with
/effort) - Added compact
Slacked #channelheader with a clickable channel link for Slack MCP send-message tool calls - Added
keep-coding-instructionsfrontmatter field support for plugin output styles - Added
hookSpecificOutput.sessionTitletoUserPromptSubmithooks for setting the session title - Plugin skills declared via
"skills": ["./"]now use the skill's frontmatternamefor the invocation name instead of the directory basename, giving a stable name across install methods - Fixed agents appearing stuck after a 429 rate-limit response with a long Retry-After header — the error now surfaces immediately instead of silently waiting
- Fixed Console login on macOS silently failing with "Not logged in" when the login keychain is locked or its password is out of sync — the error is now surfaced and
claude doctordiagnoses the fix - Fixed plugin skill hooks defined in YAML frontmatter being silently ignored
- Fixed plugin hooks failing with "No such file or directory" when
CLAUDE_PLUGIN_ROOTwas not set - Fixed
${CLAUDE_PLUGIN_ROOT}resolving to the marketplace source directory instead of the installed cache for local-marketplace plugins on startup - Fixed scrollback showing the same diff repeated and blank pages in long-running sessions
- Fixed multiline user prompts in the transcript indenting wrapped lines under the
❯caret instead of under the text - Fixed Shift+Space inserting the literal word "space" instead of a space character in search inputs
- Fixed hyperlinks opening two browser tabs when clicked inside tmux running in an xterm.js-based terminal (VS Code, Hyper, Tabby)
- Fixed an alt-screen rendering bug where content height changes mid-scroll could leave compounding ghost lines
- Fixed
FORCE_HYPERLINKenvironment variable being ignored when set viasettings.jsonenv - Fixed native terminal cursor not tracking the selected tab in dialogs, so screen readers and magnifiers can follow tab navigation
- Fixed Bedrock invocation of Sonnet 3.5 v2 by using the
us.inference profile ID - Fixed SDK/print mode not preserving the partial assistant response in conversation history when interrupted mid-stream
- Improved
--resumeto resume sessions from other worktrees of the same repo directly instead of printing acdcommand - Fixed CJK and other multibyte text being corrupted with U+FFFD in stream-json input/output when chunk boundaries split a UTF-8 sequence
- [VSCode] Reduced cold-open subprocess work on starting a session
- [VSCode] Fixed dropdown menus selecting the wrong item when the mouse was over the list while typing or using arrow keys
- [VSCode] Added a warning banner when
settings.jsonfiles fail to parse, so users know their permission rules are not being applied