blade-code 0.0.45 → 0.0.47
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 +23 -0
- package/README.en.md +0 -1
- package/README.md +1 -2
- package/dist/blade.js +427 -390
- package/package.json +2 -4
- package/vendor/ripgrep/README.md +9 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,29 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
## [0.0.47] - 2026-01-08
|
|
7
|
+
|
|
8
|
+
### ✨ 新功能
|
|
9
|
+
|
|
10
|
+
- 实现插件系统核心功能 (7eae689)
|
|
11
|
+
- 更新文档结构和内容,优化用户指南和功能说明 (d1579cd)
|
|
12
|
+
|
|
13
|
+
### 🐛 问题修复
|
|
14
|
+
|
|
15
|
+
- 指定官方 registry 确保获取最新版本 (c6771e6)
|
|
16
|
+
|
|
17
|
+
### ♻️ 代码重构
|
|
18
|
+
|
|
19
|
+
- 移除模型相关配置选项 (ac7dbc9)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [0.0.46] - 2026-01-07
|
|
23
|
+
|
|
24
|
+
### ✨ 新功能
|
|
25
|
+
|
|
26
|
+
- 添加对Claude Code配置的兼容支持 (99f42e9)
|
|
27
|
+
|
|
28
|
+
|
|
6
29
|
## [0.0.45] - 2026-01-06
|
|
7
30
|
|
|
8
31
|
### ✨ 新功能
|
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-
|
|
161
|
+
- [问题反馈](https://github.com/echoVic/blade-code/issues)
|
|
163
162
|
|
|
164
163
|
---
|
|
165
164
|
|