We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd5693 commit 1875311Copy full SHA for 1875311
2 files changed
CHANGELOG.md
@@ -3,6 +3,13 @@
3
All notable changes to this project will be documented in this file.
4
5
6
+## [0.0.3] - 2025-09-30
7
+
8
+### ✨ 新功能
9
10
+- 实现 agentic loop 核心功能 (3fd5693)
11
12
13
## [0.0.2] - 2025-09-29
14
15
### 🔧 其他更改
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blade-code",
- "version": "0.0.2",
+ "version": "0.0.3",
"private": false,
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
"type": "module",
0 commit comments