We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ca53d commit 195fbc6Copy full SHA for 195fbc6
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.2.4] - 2026-02-09
7
+
8
+### 🐛 问题修复
9
10
+- allow root execution in container/sandbox/CI environments (9f02561)
11
12
+### ♻️ 代码重构
13
14
+- 重构依赖项结构,将web相关依赖移动到cli/web目录 (1b2a17a)
15
16
17
## [0.2.3] - 2026-02-03
18
19
### 📝 文档更新
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blade-code",
- "version": "0.2.3",
+ "version": "0.2.4",
"private": false,
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
"type": "module",
0 commit comments