Skip to content

Commit 63771e4

Browse files
chore: CHANGELOG を自動更新
1 parent b41e5ea commit 63771e4

File tree

3 files changed

+53770
-51804
lines changed

3 files changed

+53770
-51804
lines changed

content/CHANGELOG_2026_JA.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
44

55
---
66

7+
## 2.1.74
8+
9+
| 日本語 | English | Category |
10+
|--------|---------|----------|
11+
| `/context` コマンドに実行可能な提案を追加 — コンテキストが重いツール、メモリの肥大化、容量警告を特定し、具体的な最適化ヒントを提示 | Added actionable suggestions to `/context` command — identifies context-heavy tools, memory bloat, and capacity warnings with specific optimization tips | added |
12+
| 自動メモリの保存先をカスタムディレクトリで指定できる `autoMemoryDirectory` 設定を追加 | Added `autoMemoryDirectory` setting to configure a custom directory for auto-memory storage | added |
13+
| ジェネレーターが途中で終了した際にストリーミング API レスポンスバッファが解放されず、Node.js/npm コードパスで RSS が際限なく増加するメモリリークを修正 | 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 | fixed |
14+
| マネージドポリシーの `ask` ルールがユーザーの `allow` ルールやスキルの `allowed-tools` によって回避される問題を修正 | Fixed managed policy `ask` rules being bypassed by user `allow` rules or skill `allowed-tools` | fixed |
15+
| エージェントのフロントマター `model:` フィールドおよび `--agents` JSON 設定でフルモデル ID(例: `claude-opus-4-5`)が警告なく無視される問題を修正 — エージェントが `--model` と同じモデル値を受け付けるように対応 | 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` | fixed |
16+
| コールバックポートが使用中の場合に MCP OAuth 認証がハングする問題を修正 | Fixed MCP OAuth authentication hanging when the callback port is already in use | fixed |
17+
| HTTP 200 でエラーを返す OAuth サーバー(例: Slack)において、リフレッシュトークン期限切れ後に再認証が促されない問題を修正 | 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) | fixed |
18+
| マイクのアクセス許可を一度も付与していないユーザーの macOS ネイティブバイナリで音声モードが警告なく失敗する問題を修正 — バイナリに `audio-input` エンタイトルメントを追加し macOS が正しくプロンプトを表示するように対応 | 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 | fixed |
19+
| `SessionEnd` フック が `hook.timeout` の設定に関わらず終了時に 1.5 秒後に強制終了される問題を修正 — `CLAUDE_CODE_SESSIONEND_HOOKS_TIMEOUT_MS` で設定可能に | Fixed `SessionEnd` hooks being killed after 1.5 s on exit regardless of `hook.timeout` — now configurable via `CLAUDE_CODE_SESSIONEND_HOOKS_TIMEOUT_MS` | fixed |
20+
| マーケットプレイスプラグインのローカルソースに対して REPL 内で `/plugin install` が失敗する問題を修正 | Fixed `/plugin install` failing inside the REPL for marketplace plugins with local sources | fixed |
21+
| マーケットプレイスの更新時に git サブモジュールが同期されない問題を修正 — サブモジュール内のプラグインソースが更新後に壊れないように対応 | Fixed marketplace update not syncing git submodules — plugin sources in submodules no longer break after update | fixed |
22+
| 引数を含む未知のスラッシュコマンドが入力を警告なく破棄する問題を修正 — 入力内容を警告として表示するように対応 | Fixed unknown slash commands with arguments silently dropping input — now shows your input as a warning | fixed |
23+
| Windows Terminal、conhost、VS Code 統合ターミナルでヘブライ語・アラビア語などの RTL テキストが正しく表示されない問題を修正 | Fixed Hebrew, Arabic, and other RTL text not rendering correctly in Windows Terminal, conhost, and VS Code integrated terminal | fixed |
24+
| ファイル URI の形式が不正なために LSP サーバーが Windows で動作しない問題を修正 | Fixed LSP servers not working on Windows due to malformed file URIs | fixed |
25+
| `--plugin-dir` を変更し、同名のインストール済みマーケットプレイスプラグインをローカル開発コピーで上書きできるように対応(マネージド設定で強制有効化されているプラグインを除く) | 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) | changed |
26+
| [VSCode] Untitled セッションの削除ボタンが機能しない問題を修正 | [VSCode] Fixed delete button not working for Untitled sessions | fixed |
27+
| [VSCode] 統合ターミナルでのスクロールホイールの応答性をターミナル対応のアクセラレーションで改善 | [VSCode] Improved scroll wheel responsiveness in the integrated terminal with terminal-aware acceleration | improved |
28+
729
## 2.1.73
830

931
| 日本語 | English | Category |

src/data/changelog-2026.json

Lines changed: 93 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,102 @@
11
{
2-
"generatedAt": "2026-03-11T21:07:58.843Z",
2+
"generatedAt": "2026-03-12T01:40:26.403Z",
33
"months": [
44
{
55
"key": "2026-03",
66
"label": "2026年3月",
77
"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+
},
8100
{
9101
"version": "2.1.73",
10102
"releaseDate": "2026-03-12",

0 commit comments

Comments
 (0)