kimiflare 0.76.0 → 0.76.1
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/index.js +60 -30
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kimiflare",
|
|
3
|
-
"version": "0.76.
|
|
3
|
+
"version": "0.76.1",
|
|
4
4
|
"description": "A terminal coding agent powered by Kimi K2.6, routed through your own Cloudflare AI Gateway — per-request logs, response caching, authoritative cost. Web search, GitHub, headless browser, LSP, MCP, local memory, 262k context.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
66
66
|
"better-sqlite3": "^12.9.0",
|
|
67
|
-
"camouflage": "file:../camouflage/sdk/node",
|
|
68
67
|
"commander": "^12.1.0",
|
|
69
68
|
"ink": "^7.0.1",
|
|
70
69
|
"ink-select-input": "^6.2.0",
|
|
@@ -78,6 +77,7 @@
|
|
|
78
77
|
"vscode-languageserver-protocol": "^3.17.5"
|
|
79
78
|
},
|
|
80
79
|
"optionalDependencies": {
|
|
80
|
+
"camouflage-tui": "^1.0.0-beta.1",
|
|
81
81
|
"isolated-vm": "^6.1.2"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|