From fe25963792aa4bc78e11dc3399c25eb6c819e8da Mon Sep 17 00:00:00 2001 From: James Feng <47167674+GhostDragon124@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:58:09 +0800 Subject: [PATCH] docs: add v1.3.0 changelog to README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index dfe8e2948..b3c38e6f9 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,24 @@ TUI (REPL) 模式需要真实终端,无法直接通过 VS Code launch 启动 - [doubaoime-asr](https://github.com/starccy/doubaoime-asr) — 豆包 ASR 语音识别 SDK,为 Voice Mode 提供无需 Anthropic OAuth 的语音输入方案 +## Changelog + +### v1.3.0 (2026-06-01) + +**遥测彻底清理 & 测试修复 & 新功能** + +- 🔒 **遥测唯一漏网之鱼修复**: `preconnectAnthropicApi()` 加入 `isEssentialTrafficOnly()` 门控,`strace` 实测零外连。已向上游提 PR (#1253) +- 🧠 **Proactive 自主代理模式**: 补全 `notifyAutomationStateChanged` 胶水函数,开启 `PROACTIVE` feature flag。AI 空闲时通过 SleepTool 暂停 tick 省 token +- 🔐 **LocalVault 加密存储**: 补 `keychain.ts` Linux stub,AES-256-GCM 文件加密降级方案完整可用。VaultHttpFetch 加入子代理黑名单(AC18 安全门控) +- 🧪 **测试修复**: 从 3007→3206 pass (+199),42→4 失败 + - 批量修复:时区/effort level/Anthropic input_tokens 规范/DeepSeek v4 reasoning_content + - 补齐缺失 mock 和源文件(13 个 module-not-found 消除) + - 4 个显式 skip(compound command quote 缺陷/ExecuteTool 子进程隔离/CtxInspectTool feature flag) + - 剩余 4 个为 Bun mock 模块缓存缺陷(单独跑全过) +- 📦 **构建**: `bun run build` ✅ 通过(562 files) + +### v1.2.0 + ## 许可证 本项目仅供学习研究用途。Claude Code 的所有权利归 [Anthropic](https://www.anthropic.com/) 所有。