We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2ad74 commit 7ee2490Copy full SHA for 7ee2490
2 files changed
docs/changelog.md
@@ -3,6 +3,16 @@
3
All notable changes to this project will be documented in this file.
4
5
6
+## [0.2.7] - 2026-03-24
7
+
8
+### ✨ 新功能
9
10
+- 添加无头模式支持并实现结构化事件流输出 (bd7089e)
11
+- 引入会话运行时管理以支持会话级资源隔离 (5d30dac)
12
+- add native openai provider support (523633b)
13
+- add native openai provider support (5cd1734)
14
15
16
## [0.2.6] - 2026-02-21
17
18
### ✨ 新功能
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blade-code",
- "version": "0.2.6",
+ "version": "0.2.7",
"private": false,
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
"type": "module",
0 commit comments