blade-code 0.0.10 → 0.0.12

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 +637 -219
  2. package/package.json +6 -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.12",
4
4
  "private": false,
5
5
  "description": "🗡️ Blade Code - 智能代码助手命令行工具",
6
6
  "type": "module",
@@ -84,6 +84,7 @@
84
84
  "@biomejs/biome": "^2.2.4",
85
85
  "@testing-library/react": "^16.2.0",
86
86
  "@testing-library/user-event": "^14.5.0",
87
+ "@types/diff": "^8.0.0",
87
88
  "@types/inquirer": "^9.0.8",
88
89
  "@types/json-schema": "^7.0.15",
89
90
  "@types/lodash-es": "^4.17.12",
@@ -106,6 +107,7 @@
106
107
  "ahooks": "^3.9.5",
107
108
  "axios": "^1.12.2",
108
109
  "chalk": "^5.4.1",
110
+ "diff": "^8.0.2",
109
111
  "ink": "^6.2.3",
110
112
  "ink-big-text": "^2.0.0",
111
113
  "ink-gradient": "^3.0.0",
@@ -115,13 +117,15 @@
115
117
  "ink-spinner": "^5.0.0",
116
118
  "ink-text-input": "^6.0.0",
117
119
  "inquirer": "^12.6.3",
120
+ "js-tiktoken": "^1.0.21",
118
121
  "lodash-es": "^4.17.21",
119
122
  "lowlight": "^3.3.0",
123
+ "nanoid": "^5.1.6",
120
124
  "openai": "^6.2.0",
121
125
  "picomatch": "^4.0.3",
122
126
  "react": "^19.1.1",
123
127
  "react-dom": "^19.1.1",
124
- "uuid": "^11.1.0",
128
+ "string-width": "^8.1.0",
125
129
  "ws": "^8.18.0",
126
130
  "yargs": "^18.0.0",
127
131
  "zod": "^3.24.2",