zen-code 4.6.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/devtools-BHqoL8a6.mjs +11653 -0
- package/dist/graphBuilder-B3IJ7dB2.mjs +2641 -0
- package/dist/{index-B6kFMamn.mjs → index-DEcMgCTj.mjs} +1 -1
- package/dist/{memories-DirsFRdm.mjs → memories-rSGKIPk5.mjs} +1 -1
- package/dist/nonInteractive.mjs +7 -6
- package/dist/{subTasks-Bt97OwvY.mjs → subTasks-5KLIr9iy.mjs} +2 -2
- 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-CM8R0ZR6.mjs +0 -16249
- package/dist/assets/worker-I4QjJYba.js +0 -1
- package/dist/checkpoint-1sAx_j1E-DrVPlSLR.mjs +0 -319
- package/dist/checkpoint-DxiUsHMy-Cjy5WGNC.mjs +0 -394
- package/dist/chunk-YWE62C55-DID9N9eS.mjs +0 -193
- package/dist/devtools-CzaVuYnh.mjs +0 -2667
- package/dist/graphBuilder-mpLrx9tk.mjs +0 -49189
- package/dist/index-BUGHAUbY.mjs +0 -117
- package/dist/index-C5j-48Ft.mjs +0 -75
- package/dist/index-ChCbbHFS.mjs +0 -463
- package/dist/index-DS5HVciX.mjs +0 -216
- package/dist/index-FHDPQ2Qk.mjs +0 -211
- 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-Cu_nO_wt-ChzSaooi.mjs +0 -106
- package/dist/remote-threads-CrG03ZS7-C9duTCnB.mjs +0 -157
- package/dist/shallow-tfhh5rlz.mjs +0 -331
- package/dist/sql-CJsUpKEQ.mjs +0 -8106
- package/dist/sqlite-adapter-BKOLSdoL-BlGKN04G.mjs +0 -71
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.6.
|
|
3
|
+
"version": "4.6.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/cli.mjs",
|
|
6
6
|
"bin": "./dist/cli.mjs",
|
|
@@ -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
|
-
"@
|
|
44
|
-
"@langchain/mcp-adapters": "^1.1.1",
|
|
45
|
+
"@tanstack/react-query": "^5.90.21",
|
|
45
46
|
"@langgraph-js/sdk": "^4.6.3",
|
|
46
47
|
"@nanostores/react": "^1.0.0",
|
|
47
|
-
"@
|
|
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",
|
|
@@ -68,8 +66,8 @@
|
|
|
68
66
|
"vitest": "^4.0.18",
|
|
69
67
|
"@codegraph/agent": "1.0.0",
|
|
70
68
|
"@codegraph/union-client": "1.0.0",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
69
|
+
"@codegraph/config": "1.0.0",
|
|
70
|
+
"ink-pro": "1.1.0"
|
|
73
71
|
},
|
|
74
72
|
"babel": {
|
|
75
73
|
"presets": [
|