zen-code 1.6.0 → 1.7.0
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/app-PKQtY-cu.mjs +136476 -0
- package/dist/{checkpoint-1sAx_j1E-BX9cUfFE.mjs → checkpoint-1sAx_j1E-WBFKexvF.mjs} +1 -1
- package/dist/{checkpoint-DxiUsHMy-CAeP_UDr.mjs → checkpoint-DxiUsHMy-DBZZ_s9V.mjs} +1 -1
- package/dist/{index-BlaugeRW.mjs → index-BstJ6byN.mjs} +1 -1
- package/dist/{queue-BSCnCent-C5-UiaGZ.mjs → queue-BSCnCent-C8hIrXQK.mjs} +1 -1
- package/dist/{shallow-D7XJ9Jvo.mjs → shallow-CfuhnrO6.mjs} +1 -1
- package/dist/zen-code.mjs +1 -1
- package/package.json +11 -12
- package/dist/app-BtzA1m9I.mjs +0 -91292
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { K as T } from "./kysely-Bchvsze0.mjs";
|
|
2
2
|
import { F as r } from "./sql-CJsUpKEQ.mjs";
|
|
3
|
-
import { B as f, T as l, c as y, m } from "./app-
|
|
3
|
+
import { B as f, T as l, c as y, m } from "./app-PKQtY-cu.mjs";
|
|
4
4
|
const g = ["source", "step", "parents"];
|
|
5
5
|
const E = g;
|
|
6
6
|
class w extends f {
|
package/dist/zen-code.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import "./app-
|
|
1
|
+
import "./app-PKQtY-cu.mjs";
|
|
2
2
|
import "chalk";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zen-code",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "cli.js",
|
|
6
6
|
"bin": "cli.js",
|
|
@@ -12,25 +12,26 @@
|
|
|
12
12
|
"author": "KonghaYao",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"
|
|
16
|
-
"lowdb": "^7.0.1",
|
|
15
|
+
"@langgraph-js/pure-graph": "^2.8.1",
|
|
17
16
|
"chalk": "^5.6.2",
|
|
17
|
+
"execa": "^9.6.0",
|
|
18
18
|
"extract-zip": "^2.0.1",
|
|
19
19
|
"fs-extra": "^11.3.3",
|
|
20
|
+
"lowdb": "^7.0.1",
|
|
21
|
+
"marked": "^16.2.1",
|
|
22
|
+
"marked-terminal": "^7.3.0",
|
|
20
23
|
"node-sqlite3-wasm": "^0.8.52",
|
|
24
|
+
"openai": "^6.15.0",
|
|
21
25
|
"path-exists": "^5.0.0",
|
|
22
26
|
"tempy": "^3.1.0",
|
|
23
|
-
"
|
|
24
|
-
"openai": "^6.15.0",
|
|
27
|
+
"xdg-basedir": "^5.1.0",
|
|
25
28
|
"yaml": "^2.8.2",
|
|
26
|
-
"zod": "^4"
|
|
27
|
-
"@langgraph-js/pure-graph": "^2.8.1",
|
|
28
|
-
"xdg-basedir": "^5.1.0"
|
|
29
|
+
"zod": "^4"
|
|
29
30
|
},
|
|
30
31
|
"devDependencies": {
|
|
31
32
|
"@inkjs/ui": "^2.0.0",
|
|
32
33
|
"@langchain/mcp-adapters": "^1.1.1",
|
|
33
|
-
"@langgraph-js/sdk": "^4.3.
|
|
34
|
+
"@langgraph-js/sdk": "^4.3.7",
|
|
34
35
|
"@nanostores/react": "^1.0.0",
|
|
35
36
|
"@types/diff-match-patch": "^1.0.36",
|
|
36
37
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -39,14 +40,12 @@
|
|
|
39
40
|
"@vitejs/plugin-react": "^5.1.2",
|
|
40
41
|
"comlink": "^4.4.2",
|
|
41
42
|
"diff-match-patch": "^1.0.5",
|
|
42
|
-
"ink": "^6.
|
|
43
|
+
"ink": "^6.6.0",
|
|
43
44
|
"ink-markdown": "^1.0.4",
|
|
44
45
|
"ink-select-input": "^6.2.0",
|
|
45
46
|
"ink-spinner": "^5.0.0",
|
|
46
47
|
"ink-syntax-highlight": "^2.0.2",
|
|
47
48
|
"ink-text-input": "^6.0.0",
|
|
48
|
-
"marked": "^16.2.1",
|
|
49
|
-
"marked-terminal": "^7.3.0",
|
|
50
49
|
"react": "^19.1.1",
|
|
51
50
|
"vite": "^7.3.0",
|
|
52
51
|
"vite-bundle-analyzer": "^1.3.2",
|