We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ad572 commit 4742a4bCopy full SHA for 4742a4b
2 files changed
CHANGELOG.md
@@ -3,6 +3,22 @@
3
All notable changes to this project will be documented in this file.
4
5
6
+## [0.0.25] - 2025-12-20
7
+
8
+### ✨ 新功能
9
10
+- 增强模型配置和版本自动升级功能 (0323f54)
11
+- add thinking block UI and model detection, enhance chat features (afb11a3)
12
13
+### 🐛 问题修复
14
15
+- 支持带scope的提交消息格式 (a8ad572)
16
17
+### 🔧 其他更改
18
19
+- 添加 CHANGELOG.md 到打包文件列表 (91db333)
20
21
22
## [0.0.24] - 2025-12-19
23
24
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blade-code",
- "version": "0.0.24",
+ "version": "0.0.25",
"private": false,
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
"type": "module",
0 commit comments