We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1fcd9 commit 927ae41Copy full SHA for 927ae41
2 files changed
CHANGELOG.md
@@ -3,6 +3,19 @@
3
All notable changes to this project will be documented in this file.
4
5
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
19
## [0.0.5] - 2025-10-10
20
21
### ✨ 新功能
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blade-code",
- "version": "0.0.5",
+ "version": "0.0.6",
"private": false,
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
"type": "module",
0 commit comments