We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338535c commit af8f7c2Copy full SHA for af8f7c2
docs/changelog.md
@@ -3,6 +3,21 @@
3
All notable changes to this project will be documented in this file.
4
5
6
+## [0.1.8] - 2026-01-16
7
+
8
+### ✨ 新功能
9
10
+- 添加模型配置向导组件及支持自定义HTTP头 (2dd1f1a)
11
12
+### 📝 文档更新
13
14
+- 更新用户文档和配置指南 (338535c)
15
16
+### ♻️ 代码重构
17
18
+- 移除 blade-claude 相关代码及依赖 (b39d743)
19
20
21
## [0.1.7] - 2026-01-15
22
23
### ✨ 新功能
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blade-code",
- "version": "0.1.7",
+ "version": "0.1.8",
"private": false,
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
"type": "module",
0 commit comments