blade-code 0.0.30 → 0.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
5
 
6
+ ## [0.0.32] - 2025-12-22
7
+
8
+ ### ✨ 新功能
9
+
10
+ - 支持 thinking 模型的 reasoning 内容处理 (811c8aa)
11
+
12
+
13
+ ## [0.0.31] - 2025-12-22
14
+
15
+ ### ✨ 新功能
16
+
17
+ - 添加 Agent Client Protocol 支持 (ab1b699)
18
+ - 添加 GPT OpenAI Platform 支持及清屏功能 (f48aa42)
19
+ - 添加 pre-commit 命令用于 AI 生成 commit message (318bbde)
20
+ - enhance WebSearch tool with multi-provider fallback (caf98e7)
21
+ - 添加对话轮次限制功能 (fd1879f)
22
+ - 重构 MCP 配置管理并支持全局配置 (8fd56ba)
23
+ - 添加交互式版本更新提示组件 (5fe01b0)
24
+ - 增强模型配置和版本自动升级功能 (0323f54)
25
+ - add thinking block UI and model detection, enhance chat features (afb11a3)
26
+
27
+ ### 🐛 问题修复
28
+
29
+ - 支持带scope的提交消息格式 (a8ad572)
30
+
31
+ ### ♻️ 代码重构
32
+
33
+ - 统一使用 getUI 发送消息并支持取消信号 (24c401f)
34
+
35
+ ### 🔧 其他更改
36
+
37
+ - release v0.0.30 (4d0b33d)
38
+ - release v0.0.29 (41e0784)
39
+ - release v0.0.28 (6be8a21)
40
+ - release v0.0.27 (6bf8783)
41
+ - release v0.0.26 (77a60d0)
42
+ - release v0.0.25 (4742a4b)
43
+ - 添加 CHANGELOG.md 到打包文件列表 (91db333)
44
+
45
+
6
46
  ## [0.0.30] - 2025-12-21
7
47
 
8
48
  ### ✨ 新功能
package/README.en.md CHANGED
@@ -127,7 +127,7 @@ blade --yolo "Auto-approve all operations"
127
127
 
128
128
  ### Slash Commands
129
129
 
130
- Use in interactive mode: `/init` `/help` `/clear` `/compact` `/agents` `/permissions` `/mcp` `/resume` `/config` `/theme` `/model`
130
+ Use in interactive mode: `/init` `/help` `/clear` `/compact` `/context` `/agents` `/permissions` `/mcp` `/resume` `/theme` `/model`
131
131
 
132
132
  ---
133
133
 
@@ -150,6 +150,12 @@ cd blade-code && pnpm install && pnpm dev
150
150
 
151
151
  ---
152
152
 
153
+ ## 💬 Community
154
+
155
+ Add WeChat **VIc-Forever** with note "Blade" to join the group.
156
+
157
+ ---
158
+
153
159
  ## 📄 License
154
160
 
155
161
  [MIT](LICENSE) - Made with ❤️ by [echoVic](https://github.com/echoVic)
package/README.md CHANGED
@@ -127,7 +127,7 @@ blade --yolo "自动批准所有操作"
127
127
 
128
128
  ### Slash 命令
129
129
 
130
- 在交互模式中使用:`/init` `/help` `/clear` `/compact` `/agents` `/permissions` `/mcp` `/resume` `/config` `/theme` `/model`
130
+ 在交互模式中使用:`/init` `/help` `/clear` `/compact` `/context` `/agents` `/permissions` `/mcp` `/resume` `/theme` `/model`
131
131
 
132
132
  ---
133
133
 
@@ -150,6 +150,12 @@ cd blade-code && pnpm install && pnpm dev
150
150
 
151
151
  ---
152
152
 
153
+ ## 💬 交流群
154
+
155
+ 添加小助手微信 **VIc-Forever**,备注「Blade」拉你进群。
156
+
157
+ ---
158
+
153
159
  ## 📄 许可证
154
160
 
155
161
  [MIT](LICENSE) - Made with ❤️ by [echoVic](https://github.com/echoVic)