blade-code 0.0.46 → 0.0.48

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,50 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
5
 
6
+ ## [0.0.48] - 2026-01-11
7
+
8
+ ### ✨ 新功能
9
+
10
+ - 重构流式消息处理与Markdown增量解析 (ea391df)
11
+ - 支持流式响应中的token用量统计 (6cb5735)
12
+ - 添加内置免费模型 GLM-4.7 及相关支持功能 (6295748)
13
+
14
+ ### 🐛 问题修复
15
+
16
+ - resolve unused variable lint errors (f4e23a6)
17
+ - 添加 Bun 运行时支持 (bec375e)
18
+ - 在 CI 环境跳过 prepare 脚本避免 bun 依赖 (ef92bc3)
19
+ - 使用 npm 安装 pnpm 替代 action-setup 修复兼容性问题 (e18543c)
20
+ - 使用 standalone 模式修复 pnpm 安装问题 (e16a57d)
21
+ - 使用 pnpm/action-setup 修复 CI 流程 (d75ed21)
22
+
23
+ ### ♻️ 代码重构
24
+
25
+ - 替换 any 类型为 unknown 或具体类型以增强类型安全性 (0533fdc)
26
+
27
+ ### 🔧 其他更改
28
+
29
+ - 移除未使用的代码和导出 (a9db838)
30
+ - remove local settings from tracking (70fecf4)
31
+ - 移除公司敏感信息以准备开源 (a686be5)
32
+
33
+
34
+ ## [0.0.47] - 2026-01-08
35
+
36
+ ### ✨ 新功能
37
+
38
+ - 实现插件系统核心功能 (7eae689)
39
+ - 更新文档结构和内容,优化用户指南和功能说明 (d1579cd)
40
+
41
+ ### 🐛 问题修复
42
+
43
+ - 指定官方 registry 确保获取最新版本 (c6771e6)
44
+
45
+ ### ♻️ 代码重构
46
+
47
+ - 移除模型相关配置选项 (ac7dbc9)
48
+
49
+
6
50
  ## [0.0.46] - 2026-01-07
7
51
 
8
52
  ### ✨ 新功能
package/README.en.md CHANGED
@@ -122,7 +122,6 @@ blade --yolo "Auto-approve all operations"
122
122
  | `--print` | `-p` | Print response and exit |
123
123
  | `--continue` | `-c` | Continue recent session |
124
124
  | `--resume <id>` | `-r` | Resume specific session |
125
- | `--model <name>` | | Specify model |
126
125
  | `--yolo` | | Auto-approve all operations |
127
126
 
128
127
  ### Slash Commands
package/README.md CHANGED
@@ -122,7 +122,6 @@ blade --yolo "自动批准所有操作"
122
122
  | `--print` | `-p` | 打印响应并退出 |
123
123
  | `--continue` | `-c` | 继续最近会话 |
124
124
  | `--resume <id>` | `-r` | 恢复指定会话 |
125
- | `--model <name>` | | 指定模型 |
126
125
  | `--yolo` | | 自动批准所有操作 |
127
126
 
128
127
  ### Slash 命令
@@ -159,7 +158,7 @@ cd blade-code && pnpm install && pnpm dev
159
158
  ## 🔗 相关资源
160
159
 
161
160
  - [NPM 包](https://www.npmjs.com/package/blade-code)
162
- - [问题反馈](https://github.com/echoVic/blade-doc/issues)
161
+ - [问题反馈](https://github.com/echoVic/blade-code/issues)
163
162
 
164
163
  ---
165
164