Skip to content

Commit e5499bc

Browse files
committed
chore: release v0.2.9
1 parent fecd446 commit e5499bc

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

docs/changelog.md

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

55

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+
627
## [0.2.7] - 2026-03-24
728

829
### ✨ 新功能

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

0 commit comments

Comments
 (0)