zen-code 4.5.0 → 4.6.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/MultiLineTextInput-B4NEXnFm.mjs +23343 -0
- package/dist/cli.mjs +44 -20
- package/dist/devtools-BHqoL8a6.mjs +11653 -0
- package/dist/graphBuilder-B3IJ7dB2.mjs +2641 -0
- package/dist/{index-BHwkVemt.mjs → index-DEcMgCTj.mjs} +1 -1
- package/dist/{memories-B8HqG014.mjs → memories-rSGKIPk5.mjs} +1 -1
- package/dist/metadata-XVTVXthy.mjs +6 -0
- package/dist/nonInteractive.mjs +7 -6
- package/dist/{subTasks-BTMXARkP.mjs → subTasks-5KLIr9iy.mjs} +47 -48
- package/dist/zen-code.mjs +8654 -2
- package/dist/zen-keyboard.mjs +7 -6
- package/package.json +7 -9
- package/dist/MultiLineTextInput-e7hD79Wp.mjs +0 -24631
- package/dist/app-DtYW5k3J.mjs +0 -16061
- package/dist/assets/worker-I4QjJYba.js +0 -1
- package/dist/checkpoint-1sAx_j1E-4BdN8r-w.mjs +0 -319
- package/dist/checkpoint-DxiUsHMy-BV-8KBKD.mjs +0 -394
- package/dist/chunk-YWE62C55-DID9N9eS.mjs +0 -193
- package/dist/devtools-CzaVuYnh.mjs +0 -2667
- package/dist/graphBuilder-B0bC88R_.mjs +0 -48756
- package/dist/id-Cu7CRpDw.mjs +0 -79
- package/dist/index-BUGHAUbY.mjs +0 -117
- package/dist/index-Bgm_TqjU.mjs +0 -212
- package/dist/index-C5j-48Ft.mjs +0 -75
- package/dist/index-CSvPIzA-.mjs +0 -464
- package/dist/index-DS5HVciX.mjs +0 -216
- package/dist/kysely-Bchvsze0.mjs +0 -4316
- package/dist/load-Cjl9cJ0o.mjs +0 -105
- package/dist/migrator-BatO36Tk.mjs +0 -592
- package/dist/pg-adapter-BFtir1GE-BU2H39HC.mjs +0 -62
- package/dist/postgres-dialect-DaHvQ_AZ.mjs +0 -211
- package/dist/queue-Bfg-8ehP-Lko1egu-.mjs +0 -106
- package/dist/remote-threads-CrG03ZS7-C9duTCnB.mjs +0 -157
- package/dist/shallow-DAx5vVov.mjs +0 -332
- package/dist/sql-CJsUpKEQ.mjs +0 -8106
- package/dist/sqlite-adapter-Bbonr5S5-DQLjfvyu.mjs +0 -68
- package/dist/zen-init.mjs +0 -1
package/dist/zen-keyboard.mjs
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { r as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { r as f, j as n, u as a, T as c } from "./MultiLineTextInput-B4NEXnFm.mjs";
|
|
2
|
+
import { useState as l } from "react";
|
|
3
|
+
f(/* @__PURE__ */ n.jsx(x, {}));
|
|
4
|
+
function x() {
|
|
5
|
+
const [r, u] = l(`Press any key...
|
|
5
6
|
`);
|
|
6
|
-
return
|
|
7
|
+
return a((i, o, p) => {
|
|
7
8
|
const t = ["\x1B[2J\x1B[H", "input:", JSON.stringify(i), "", "key:"], e = Object.entries(o).filter(([, s]) => s === !0);
|
|
8
9
|
for (const [s] of e)
|
|
9
10
|
t.push(` ${s}: true`);
|
|
10
11
|
e.length === 0 && t.push(" (no true values)"), t.push(JSON.stringify(p, null, 2)), u(t.join(`
|
|
11
12
|
`));
|
|
12
|
-
}), /* @__PURE__ */ n.jsx(
|
|
13
|
+
}), /* @__PURE__ */ n.jsx(c, { children: r });
|
|
13
14
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zen-code",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/cli.mjs",
|
|
6
6
|
"bin": "./dist/cli.mjs",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@langchain/google-genai": "^2.1.18",
|
|
19
19
|
"@langchain/langgraph": "^1.1.0",
|
|
20
20
|
"@langchain/openai": "1.1.3",
|
|
21
|
-
"@langgraph-js/pure-graph": "^3.
|
|
21
|
+
"@langgraph-js/pure-graph": "^3.1.2",
|
|
22
22
|
"chalk": "^5.6.2",
|
|
23
23
|
"execa": "^9.6.1",
|
|
24
24
|
"extract-zip": "^2.0.1",
|
|
@@ -37,14 +37,15 @@
|
|
|
37
37
|
"xdg-basedir": "^5.1.0",
|
|
38
38
|
"yaml": "^2.8.2",
|
|
39
39
|
"zod": "^4.3.5",
|
|
40
|
+
"diff-match-patch": "^1.0.5",
|
|
41
|
+
"@langchain/mcp-adapters": "^1.1.1",
|
|
40
42
|
"@langgraph-js/standard-agent": "1.1.0"
|
|
41
43
|
},
|
|
42
44
|
"devDependencies": {
|
|
43
|
-
"@inkjs/ui": "^2.0.0",
|
|
44
|
-
"@langchain/mcp-adapters": "^1.1.1",
|
|
45
|
-
"@langgraph-js/sdk": "^4.6.1",
|
|
46
|
-
"@nanostores/react": "^1.0.0",
|
|
47
45
|
"@tanstack/react-query": "^5.90.21",
|
|
46
|
+
"@langgraph-js/sdk": "^4.6.3",
|
|
47
|
+
"@nanostores/react": "^1.0.0",
|
|
48
|
+
"@inkjs/ui": "^2.0.0",
|
|
48
49
|
"@testing-library/react": "^16.3.2",
|
|
49
50
|
"@testing-library/user-event": "^14.6.1",
|
|
50
51
|
"@types/diff-match-patch": "^1.0.36",
|
|
@@ -53,14 +54,11 @@
|
|
|
53
54
|
"@types/node-notifier": "^8.0.5",
|
|
54
55
|
"@types/react": "^19.2.8",
|
|
55
56
|
"@vitejs/plugin-react": "^5.1.2",
|
|
56
|
-
"comlink": "^4.4.2",
|
|
57
|
-
"diff-match-patch": "^1.0.5",
|
|
58
57
|
"happy-dom": "^20.3.9",
|
|
59
58
|
"ink": "^6.6.0",
|
|
60
59
|
"ink-markdown": "^1.0.4",
|
|
61
60
|
"ink-spinner": "^5.0.0",
|
|
62
61
|
"ink-syntax-highlight": "^2.0.2",
|
|
63
|
-
"ink-text-input": "^6.0.0",
|
|
64
62
|
"react": "^19.2.3",
|
|
65
63
|
"vite": "^7.3.1",
|
|
66
64
|
"vite-bundle-analyzer": "^1.3.2",
|