We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80631f commit cdda0e3Copy full SHA for cdda0e3
2 files changed
docs/changelog.md
@@ -3,6 +3,13 @@
3
All notable changes to this project will be documented in this file.
4
5
6
+## [0.3.5] - 2026-04-21
7
+
8
+### ✨ 新功能
9
10
+- 实现会话恢复时保留原始上下文消息 (d80631f)
11
12
13
## [0.3.4] - 2026-04-21
14
15
### ♻️ 代码重构
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blade-code",
- "version": "0.3.4",
+ "version": "0.3.5",
"private": false,
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
"type": "module",
0 commit comments