blade-code 0.0.10 → 0.0.11

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 (2) hide show
  1. package/dist/blade.js +322 -205
  2. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blade-code",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "private": false,
5
5
  "description": "🗡️ Blade Code - 智能代码助手命令行工具",
6
6
  "type": "module",
@@ -115,13 +115,14 @@
115
115
  "ink-spinner": "^5.0.0",
116
116
  "ink-text-input": "^6.0.0",
117
117
  "inquirer": "^12.6.3",
118
+ "js-tiktoken": "^1.0.21",
118
119
  "lodash-es": "^4.17.21",
119
120
  "lowlight": "^3.3.0",
121
+ "nanoid": "^5.1.6",
120
122
  "openai": "^6.2.0",
121
123
  "picomatch": "^4.0.3",
122
124
  "react": "^19.1.1",
123
125
  "react-dom": "^19.1.1",
124
- "uuid": "^11.1.0",
125
126
  "ws": "^8.18.0",
126
127
  "yargs": "^18.0.0",
127
128
  "zod": "^3.24.2",