From d7f171e2dcb5943ccea9f49f5caf22e54a17bab2 Mon Sep 17 00:00:00 2001 From: y574444354 <574444354@qq.com> Date: Wed, 15 Apr 2026 15:09:43 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=20CHANGELOG.md=20?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=204.0.1-4.0.5=20=E7=89=88=E6=9C=AC=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..2f03c671c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,37 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [4.0.5] - 2026-04-15 + +### 新功能 + +- 工具层及 MCP 大重构 +- 完成第一个 MCP Chrome 浏览器接入版本 +- 添加 Langfuse 监控支持 +- Langfuse 工具调用显示为嵌套结构 +- Brave 作为 WebSearchTool 的备选搜索引擎 +- 支持自托管 remote-control-server +- 支持Ultraplan Feature 支持高级多 Agent 规划 +- 增加了upgrade/update 命令 + +### Agent 系统 + +- 新增 CoStrict agent 套件用于结构化工作流 +- 新增 TDD 工作流(test design / prepare / execute / run-and-fix 四个 agent) +- 新增 QuickExploreAgent,启用默认规划 agents +- 新增 planApply agent 工具列表 +- 新增 StrictPlan 模式 + +### Skills + +- 新增 `project-wiki` skill 自动生成技术文档 +- 新增 `security-review` 内置 skill 支持代码审计 + +### 修复 + +- 修复内置 agent prompt 中工具名引用归一化 +- 修复 mintlify ignore 和侧边栏 +- 修复 Windows 上 `bun.exe` 命令识别问题 +- 修复初次登陆的校验问题 +- 修复类型问题(多处) \ No newline at end of file