Skip to content

Commit 2612626

Browse files
committed
chore: release v0.2.6
1 parent b2716e9 commit 2612626

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

docs/changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [0.2.6] - 2026-02-21
7+
8+
### ✨ 新功能
9+
10+
- add /memory edit command with $EDITOR support (75dbfe7)
11+
- add Auto Memory system for cross-session persistent knowledge (4012898)
12+
13+
### 🐛 问题修复
14+
15+
- createTool.execute now passes ExecutionContext to tools (bbd353a)
16+
17+
### 📝 文档更新
18+
19+
- add Auto Memory documentation (b2716e9)
20+
- update README with Auto Memory feature and /memory commands (2ae1dab)
21+
22+
### ♻️ 代码重构
23+
24+
- clean up ContextManager/PersistentStore responsibilities (e799a2f)
25+
26+
### ✅ 测试相关
27+
28+
- add 20 unit tests for ContextAssembler (4bd66f1)
29+
- add Auto Memory unit tests (38 cases) (511c523)
30+
31+
632
## [Unreleased]
733

834
### ✨ 新功能

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blade-code",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"private": false,
55
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
66
"type": "module",

0 commit comments

Comments
 (0)