lody 0.64.1 → 0.66.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/{diff-line-counts-ftjiViPL.js → diff-line-counts-BLxwWP6r.js} +2 -2
- package/dist/chunks/{directory-handle-GsTHlZO7.js → directory-handle-CaB_XCLI.js} +50 -101
- package/dist/chunks/{review-viewer-3Tw5RDkz.js → review-viewer-DzrxfC5z.js} +3 -3
- package/dist/diff-worker.js +1 -1
- package/dist/file-index-scan-worker.js +2 -2
- package/dist/index.js +107165 -94132
- package/package.json +11 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lody",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Lody Agent CLI tool for managing remote command execution
|
|
3
|
+
"version": "0.66.0",
|
|
4
|
+
"description": "Lody Agent CLI tool for managing remote command execution",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -17,19 +17,20 @@
|
|
|
17
17
|
"author": "Leon Zhao",
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"engines": {
|
|
20
|
-
"node": ">=18.
|
|
20
|
+
"node": ">=18.0.0"
|
|
21
21
|
},
|
|
22
22
|
"optionalDependencies": {
|
|
23
|
-
"acp-extension-claude": "0.
|
|
24
|
-
"acp-extension-codex": "
|
|
23
|
+
"acp-extension-claude": "0.54.1",
|
|
24
|
+
"acp-extension-codex": "0.15.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@agentclientprotocol/sdk": "^0.25.0",
|
|
28
28
|
"@better-auth/api-key": "1.5.5",
|
|
29
29
|
"@convex-dev/better-auth": "0.11.2",
|
|
30
30
|
"@loro-dev/flock-wasm": "^0.3.4",
|
|
31
|
-
"@loro-dev/streams-crdt": "0.12.
|
|
31
|
+
"@loro-dev/streams-crdt": "0.12.0",
|
|
32
32
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
33
|
+
"@sentry/node": "^10.29.0",
|
|
33
34
|
"@types/better-sqlite3": "^7.6.13",
|
|
34
35
|
"@types/cross-spawn": "^6.0.6",
|
|
35
36
|
"@types/iconv-lite": "^0.0.1",
|
|
@@ -59,14 +60,12 @@
|
|
|
59
60
|
"isbinaryfile": "^6.0.0",
|
|
60
61
|
"jiti": "^2.6.1",
|
|
61
62
|
"loro-mirror": "2.2.0",
|
|
62
|
-
"loro-repo": "^0.18.
|
|
63
|
+
"loro-repo": "^0.18.0",
|
|
63
64
|
"ora": "^8.2.0",
|
|
64
|
-
"posthog-node": "^5.38.8",
|
|
65
65
|
"prettier": "^3.6.2",
|
|
66
66
|
"proxy-from-env": "^1.1.0",
|
|
67
67
|
"rimraf": "^6.1.2",
|
|
68
68
|
"tar": "^7.5.7",
|
|
69
|
-
"undici": "^6.26.0",
|
|
70
69
|
"uuid": "^13.0.0",
|
|
71
70
|
"vite": "^6.0.0",
|
|
72
71
|
"vite-plugin-top-level-await": "^1.6.0",
|
|
@@ -77,9 +76,9 @@
|
|
|
77
76
|
"winston-transport": "^4.7.1",
|
|
78
77
|
"ws": "^8.18.3",
|
|
79
78
|
"zod": "^4.1.5",
|
|
80
|
-
"@lody/code-review-helper": "0.0.0",
|
|
81
|
-
"lody-code-review-viewer": "0.64.1",
|
|
82
79
|
"@lody/cli-supervisor": "0.0.1",
|
|
80
|
+
"@lody/code-review-helper": "0.0.0",
|
|
81
|
+
"lody-code-review-viewer": "0.66.0",
|
|
83
82
|
"@lody/convex": "0.0.1",
|
|
84
83
|
"@lody/loro-streams-rpc": "0.0.1",
|
|
85
84
|
"@lody/shared": "0.0.1"
|
|
@@ -101,7 +100,7 @@
|
|
|
101
100
|
"scripts": {
|
|
102
101
|
"dev": "node dev.mjs",
|
|
103
102
|
"dev:staging": "LODY_AUTH_URL=https://impressive-guineapig-165.convex.cloud LODY_AUTH_SITE_URL=https://impressive-guineapig-165.convex.site LODY_SERVER_URL=https://lody-server.zx-073.workers.dev SITE_URL=https://main.lody.pages.dev/ pnpm run dev",
|
|
104
|
-
"dev:prod": "LODY_AUTH_URL=https://
|
|
103
|
+
"dev:prod": "LODY_AUTH_URL=https://convex.lody.ai LODY_SERVER_URL=https://api.lody.ai pnpm run dev",
|
|
105
104
|
"build": "pnpm run clean && pnpm run typecheck && pnpm run build:bundle && pnpm run check:published-bundle-imports && pnpm run copy:wasm",
|
|
106
105
|
"build:watch": "pnpm run prepare:review-assets && vite build --watch",
|
|
107
106
|
"build:bundle": "pnpm run prepare:review-assets && vite build",
|