zen-code 1.7.5 → 1.8.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-CGYzSqAY.mjs → app-DaHI5Ky6.mjs} +7541 -7554
- package/dist/{checkpoint-1sAx_j1E-COwR_guQ.mjs → checkpoint-1sAx_j1E-CGNACjWe.mjs} +1 -1
- package/dist/{checkpoint-DxiUsHMy-B1OiTWV9.mjs → checkpoint-DxiUsHMy-CzFo6OBy.mjs} +1 -1
- package/dist/{id-Di_PC5Tt.mjs → id-C6V2Pn12.mjs} +1 -1
- package/dist/{index-DB4Y_7u-.mjs → index-UuLiZHHI.mjs} +2 -2
- package/dist/{queue-BSCnCent-BCvqkqjk.mjs → queue-BSCnCent-DCmm6lhO.mjs} +1 -1
- package/dist/{shallow-DyLhS4YF.mjs → shallow-BIK7y1MI.mjs} +2 -2
- package/dist/zen-code.mjs +1 -1
- package/package.json +10 -8
|
@@ -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-DaHI5Ky6.mjs";
|
|
4
4
|
const g = ["source", "step", "parents"];
|
|
5
5
|
const E = g;
|
|
6
6
|
class w extends f {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { u as C } from "./id-
|
|
2
|
-
import { B as v, c as x, T as $, m as I } from "./app-
|
|
1
|
+
import { u as C } from "./id-C6V2Pn12.mjs";
|
|
2
|
+
import { B as v, c as x, T as $, m as I } from "./app-DaHI5Ky6.mjs";
|
|
3
3
|
import { createClient as O, createCluster as N } from "redis";
|
|
4
4
|
const W = [
|
|
5
5
|
{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { u as $ } from "./id-
|
|
2
|
-
import { B as g } from "./app-
|
|
1
|
+
import { u as $ } from "./id-C6V2Pn12.mjs";
|
|
2
|
+
import { B as g } from "./app-DaHI5Ky6.mjs";
|
|
3
3
|
import { createClient as T } from "redis";
|
|
4
4
|
function k(u) {
|
|
5
5
|
if (u === null || typeof u != "object") return JSON.stringify(u);
|
package/dist/zen-code.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import "./app-
|
|
1
|
+
import "./app-DaHI5Ky6.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.8.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "cli.js",
|
|
6
6
|
"bin": "cli.js",
|
|
@@ -13,29 +13,29 @@
|
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@anthropic-ai/sdk": "^0.71.2",
|
|
16
|
-
"@langgraph-js/pure-graph": "^2.10.0",
|
|
17
|
-
"chalk": "^5.6.2",
|
|
18
|
-
"execa": "^9.6.0",
|
|
19
16
|
"@langchain/anthropic": "1.1.3",
|
|
20
|
-
"@langchain/openai": "1.1.3",
|
|
21
17
|
"@langchain/core": "^1",
|
|
22
18
|
"@langchain/langgraph": "^1.0.7",
|
|
19
|
+
"@langchain/openai": "1.1.3",
|
|
20
|
+
"@langgraph-js/pure-graph": "^2.10.0",
|
|
21
|
+
"chalk": "^5.6.2",
|
|
22
|
+
"execa": "^9.6.0",
|
|
23
23
|
"extract-zip": "^2.0.1",
|
|
24
24
|
"fs-extra": "^11.3.3",
|
|
25
|
+
"langchain": "1.1.1",
|
|
25
26
|
"lowdb": "^7.0.1",
|
|
26
27
|
"marked": "^16.2.1",
|
|
27
28
|
"marked-terminal": "^7.3.0",
|
|
29
|
+
"node-notifier": "^10.0.1",
|
|
28
30
|
"node-sqlite3-wasm": "^0.8.52",
|
|
29
31
|
"openai": "^6.15.0",
|
|
30
32
|
"path-exists": "^5.0.0",
|
|
31
33
|
"tempy": "^3.1.0",
|
|
32
34
|
"xdg-basedir": "^5.1.0",
|
|
33
35
|
"yaml": "^2.8.2",
|
|
34
|
-
"zod": "^4"
|
|
35
|
-
"langchain": "1.1.1"
|
|
36
|
+
"zod": "^4"
|
|
36
37
|
},
|
|
37
38
|
"devDependencies": {
|
|
38
|
-
"ink": "^6.6.0",
|
|
39
39
|
"@inkjs/ui": "^2.0.0",
|
|
40
40
|
"@langchain/mcp-adapters": "^1.1.1",
|
|
41
41
|
"@langgraph-js/sdk": "^4.3.8",
|
|
@@ -43,10 +43,12 @@
|
|
|
43
43
|
"@types/diff-match-patch": "^1.0.36",
|
|
44
44
|
"@types/fs-extra": "^11.0.4",
|
|
45
45
|
"@types/marked-terminal": "^6.1.1",
|
|
46
|
+
"@types/node-notifier": "^8.0.5",
|
|
46
47
|
"@types/react": "^19.1.12",
|
|
47
48
|
"@vitejs/plugin-react": "^5.1.2",
|
|
48
49
|
"comlink": "^4.4.2",
|
|
49
50
|
"diff-match-patch": "^1.0.5",
|
|
51
|
+
"ink": "^6.6.0",
|
|
50
52
|
"ink-markdown": "^1.0.4",
|
|
51
53
|
"ink-select-input": "^6.2.0",
|
|
52
54
|
"ink-spinner": "^5.0.0",
|