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.
Files changed (33) hide show
  1. package/dist/MultiLineTextInput-B4NEXnFm.mjs +23343 -0
  2. package/dist/devtools-BHqoL8a6.mjs +11653 -0
  3. package/dist/graphBuilder-B3IJ7dB2.mjs +2641 -0
  4. package/dist/{index-B6kFMamn.mjs → index-DEcMgCTj.mjs} +1 -1
  5. package/dist/{memories-DirsFRdm.mjs → memories-rSGKIPk5.mjs} +1 -1
  6. package/dist/nonInteractive.mjs +7 -6
  7. package/dist/{subTasks-Bt97OwvY.mjs → subTasks-5KLIr9iy.mjs} +2 -2
  8. package/dist/zen-code.mjs +8654 -2
  9. package/dist/zen-keyboard.mjs +7 -6
  10. package/package.json +7 -9
  11. package/dist/MultiLineTextInput-e7hD79Wp.mjs +0 -24631
  12. package/dist/app-CM8R0ZR6.mjs +0 -16249
  13. package/dist/assets/worker-I4QjJYba.js +0 -1
  14. package/dist/checkpoint-1sAx_j1E-DrVPlSLR.mjs +0 -319
  15. package/dist/checkpoint-DxiUsHMy-Cjy5WGNC.mjs +0 -394
  16. package/dist/chunk-YWE62C55-DID9N9eS.mjs +0 -193
  17. package/dist/devtools-CzaVuYnh.mjs +0 -2667
  18. package/dist/graphBuilder-mpLrx9tk.mjs +0 -49189
  19. package/dist/index-BUGHAUbY.mjs +0 -117
  20. package/dist/index-C5j-48Ft.mjs +0 -75
  21. package/dist/index-ChCbbHFS.mjs +0 -463
  22. package/dist/index-DS5HVciX.mjs +0 -216
  23. package/dist/index-FHDPQ2Qk.mjs +0 -211
  24. package/dist/kysely-Bchvsze0.mjs +0 -4316
  25. package/dist/load-Cjl9cJ0o.mjs +0 -105
  26. package/dist/migrator-BatO36Tk.mjs +0 -592
  27. package/dist/pg-adapter-BFtir1GE-BU2H39HC.mjs +0 -62
  28. package/dist/postgres-dialect-DaHvQ_AZ.mjs +0 -211
  29. package/dist/queue-Cu_nO_wt-ChzSaooi.mjs +0 -106
  30. package/dist/remote-threads-CrG03ZS7-C9duTCnB.mjs +0 -157
  31. package/dist/shallow-tfhh5rlz.mjs +0 -331
  32. package/dist/sql-CJsUpKEQ.mjs +0 -8106
  33. package/dist/sqlite-adapter-BKOLSdoL-BlGKN04G.mjs +0 -71
@@ -1,13 +1,14 @@
1
- import { r as a, j as n, a as c, u as f, T as x } from "./MultiLineTextInput-e7hD79Wp.mjs";
2
- a(/* @__PURE__ */ n.jsx(l, {}));
3
- function l() {
4
- const [r, u] = c.useState(`Press any key...
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 f((i, o, p) => {
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(x, { children: r });
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.0",
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
- "@inkjs/ui": "^2.0.0",
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
- "@tanstack/react-query": "^5.90.21",
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
- "ink-pro": "1.1.0",
72
- "@codegraph/config": "1.0.0"
69
+ "@codegraph/config": "1.0.0",
70
+ "ink-pro": "1.1.0"
73
71
  },
74
72
  "babel": {
75
73
  "presets": [