lody 0.77.2 → 0.78.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/chunks/{directory-handle-BBQKxZ5F.js → directory-handle-OPjjCl3O.js} +13 -3
- package/dist/chunks/{review-viewer-C1f8pVKg.js → review-viewer-Bgp2Thsg.js} +3 -2
- package/dist/chunks/runtime-manifest-Fr5DEH54.js +9 -0
- package/dist/file-index-scan-worker.js +1 -1
- package/dist/grok-acp.js +599 -0
- package/dist/index.js +613 -179
- package/package.json +41 -52
package/package.json
CHANGED
|
@@ -1,33 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lody",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.78.0",
|
|
4
4
|
"description": "Lody Agent CLI tool for managing remote command execution",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"lody": "dist/index.js"
|
|
9
9
|
},
|
|
10
|
-
"scripts": {
|
|
11
|
-
"dev": "pnpm run prepare:acp-adapters && node scripts/dev-build.mjs && node --enable-source-maps dist-dev/index.js",
|
|
12
|
-
"dev:build": "node scripts/dev-build.mjs",
|
|
13
|
-
"build": "pnpm run clean && pnpm run prepare:acp-adapters && pnpm run typecheck && pnpm run build:bundle && pnpm run check:published-bundle-imports && pnpm run copy:wasm",
|
|
14
|
-
"build:watch": "pnpm run prepare:review-assets && vite build --watch",
|
|
15
|
-
"build:bundle": "pnpm run prepare:review-assets && vite build",
|
|
16
|
-
"prepare:acp-adapters": "corepack pnpm --dir ../.. --filter acp-extension-claude build && corepack pnpm --dir ../.. --filter acp-extension-codex build",
|
|
17
|
-
"prepare:review-assets": "pnpm --dir ../.. --filter lody-code-review-viewer build",
|
|
18
|
-
"check:published-bundle-imports": "node scripts/check-published-bundle-imports.js",
|
|
19
|
-
"copy:wasm": "node scripts/copy-loro-wasm.js",
|
|
20
|
-
"clean": "rimraf dist dist-dev",
|
|
21
|
-
"format": "prettier --write src/**/*.ts",
|
|
22
|
-
"format:check": "prettier --check src/**/*.ts",
|
|
23
|
-
"typecheck": "tsgo --noEmit",
|
|
24
|
-
"test": "vitest run",
|
|
25
|
-
"bench:acp-history": "vitest bench tests/acp-history.bench.ts",
|
|
26
|
-
"bench:turn-diff-store": "pnpm --filter @lody/turn-diff-store bench",
|
|
27
|
-
"test:e2e": "LODY_E2E=1 vitest run",
|
|
28
|
-
"test:watch": "vitest",
|
|
29
|
-
"test:coverage": "vitest run --coverage"
|
|
30
|
-
},
|
|
31
10
|
"keywords": [
|
|
32
11
|
"cli",
|
|
33
12
|
"typescript",
|
|
@@ -41,42 +20,32 @@
|
|
|
41
20
|
"node": ">=22.14.0"
|
|
42
21
|
},
|
|
43
22
|
"devDependencies": {
|
|
44
|
-
"@agentclientprotocol/sdk": "
|
|
23
|
+
"@agentclientprotocol/sdk": "^1.3.0",
|
|
45
24
|
"@anthropic-ai/claude-agent-sdk": "0.3.220",
|
|
46
|
-
"@better-auth/api-key": "
|
|
47
|
-
"@convex-dev/better-auth": "
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@lody/cloud-api": "workspace:*",
|
|
51
|
-
"@lody/loro-streams-rpc": "workspace:*",
|
|
52
|
-
"@lody/platform": "workspace:*",
|
|
53
|
-
"@lody/shared": "workspace:*",
|
|
54
|
-
"@lody/turn-diff-store": "workspace:*",
|
|
55
|
-
"@loro-dev/flock-wasm": "catalog:",
|
|
56
|
-
"@loro-dev/streams-crdt": "catalog:",
|
|
25
|
+
"@better-auth/api-key": "1.5.5",
|
|
26
|
+
"@convex-dev/better-auth": "0.11.2",
|
|
27
|
+
"@loro-dev/flock-wasm": "^0.4.2",
|
|
28
|
+
"@loro-dev/streams-crdt": "0.14.1",
|
|
57
29
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
58
30
|
"@moonshot-ai/kimi-code": "0.29.0",
|
|
59
|
-
"@types/better-sqlite3": "
|
|
31
|
+
"@types/better-sqlite3": "^7.6.13",
|
|
60
32
|
"@types/cross-spawn": "^6.0.6",
|
|
61
33
|
"@types/diff": "^7.0.0",
|
|
62
34
|
"@types/iconv-lite": "^0.0.1",
|
|
63
|
-
"@types/node": "
|
|
35
|
+
"@types/node": "^24.10.1",
|
|
64
36
|
"@types/proxy-from-env": "^1.0.4",
|
|
65
37
|
"@types/uuid": "^9.0.8",
|
|
66
38
|
"@types/ws": "^8.18.1",
|
|
67
39
|
"@types/yauzl": "^2.10.3",
|
|
68
40
|
"@vitest/coverage-v8": "^3.2.4",
|
|
69
|
-
"
|
|
70
|
-
"acp-extension-codex": "workspace:*",
|
|
71
|
-
"acp-extension-core": "workspace:*",
|
|
72
|
-
"better-auth": "catalog:",
|
|
41
|
+
"better-auth": "1.5.5",
|
|
73
42
|
"chalk": "^5.6.2",
|
|
74
43
|
"cli-table3": "^0.6.5",
|
|
75
44
|
"commander": "^12.1.0",
|
|
76
|
-
"convex": "
|
|
45
|
+
"convex": "^1.33.1",
|
|
77
46
|
"cross-spawn": "^7.0.6",
|
|
78
47
|
"diff": "^7.0.0",
|
|
79
|
-
"effect": "
|
|
48
|
+
"effect": "3.18.4",
|
|
80
49
|
"esbuild": "^0.24.2",
|
|
81
50
|
"eventemitter3": "^5.0.1",
|
|
82
51
|
"globby": "^16.1.0",
|
|
@@ -85,9 +54,8 @@
|
|
|
85
54
|
"inquirer": "^10.2.2",
|
|
86
55
|
"isbinaryfile": "^6.0.0",
|
|
87
56
|
"jiti": "^2.6.1",
|
|
88
|
-
"
|
|
89
|
-
"loro-
|
|
90
|
-
"loro-repo": "catalog:",
|
|
57
|
+
"loro-mirror": "2.2.1",
|
|
58
|
+
"loro-repo": "^0.19.1",
|
|
91
59
|
"ora": "^8.2.0",
|
|
92
60
|
"posthog-node": "^5.38.8",
|
|
93
61
|
"prettier": "^3.6.2",
|
|
@@ -95,18 +63,18 @@
|
|
|
95
63
|
"rimraf": "^6.1.2",
|
|
96
64
|
"tar": "^7.5.7",
|
|
97
65
|
"tsx": "^4.23.5",
|
|
98
|
-
"undici": "
|
|
66
|
+
"undici": "^6.26.0",
|
|
99
67
|
"uuid": "^13.0.0",
|
|
100
|
-
"vite": "
|
|
101
|
-
"vite-plugin-top-level-await": "
|
|
102
|
-
"vite-plugin-wasm": "
|
|
68
|
+
"vite": "^6.0.0",
|
|
69
|
+
"vite-plugin-top-level-await": "^1.6.0",
|
|
70
|
+
"vite-plugin-wasm": "^3.5.0",
|
|
103
71
|
"vitest": "^3.2.4",
|
|
104
72
|
"winston": "^3.18.3",
|
|
105
73
|
"winston-daily-rotate-file": "^5.0.0",
|
|
106
74
|
"winston-transport": "^4.7.1",
|
|
107
75
|
"ws": "^8.18.3",
|
|
108
76
|
"yauzl": "^2.10.0",
|
|
109
|
-
"zod": "
|
|
77
|
+
"zod": "^4.1.5",
|
|
110
78
|
"zstd-stream": "^1.1.0"
|
|
111
79
|
},
|
|
112
80
|
"files": [
|
|
@@ -117,10 +85,31 @@
|
|
|
117
85
|
],
|
|
118
86
|
"dependencies": {
|
|
119
87
|
"@lydell/node-pty": "1.2.0-beta.14",
|
|
120
|
-
"better-sqlite3": "
|
|
88
|
+
"better-sqlite3": "^13.0.2",
|
|
121
89
|
"loro-crdt": "1.14.1",
|
|
122
90
|
"shell-env": "^4.0.3",
|
|
123
91
|
"tinypool": "^1.0.0",
|
|
124
92
|
"typescript": "^5.9.3"
|
|
93
|
+
},
|
|
94
|
+
"scripts": {
|
|
95
|
+
"dev": "pnpm run prepare:acp-adapters && node scripts/dev-build.mjs && node --enable-source-maps dist-dev/index.js",
|
|
96
|
+
"dev:build": "node scripts/dev-build.mjs",
|
|
97
|
+
"build": "pnpm run clean && pnpm run prepare:acp-adapters && pnpm run typecheck && pnpm run build:bundle && pnpm run check:published-bundle-imports && pnpm run copy:wasm",
|
|
98
|
+
"build:watch": "pnpm run prepare:review-assets && vite build --watch",
|
|
99
|
+
"build:bundle": "pnpm run prepare:review-assets && vite build",
|
|
100
|
+
"prepare:acp-adapters": "corepack pnpm --dir ../.. --filter acp-extension-claude build && corepack pnpm --dir ../.. --filter acp-extension-codex build && corepack pnpm --dir ../.. --filter acp-extension-grok build",
|
|
101
|
+
"prepare:review-assets": "pnpm --dir ../.. --filter lody-code-review-viewer build",
|
|
102
|
+
"check:published-bundle-imports": "node scripts/check-published-bundle-imports.js",
|
|
103
|
+
"copy:wasm": "node scripts/copy-loro-wasm.js",
|
|
104
|
+
"clean": "rimraf dist dist-dev",
|
|
105
|
+
"format": "prettier --write src/**/*.ts",
|
|
106
|
+
"format:check": "prettier --check src/**/*.ts",
|
|
107
|
+
"typecheck": "tsgo --noEmit",
|
|
108
|
+
"test": "vitest run",
|
|
109
|
+
"bench:acp-history": "vitest bench tests/acp-history.bench.ts",
|
|
110
|
+
"bench:turn-diff-store": "pnpm --filter @lody/turn-diff-store bench",
|
|
111
|
+
"test:e2e": "LODY_E2E=1 vitest run",
|
|
112
|
+
"test:watch": "vitest",
|
|
113
|
+
"test:coverage": "vitest run --coverage"
|
|
125
114
|
}
|
|
126
|
-
}
|
|
115
|
+
}
|