|
1 | 1 | { |
2 | | - "generatedAt": "2026-03-11T21:07:58.843Z", |
| 2 | + "generatedAt": "2026-03-12T01:40:26.403Z", |
3 | 3 | "months": [ |
4 | 4 | { |
5 | 5 | "key": "2026-03", |
6 | 6 | "label": "2026年3月", |
7 | 7 | "versions": [ |
| 8 | + { |
| 9 | + "version": "2.1.74", |
| 10 | + "releaseDate": "2026-03-12", |
| 11 | + "releaseDateDisplay": "2026年3月12日", |
| 12 | + "entries": [ |
| 13 | + { |
| 14 | + "ja": "`/context` コマンドに実行可能な提案を追加 — コンテキストが重いツール、メモリの肥大化、容量警告を特定し、具体的な最適化ヒントを提示", |
| 15 | + "en": "Added actionable suggestions to `/context` command — identifies context-heavy tools, memory bloat, and capacity warnings with specific optimization tips", |
| 16 | + "category": "added" |
| 17 | + }, |
| 18 | + { |
| 19 | + "ja": "自動メモリの保存先をカスタムディレクトリで指定できる `autoMemoryDirectory` 設定を追加", |
| 20 | + "en": "Added `autoMemoryDirectory` setting to configure a custom directory for auto-memory storage", |
| 21 | + "category": "added" |
| 22 | + }, |
| 23 | + { |
| 24 | + "ja": "ジェネレーターが途中で終了した際にストリーミング API レスポンスバッファが解放されず、Node.js/npm コードパスで RSS が際限なく増加するメモリリークを修正", |
| 25 | + "en": "Fixed memory leak where streaming API response buffers were not released when the generator was terminated early, causing unbounded RSS growth on the Node.js/npm code path", |
| 26 | + "category": "fixed" |
| 27 | + }, |
| 28 | + { |
| 29 | + "ja": "マネージドポリシーの `ask` ルールがユーザーの `allow` ルールやスキルの `allowed-tools` によって回避される問題を修正", |
| 30 | + "en": "Fixed managed policy `ask` rules being bypassed by user `allow` rules or skill `allowed-tools`", |
| 31 | + "category": "fixed" |
| 32 | + }, |
| 33 | + { |
| 34 | + "ja": "エージェントのフロントマター `model:` フィールドおよび `--agents` JSON 設定でフルモデル ID(例: `claude-opus-4-5`)が警告なく無視される問題を修正 — エージェントが `--model` と同じモデル値を受け付けるように対応", |
| 35 | + "en": "Fixed full model IDs (e.g., `claude-opus-4-5`) being silently ignored in agent frontmatter `model:` field and `--agents` JSON config — agents now accept the same model values as `--model`", |
| 36 | + "category": "fixed" |
| 37 | + }, |
| 38 | + { |
| 39 | + "ja": "コールバックポートが使用中の場合に MCP OAuth 認証がハングする問題を修正", |
| 40 | + "en": "Fixed MCP OAuth authentication hanging when the callback port is already in use", |
| 41 | + "category": "fixed" |
| 42 | + }, |
| 43 | + { |
| 44 | + "ja": "HTTP 200 でエラーを返す OAuth サーバー(例: Slack)において、リフレッシュトークン期限切れ後に再認証が促されない問題を修正", |
| 45 | + "en": "Fixed MCP OAuth refresh never prompting for re-auth after the refresh token expires, for OAuth servers that return errors with HTTP 200 (e.g. Slack)", |
| 46 | + "category": "fixed" |
| 47 | + }, |
| 48 | + { |
| 49 | + "ja": "マイクのアクセス許可を一度も付与していないユーザーの macOS ネイティブバイナリで音声モードが警告なく失敗する問題を修正 — バイナリに `audio-input` エンタイトルメントを追加し macOS が正しくプロンプトを表示するように対応", |
| 50 | + "en": "Fixed voice mode silently failing on the macOS native binary for users whose terminal had never been granted microphone permission — the binary now includes the `audio-input` entitlement so macOS prompts correctly", |
| 51 | + "category": "fixed" |
| 52 | + }, |
| 53 | + { |
| 54 | + "ja": "`SessionEnd` フック が `hook.timeout` の設定に関わらず終了時に 1.5 秒後に強制終了される問題を修正 — `CLAUDE_CODE_SESSIONEND_HOOKS_TIMEOUT_MS` で設定可能に", |
| 55 | + "en": "Fixed `SessionEnd` hooks being killed after 1.5 s on exit regardless of `hook.timeout` — now configurable via `CLAUDE_CODE_SESSIONEND_HOOKS_TIMEOUT_MS`", |
| 56 | + "category": "fixed" |
| 57 | + }, |
| 58 | + { |
| 59 | + "ja": "マーケットプレイスプラグインのローカルソースに対して REPL 内で `/plugin install` が失敗する問題を修正", |
| 60 | + "en": "Fixed `/plugin install` failing inside the REPL for marketplace plugins with local sources", |
| 61 | + "category": "fixed" |
| 62 | + }, |
| 63 | + { |
| 64 | + "ja": "マーケットプレイスの更新時に git サブモジュールが同期されない問題を修正 — サブモジュール内のプラグインソースが更新後に壊れないように対応", |
| 65 | + "en": "Fixed marketplace update not syncing git submodules — plugin sources in submodules no longer break after update", |
| 66 | + "category": "fixed" |
| 67 | + }, |
| 68 | + { |
| 69 | + "ja": "引数を含む未知のスラッシュコマンドが入力を警告なく破棄する問題を修正 — 入力内容を警告として表示するように対応", |
| 70 | + "en": "Fixed unknown slash commands with arguments silently dropping input — now shows your input as a warning", |
| 71 | + "category": "fixed" |
| 72 | + }, |
| 73 | + { |
| 74 | + "ja": "Windows Terminal、conhost、VS Code 統合ターミナルでヘブライ語・アラビア語などの RTL テキストが正しく表示されない問題を修正", |
| 75 | + "en": "Fixed Hebrew, Arabic, and other RTL text not rendering correctly in Windows Terminal, conhost, and VS Code integrated terminal", |
| 76 | + "category": "fixed" |
| 77 | + }, |
| 78 | + { |
| 79 | + "ja": "ファイル URI の形式が不正なために LSP サーバーが Windows で動作しない問題を修正", |
| 80 | + "en": "Fixed LSP servers not working on Windows due to malformed file URIs", |
| 81 | + "category": "fixed" |
| 82 | + }, |
| 83 | + { |
| 84 | + "ja": "`--plugin-dir` を変更し、同名のインストール済みマーケットプレイスプラグインをローカル開発コピーで上書きできるように対応(マネージド設定で強制有効化されているプラグインを除く)", |
| 85 | + "en": "Changed `--plugin-dir` so local dev copies now override installed marketplace plugins with the same name (unless that plugin is force-enabled by managed settings)", |
| 86 | + "category": "changed" |
| 87 | + }, |
| 88 | + { |
| 89 | + "ja": "[VSCode] Untitled セッションの削除ボタンが機能しない問題を修正", |
| 90 | + "en": "[VSCode] Fixed delete button not working for Untitled sessions", |
| 91 | + "category": "fixed" |
| 92 | + }, |
| 93 | + { |
| 94 | + "ja": "[VSCode] 統合ターミナルでのスクロールホイールの応答性をターミナル対応のアクセラレーションで改善", |
| 95 | + "en": "[VSCode] Improved scroll wheel responsiveness in the integrated terminal with terminal-aware acceleration", |
| 96 | + "category": "improved" |
| 97 | + } |
| 98 | + ] |
| 99 | + }, |
8 | 100 | { |
9 | 101 | "version": "2.1.73", |
10 | 102 | "releaseDate": "2026-03-12", |
|
0 commit comments