Skip to content

Commit cdd3fc9

Browse files
committed
chore: release v0.3.2
1 parent d9fe11d commit cdd3fc9

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

docs/changelog.md

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

55

6+
## [0.3.2] - 2026-04-18
7+
8+
### ✨ 新功能
9+
10+
- 新增 Function 和 HTTP Hook 支持 (5281f6f)
11+
- 添加并发调度器实现工具调用分桶限流 (0af1b62)
12+
- 添加工具黑名单支持并优化会话处理 (9750322)
13+
- 增强任务中止处理逻辑并支持中断原因区分 (538a058)
14+
15+
### 🐛 问题修复
16+
17+
- 过滤会话消息中的非用户和助手消息 (d9fe11d)
18+
- 修复令牌计数使用 totalTokens 而不是计算值 (db1318e)
19+
- 改进帮助命令输出和权限模式处理 (04e0532)
20+
21+
### ♻️ 代码重构
22+
23+
- 重构权限决策流程为多阶段仲裁 (7165385)
24+
25+
626
## [0.3.1] - 2026-04-12
727

828
### ✨ 新功能

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.3.1",
3+
"version": "0.3.2",
44
"private": false,
55
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
66
"type": "module",

0 commit comments

Comments
 (0)