blade-code 0.0.28 → 0.0.30

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/blade.js +474 -415
  3. package/package.json +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blade-code",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "private": false,
5
5
  "description": "🗡️ Blade Code - 智能代码助手命令行工具",
6
6
  "type": "module",
@@ -114,6 +114,7 @@
114
114
  "@vscode/ripgrep": "^1.17.0"
115
115
  },
116
116
  "dependencies": {
117
+ "@agentclientprotocol/sdk": "^0.12.0",
117
118
  "@inkjs/ui": "^2.0.0",
118
119
  "@modelcontextprotocol/sdk": "^1.17.4",
119
120
  "ahooks": "^3.9.5",
@@ -145,6 +146,7 @@
145
146
  "react-dom": "^19.1.1",
146
147
  "semver": "^7.7.3",
147
148
  "string-width": "^8.1.0",
149
+ "undici": "^7.16.0",
148
150
  "write-file-atomic": "^7.0.0",
149
151
  "ws": "^8.18.0",
150
152
  "yaml": "^2.8.1",