We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700ff07 commit 5451626Copy full SHA for 5451626
2 files changed
docs/changelog.md
@@ -3,6 +3,17 @@
3
All notable changes to this project will be documented in this file.
4
5
6
+## [0.4.1] - 2026-05-06
7
+
8
+### ✨ 新功能
9
10
+- 重构配置向导流程并改进用户提示 (700ff07)
11
12
+### 🐛 问题修复
13
14
+- 确保空对象模式显式输出 required 数组 (68f0273)
15
16
17
## [0.4.0] - 2026-05-06
18
19
### ✨ 新功能
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blade-code",
- "version": "0.4.0",
+ "version": "0.4.1",
"private": false,
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
"type": "module",
0 commit comments