File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 33All 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### ✨ 新功能
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments