Skip to content

Commit 129dd52

Browse files
chore: refresh ai translation map
1 parent c673f50 commit 129dd52

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

data/config/changelog-map.ai.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"Auto mode no longer requires --enable-auto-mode; available for Max subscribers using Opus 4.7NEW": "Auto mode 不再需要 --enable-auto-mode;使用 Opus 4.7 的 Max 订阅用户可用NEW",
4848
"Auto mode no longer requires opt-in; enabled for all eligible users (v2.1.152)": "Auto mode 不再需要 opt-in;对所有符合条件的用户启用(v2.1.152)",
4949
"Auto mode: spinner turns red when a permission check stalls (v2.1.126)": "自动模式:当权限检查卡住时,spinner 会变红 (v2.1.126)",
50+
"Background sessions now preserve full chat history when reconnected (v2.1.160)": "后台会话在重新连接后 այժմ 保留完整聊天历史记录(v2.1.160)",
5051
"Background sessions now preserve model and effort level after waking from idle (v2.1.143)": "后台会话从空闲唤醒后现在会保留 model 和 effort level(v2.1.143)",
5152
"claude agents --cwd sets working directory for agent sessions (v2.1.141)": "claude agents --cwd 为 agent 会话设置工作目录 (v2.1.141)",
5253
"claude agents --json lists live Claude sessions as JSON for scripting (v2.1.145)": "claude agents --json 将实时 Claude 会话以 JSON 形式列出,便于脚本处理 (v2.1.145)",
@@ -135,6 +136,7 @@
135136
"sandbox.network.deniedDomains — block specific domains even when a broader allowedDomains wildcard would permit themNEW": "sandbox.network.deniedDomains — 即使更宽泛的 allowedDomains 通配符允许,也可阻止特定域名NEW",
136137
"sandbox.network.deniedDomains config blocks specific domains even when a broader allowedDomains wildcard would permit themNEW": "sandbox.network.deniedDomains 配置即使在更宽泛的 allowedDomains 通配符本会允许时,也会阻止特定域名NEW",
137138
"Security fixes for blockedMarketplaces (v2.1.119)": "blockedMarketplaces 的安全修复 (v2.1.119)",
139+
"Security prompts before writing to shell startup files (.zshenv, .bash_login) and build-tool configs (.npmrc, .yarnrc) (v2.1.160)": "在写入 shell 启动文件(.zshenv、.bash_login)和构建工具配置(.npmrc、.yarnrc)前显示安全提示(v2.1.160)",
138140
"Security: Bash find deny rules no longer auto-approve -exec/-delete; macOS /private paths now treated as dangerous removal targets": "安全性:Bash find deny 规则不再自动批准 -exec/-delete;macOS /private 路径现在被视为危险删除目标",
139141
"Security: Bash find deny rules no longer auto-approve -exec/-delete; macOS /private paths now treated as dangerous removal targetsNEW": "安全性:Bash find 拒绝规则不再自动批准 -exec/-delete;macOS 的 /private 路径现在被视为危险删除目标NEW",
140142
"Security: fixed allowManagedDomainsOnly / allowManagedReadPathsOnly policy flags being silently ignored (v2.1.126)": "安全:修复 allowManagedDomainsOnly / allowManagedReadPathsOnly policy flags 被静默忽略的问题 (v2.1.126)",

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ <h1>Claude Code 中文速查表</h1>
5454
</div>
5555
<div class="changelog-panel" id="changelogPanel" hidden>
5656
<ul class="changelog-list">
57-
<li><a class="changelog-link" href="https://code.claude.com/docs/en/changelog" target="_blank" rel="noreferrer noopener">Security prompts before writing to shell startup files (.zshenv, .bash_login) and build-tool configs (.npmrc, .yarnrc) (v2.1.160)</a></li>
58-
<li><a class="changelog-link" href="https://code.claude.com/docs/en/changelog" target="_blank" rel="noreferrer noopener">Background sessions now preserve full chat history when reconnected (v2.1.160)</a></li>
57+
<li><a class="changelog-link" href="https://code.claude.com/docs/en/changelog" target="_blank" rel="noreferrer noopener">在写入 shell 启动文件(.zshenv.bash_login)和构建工具配置(.npmrc.yarnrc)前显示安全提示(v2.1.160</a></li>
58+
<li><a class="changelog-link" href="https://code.claude.com/docs/en/changelog" target="_blank" rel="noreferrer noopener">后台会话在重新连接后 այժմ 保留完整聊天历史记录(v2.1.160</a></li>
5959
<li><a class="changelog-link" href="https://code.claude.com/docs/en/changelog" target="_blank" rel="noreferrer noopener">Opus 4.7 和 4.8 的 Auto mode 现已在 Bedrock、Vertex 和 Foundry 上可用 — 通过 CLAUDE_CODE_ENABLE_AUTO_MODE=1 启用(v2.1.158)</a></li>
6060
</ul>
6161
</div>

0 commit comments

Comments
 (0)