blade-code 0.1.8 → 0.1.9
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/dist/blade.js +496 -506
- package/package.json +8 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blade-code",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
|
|
6
6
|
"type": "module",
|
|
@@ -107,12 +107,19 @@
|
|
|
107
107
|
},
|
|
108
108
|
"dependencies": {
|
|
109
109
|
"@agentclientprotocol/sdk": "^0.12.0",
|
|
110
|
+
"@ai-sdk/anthropic": "^3.0.7",
|
|
111
|
+
"@ai-sdk/azure": "^3.0.5",
|
|
112
|
+
"@ai-sdk/deepseek": "^2.0.4",
|
|
113
|
+
"@ai-sdk/google": "^3.0.4",
|
|
114
|
+
"@ai-sdk/openai": "^3.0.5",
|
|
115
|
+
"@ai-sdk/openai-compatible": "^2.0.4",
|
|
110
116
|
"@anthropic-ai/sdk": "^0.71.2",
|
|
111
117
|
"@azure/identity": "^4.13.0",
|
|
112
118
|
"@google/genai": "^1.34.0",
|
|
113
119
|
"@inkjs/ui": "^2.0.0",
|
|
114
120
|
"@modelcontextprotocol/sdk": "^1.17.4",
|
|
115
121
|
"ahooks": "^3.9.5",
|
|
122
|
+
"ai": "^6.0.39",
|
|
116
123
|
"ansi-escapes": "^7.2.0",
|
|
117
124
|
"async-mutex": "^0.5.0",
|
|
118
125
|
"axios": "^1.12.2",
|