Skip to content

Commit dd3403c

Browse files
committed
chore: release v0.0.41
1 parent 1bf7816 commit dd3403c

3 files changed

Lines changed: 27 additions & 39 deletions

File tree

CHANGELOG.md

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

55

6+
## [0.0.41] - 2025-12-28
7+
8+
### ✨ 新功能
9+
10+
- 添加 Antigravity 和 Copilot 的 OAuth 登录功能 (2b31dae)
11+
- 添加同步远程 tags 功能确保 changelog 生成正确 (05a4a23)
12+
13+
### 🐛 问题修复
14+
15+
- 为依赖检查添加超时避免卡住 (1bf7816)
16+
17+
618
## [0.0.40] - 2025-12-27
719

820
### ✨ 新功能

docs/public/changelog.md

Lines changed: 14 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3,61 +3,37 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [0.0.41] - 2025-12-28
7+
8+
### ✨ 新功能
9+
10+
- 添加 Antigravity 和 Copilot 的 OAuth 登录功能 (2b31dae)
11+
- 添加同步远程 tags 功能确保 changelog 生成正确 (05a4a23)
12+
13+
### 🐛 问题修复
14+
15+
- 为依赖检查添加超时避免卡住 (1bf7816)
16+
17+
618
## [0.0.40] - 2025-12-27
719

820
### ✨ 新功能
921

10-
- 添加对Anthropic、Gemini和Azure OpenAI的支持 (33ec933)
22+
- **多模型提供商支持**:添加对 Anthropic、Google Gemini 和 Azure OpenAI 的原生支持 (33ec933)
1123
- 添加完整的 Base64 编解码工具 (cab5a2c)
12-
- 优化加载指示器和代码高亮组件 (44c12d1)
13-
- 添加 Blade 命令和技能文档文件 (7b9a092)
14-
- 添加自定义 Slash Commands 系统 (db22092)
15-
- 实现完整的钩子系统与Claude对齐 (dfe8edb)
16-
- 添加 Todo 列表更新回调并发送 ACP plan 更新 (691a651)
17-
- 添加原子操作 addAssistantMessageAndClearThinking 避免闪烁 (a7726ed)
18-
- 新增 SkillInstaller 用于首次启动时自动下载官方技能 (2fc2661)
19-
- 实现完整的技能管理系统 (af6f40f)
20-
- 添加 Skills 系统支持动态 Prompt 扩展和工具限制 (f2588b6)
21-
- 添加终端resize时的Static组件刷新功能 (183affb)
22-
- 支持同步 changelog 到外部 blade-doc 仓库 (0e1ea8b)
23-
- 添加历史消息折叠功能及快捷键支持 (5f34b2b)
24-
- 添加图片粘贴和多模态消息处理功能 (a0532a4)
25-
- 支持 thinking 模型的 reasoning 内容处理 (811c8aa)
2624

2725
### 🐛 问题修复
2826

29-
- 增加需要外部处理的快捷键检查 (cf1e447)
30-
- 添加操作中止检查并优化中止处理流程 (27596d4)
31-
- 替换直接process.exit为safeExit确保终端状态恢复 (169af5d)
32-
- 解决终端resize残影问题并优化布局 (a1701e1)
27+
- 修复 CustomTextInput 快捷键处理问题 (cf1e447)
3328

3429
### 📝 文档更新
3530

3631
- 添加思维链支持文档及模型配置说明 (3607d0d)
37-
- 更新项目文档链接和问题反馈地址 (064824e)
38-
39-
### ♻️ 代码重构
40-
41-
- 统一主题管理逻辑并优化动态引入 (ead4bd0)
42-
- 合并 isThinking 状态到 isProcessing 并优化处理逻辑 (6e83764)
43-
- 统一使用 getUI 发送消息并支持取消信号 (24c401f)
4432

4533
### ✅ 测试相关
4634

4735
- 添加大量单元测试和测试工具 (0c9a6ac)
4836

49-
### 🔧 其他更改
50-
51-
- release v0.0.39 (06dfb1d)
52-
- release v0.0.38 (16a08ea)
53-
- release v0.0.37 (7a01d18)
54-
- release v0.0.36 (60f6a4a)
55-
- release v0.0.35 (f4f0457)
56-
- release v0.0.34 (95ab341)
57-
- release v0.0.33 (7958cc1)
58-
- release v0.0.32 (39cb8e5)
59-
- release v0.0.31 (7ab96b1)
60-
6137

6238
## [0.0.39] - 2025-12-26
6339

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

0 commit comments

Comments
 (0)