Skip to content

Commit 667fc9d

Browse files
author
huzijie.sea
committed
chore: release v0.0.17
1 parent 4601d44 commit 667fc9d

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [0.0.17] - 2025-12-16
7+
8+
### ✨ 新功能
9+
10+
- add /git slash command with AI-powered git operations (72526f1)
11+
- 重构状态管理为 Zustand 实现单一数据源架构 (b52d9f2)
12+
- 重构工具系统并添加Plan模式支持 (b9b3bc7)
13+
- 优化孤儿 tool 消息过滤逻辑并添加测试 (cb98b66)
14+
- 将代码中的中文提示信息翻译为英文 (b07f430)
15+
- 添加Subagents系统及相关文档 (6bd6cc9)
16+
- 实现子代理系统及任务工具改进 (b5b8fc1)
17+
- 添加后台命令管理和网络搜索功能 (8d436cb)
18+
19+
### 📝 文档更新
20+
21+
- 全面更新文档内容以匹配当前实现 (9fbd18e)
22+
23+
### 💄 代码格式
24+
25+
- 统一代码格式化和修复缩进问题 (0f11b8a)
26+
27+
### ♻️ 代码重构
28+
29+
- 移除遥测系统及相关代码 (ecc83b3)
30+
- 迁移状态管理至 Zustand 并重构相关组件 (d4b1c30)
31+
- 清理测试配置和工具文档 (58096e1)
32+
- 清理未使用的代码和优化模块结构 (dbca510)
33+
34+
### 🔧 其他更改
35+
36+
- release v0.0.16 (4601d44)
37+
- update pnpm setup in CI workflow (073bf7d)
38+
39+
640
## [0.0.16] - 2025-12-16
741

842
### ✨ 新功能

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blade-code",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"private": false,
55
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
66
"type": "module",

0 commit comments

Comments
 (0)