Skip to content

Commit a9a885e

Browse files
author
echoVic
committed
chore: release v0.2.1
1 parent f725f00 commit a9a885e

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

docs/changelog.md

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

55

6+
## [0.2.1] - 2026-02-01
7+
8+
### ✨ 新功能
9+
10+
- 增强子任务执行状态展示和交互 (f725f00)
11+
- 添加子代理会话ID支持并优化相关功能 (c39a083)
12+
- 添加bun-pty类型定义并修复pty调用 (ae75567)
13+
- 添加全面的单元测试、集成测试和端到端测试 (4e7ce95)
14+
15+
### 🐛 问题修复
16+
17+
- git operations should run in monorepo root to include changelog (913d26c)
18+
19+
### 📝 文档更新
20+
21+
- 更新文档以反映0.2.0版本新增的Web UI功能 (b583c93)
22+
23+
### ♻️ 代码重构
24+
25+
- 重构子会话实现为独立会话模型 (6b7f4c9)
26+
27+
### ✅ 测试相关
28+
29+
- 修复测试中文件路径和模拟数据的错误 (f674f49)
30+
- 修复单元测试问题 (eb6a72b)
31+
- 大幅提升测试覆盖率和测试基础设施 (12650b1)
32+
33+
634
## [0.2.0] - 2026-01-30
735

836
🎉 **重大更新:Web UI 发布!**

packages/cli/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.2.0",
3+
"version": "0.2.1",
44
"private": false,
55
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
66
"type": "module",

0 commit comments

Comments
 (0)