Skip to content

Commit 927ae41

Browse files
committed
chore: release v0.0.6
1 parent 8a1fcd9 commit 927ae41

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

55

6+
## [0.0.6] - 2025-10-11
7+
8+
### ✨ 新功能
9+
10+
- 添加 Ink UI 组件库集成和现代化界面改进 (8a1fcd9)
11+
- 更新 UI 组件样式和提示文本 (95be248)
12+
- add task abort functionality and improve UI feedback (1f5c4e4)
13+
14+
### ♻️ 代码重构
15+
16+
- 移除 TurnExecutor 类并简化 Agent 实现 (d21a345)
17+
18+
619
## [0.0.5] - 2025-10-10
720

821
### ✨ 新功能

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

0 commit comments

Comments
 (0)