変更点(日本語要約)
- `CLAUDE_CODE_DISABLE_MOUSE_CLICKS` を追加:フルスクリーン時にホイールスクロールは維持しつつマウスのクリック/ドラッグ/ホバーを無効化します
- ハイフンを含む識別子(例: `code-reviewer`, `mcp__brave-search`)を誤って部分一致していたフックマッチャーを修正 — 現在は完全一致になります。ハイフン入りのMCPサーバーの全ツールをマッチさせるには `mcp__brave-search__.*` を使用してください
- macOSでの音声書き取りが、デフォルト入力デバイス変更後の長時間セッションで無音をキャプチャしてしまう不具合を修正
- スペースなしで書かれる言語(日本語、中国語、タイ語)で音声書き取りの自動送信が発火しない問題を修正
- プロジェクトの `.claude/settings.json` によってのみ有効化される外部プラグインが、すべてのローダーパスで明示的なインストール同意を要求していた問題を修正
- プラグインの `plugin.json` 内 `name` がマーケットプレース上の表示名と異なる場合に `/plugin` の有効化/無効化が動作しない不具合を修正
- 新しい Claude Code バージョンで書き込まれた場合に `claude agents` からバックグラウンドジョブが消えたりデータを失う問題を修正
- クラッシュしたバックグラウンドタスクを再開すると最大5秒間白紙画面が表示される代わりに即時再起動されるよう修正
- 制御ソケットの起動に失敗した際にバックグラウンドエージェントデーモンが到達不能になり再起動がブロックされる問題を修正
- Linuxでの音声モードを改善:SoXが存在していてもオーディオキャプチャデバイスがない場合は「マイクなし」と「SoX未インストール」を区別します
- `claude agents` の完了リストを改善して利用可能な垂直スペースを埋めるように;端末が狭い場合はヘッダーを圧縮してライブセッションを常に表示します
- コンテナ起動中にプロビジョニングチェックリストを表示してリモートセッションの起動を改善
原文(English)を表示
- Added `CLAUDE_CODE_DISABLE_MOUSE_CLICKS` to disable mouse click/drag/hover in fullscreen mode while keeping wheel scroll
- Fixed hook matchers with hyphenated identifiers (e.g. `code-reviewer`, `mcp__brave-search`) accidentally substring-matching — they now exact-match. Use `mcp__brave-search__.*` to match all tools from a hyphenated MCP server.
- Fixed voice dictation on macOS capturing silence in long-running sessions after the default input device changes
- Fixed voice dictation auto-submit never firing for languages written without spaces (Japanese, Chinese, Thai)
- Fixed external plugins enabled only by project `.claude/settings.json` not requiring explicit install consent on every loader path
- Fixed `/plugin` Enable/Disable not working when a plugin's `plugin.json` `name` differs from its marketplace entry name
- Fixed background jobs disappearing from `claude agents` or losing data when written by a newer Claude Code version
- Fixed reopening a crashed background task showing a blank screen for up to 5 seconds instead of its restart
- Fixed background agent daemons running unreachable when the control socket fails to start, blocking restarts
- Improved voice mode on Linux: now distinguishes "no microphone" from "SoX not installed" when SoX is present but no audio capture device exists
- Improved `claude agents` completed list to fill available vertical space; on short terminals the header compacts so live sessions stay visible
- Improved Remote session startup with a provisioning checklist while the container starts