We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecd446 commit e5499bcCopy full SHA for e5499bc
2 files changed
docs/changelog.md
@@ -3,6 +3,27 @@
3
All notable changes to this project will be documented in this file.
4
5
6
+## [0.2.9] - 2026-03-31
7
+
8
+### ✨ 新功能
9
10
+- 支持多模态图像输入功能 (fecd446)
11
+- 添加稳定的工具调用和子代理ID生成功能 (0ae38b7)
12
13
+### 🐛 问题修复
14
15
+- API 错误信息友好化,不再向用户暴露完整堆栈 (58b1bd4)
16
+- stop release flow after npm publish failure (1b1d3bf)
17
18
+### 📝 文档更新
19
20
+- add web image input design spec (c9b3a51)
21
22
+### ⚡ 性能优化
23
24
+- 终端交互层全面性能优化 (82937a8)
25
26
27
## [0.2.7] - 2026-03-24
28
29
### ✨ 新功能
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blade-code",
- "version": "0.2.8",
+ "version": "0.2.9",
"private": false,
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
"type": "module",
0 commit comments