lazycodex-ai 5.0.0-beta.12 → 5.0.0-beta.13
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/cli/index.js +6774 -4320
- package/dist/cli-node/index.js +6774 -4320
- package/package.json +3 -2
- package/packages/git-bash-mcp/dist/cli.js +5 -1
- package/packages/lsp-daemon/dist/cli.js +5 -1
- package/packages/lsp-daemon/dist/client.js +5 -1
- package/packages/lsp-daemon/dist/index.js +5 -1
- package/packages/lsp-tools-mcp/dist/cli.js +5 -1
- package/packages/lsp-tools-mcp/dist/mcp.js +5 -1
- package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
- package/packages/omo-codex/plugin/components/codegraph/dist/cli.js +5 -1
- package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +5 -1
- package/packages/omo-codex/plugin/components/codegraph/package.json +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
- package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
- package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +2 -2
- package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
- package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/rules/package.json +1 -1
- package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/start-work-continuation/package.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
- package/packages/omo-codex/plugin/components/telemetry/dist/cli.js +2242 -381
- package/packages/omo-codex/plugin/components/telemetry/dist/posthog.js +2247 -386
- package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
- package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +1 -1
- package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
- package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +1 -1
- package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/package-lock.json +13 -13
- package/packages/omo-codex/plugin/package.json +1 -1
- package/packages/omo-codex/scripts/install-dist/install-local.mjs +2307 -401
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lazycodex-ai",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.13",
|
|
4
4
|
"description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -125,7 +125,8 @@
|
|
|
125
125
|
"@hono/node-server": "^1.19.13",
|
|
126
126
|
"express-rate-limit": "^8.5.1",
|
|
127
127
|
"fast-uri": "^3.1.2",
|
|
128
|
-
"path-to-regexp": "^8.4.2"
|
|
128
|
+
"path-to-regexp": "^8.4.2",
|
|
129
|
+
"@types/node": "26.1.1"
|
|
129
130
|
},
|
|
130
131
|
"trustedDependencies": [
|
|
131
132
|
"@code-yeongyu/comment-checker"
|
|
@@ -276,7 +276,11 @@ function createParentWatchdog(config, onDeadParent) {
|
|
|
276
276
|
const probeAlive = config.probeAlive ?? isProcessAlive;
|
|
277
277
|
let fired = false;
|
|
278
278
|
const timer = setInterval(() => {
|
|
279
|
-
if (fired
|
|
279
|
+
if (fired)
|
|
280
|
+
return;
|
|
281
|
+
const alive = probeAlive(parentPid);
|
|
282
|
+
config.onPoll?.(alive);
|
|
283
|
+
if (alive)
|
|
280
284
|
return;
|
|
281
285
|
fired = true;
|
|
282
286
|
onDeadParent(parentPid, pollIntervalMs);
|
|
@@ -280,7 +280,11 @@ function createParentWatchdog(config, onDeadParent) {
|
|
|
280
280
|
const probeAlive = config.probeAlive ?? isProcessAlive;
|
|
281
281
|
let fired = false;
|
|
282
282
|
const timer = setInterval(() => {
|
|
283
|
-
if (fired
|
|
283
|
+
if (fired)
|
|
284
|
+
return;
|
|
285
|
+
const alive = probeAlive(parentPid);
|
|
286
|
+
config.onPoll?.(alive);
|
|
287
|
+
if (alive)
|
|
284
288
|
return;
|
|
285
289
|
fired = true;
|
|
286
290
|
onDeadParent(parentPid, pollIntervalMs);
|
|
@@ -1106,7 +1106,11 @@ function createParentWatchdog(config, onDeadParent) {
|
|
|
1106
1106
|
const probeAlive = config.probeAlive ?? isProcessAlive;
|
|
1107
1107
|
let fired = false;
|
|
1108
1108
|
const timer = setInterval(() => {
|
|
1109
|
-
if (fired
|
|
1109
|
+
if (fired)
|
|
1110
|
+
return;
|
|
1111
|
+
const alive = probeAlive(parentPid);
|
|
1112
|
+
config.onPoll?.(alive);
|
|
1113
|
+
if (alive)
|
|
1110
1114
|
return;
|
|
1111
1115
|
fired = true;
|
|
1112
1116
|
onDeadParent(parentPid, pollIntervalMs);
|
|
@@ -4118,7 +4118,11 @@ function createParentWatchdog(config, onDeadParent) {
|
|
|
4118
4118
|
const probeAlive = config.probeAlive ?? isProcessAlive;
|
|
4119
4119
|
let fired = false;
|
|
4120
4120
|
const timer = setInterval(() => {
|
|
4121
|
-
if (fired
|
|
4121
|
+
if (fired)
|
|
4122
|
+
return;
|
|
4123
|
+
const alive = probeAlive(parentPid);
|
|
4124
|
+
config.onPoll?.(alive);
|
|
4125
|
+
if (alive)
|
|
4122
4126
|
return;
|
|
4123
4127
|
fired = true;
|
|
4124
4128
|
onDeadParent(parentPid, pollIntervalMs);
|
|
@@ -3285,7 +3285,11 @@ function createParentWatchdog(config, onDeadParent) {
|
|
|
3285
3285
|
const probeAlive = config.probeAlive ?? isProcessAlive;
|
|
3286
3286
|
let fired = false;
|
|
3287
3287
|
const timer = setInterval(() => {
|
|
3288
|
-
if (fired
|
|
3288
|
+
if (fired)
|
|
3289
|
+
return;
|
|
3290
|
+
const alive = probeAlive(parentPid);
|
|
3291
|
+
config.onPoll?.(alive);
|
|
3292
|
+
if (alive)
|
|
3289
3293
|
return;
|
|
3290
3294
|
fired = true;
|
|
3291
3295
|
onDeadParent(parentPid, pollIntervalMs);
|
|
@@ -271,7 +271,11 @@ function createParentWatchdog(config, onDeadParent) {
|
|
|
271
271
|
const probeAlive = config.probeAlive ?? isProcessAlive;
|
|
272
272
|
let fired = false;
|
|
273
273
|
const timer = setInterval(() => {
|
|
274
|
-
if (fired
|
|
274
|
+
if (fired)
|
|
275
|
+
return;
|
|
276
|
+
const alive = probeAlive(parentPid);
|
|
277
|
+
config.onPoll?.(alive);
|
|
278
|
+
if (alive)
|
|
275
279
|
return;
|
|
276
280
|
fired = true;
|
|
277
281
|
onDeadParent(parentPid, pollIntervalMs);
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/bootstrap/dist/cli.js\" hook session-start",
|
|
9
9
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\bootstrap.ps1\"",
|
|
10
10
|
"timeout": 30,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.13) Checking Bootstrap Provisioning"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sisyphuslabs/codex-bootstrap",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.13",
|
|
4
4
|
"description": "Codex SessionStart bootstrap component that provisions LazyCodex runtime dependencies from a detached worker.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": true,
|
|
@@ -11651,7 +11651,11 @@ function createParentWatchdog(config2, onDeadParent) {
|
|
|
11651
11651
|
const probeAlive = config2.probeAlive ?? isProcessAlive2;
|
|
11652
11652
|
let fired = false;
|
|
11653
11653
|
const timer = setInterval(() => {
|
|
11654
|
-
if (fired
|
|
11654
|
+
if (fired)
|
|
11655
|
+
return;
|
|
11656
|
+
const alive = probeAlive(parentPid);
|
|
11657
|
+
config2.onPoll?.(alive);
|
|
11658
|
+
if (alive)
|
|
11655
11659
|
return;
|
|
11656
11660
|
fired = true;
|
|
11657
11661
|
onDeadParent(parentPid, pollIntervalMs);
|
|
@@ -9333,7 +9333,11 @@ function createParentWatchdog(config2, onDeadParent) {
|
|
|
9333
9333
|
const probeAlive = config2.probeAlive ?? isProcessAlive;
|
|
9334
9334
|
let fired = false;
|
|
9335
9335
|
const timer = setInterval(() => {
|
|
9336
|
-
if (fired
|
|
9336
|
+
if (fired)
|
|
9337
|
+
return;
|
|
9338
|
+
const alive = probeAlive(parentPid);
|
|
9339
|
+
config2.onPoll?.(alive);
|
|
9340
|
+
if (alive)
|
|
9337
9341
|
return;
|
|
9338
9342
|
fired = true;
|
|
9339
9343
|
onDeadParent(parentPid, pollIntervalMs);
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "command",
|
|
9
9
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook pre-tool-use",
|
|
10
10
|
"timeout": 5,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.13) Recommending Git Bash MCP"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"type": "command",
|
|
21
21
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-compact",
|
|
22
22
|
"timeout": 5,
|
|
23
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
23
|
+
"statusMessage": "(OmO 5.0.0-beta.13) Resetting Git Bash MCP Reminder"
|
|
24
24
|
}
|
|
25
25
|
]
|
|
26
26
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "command",
|
|
9
9
|
"command": "node \"${PLUGIN_ROOT}/components/lazycodex-executor-verify/dist/cli.js\" hook subagent-stop",
|
|
10
10
|
"timeout": 10,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.13) Verifying LazyCodex Executor Evidence"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-yeongyu/codex-lazycodex-executor-verify",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.13",
|
|
4
4
|
"description": "Codex SubagentStop evidence verifier for LazyCodex executor completions.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "npm@11.12.1",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"version": "5.0.0-beta.
|
|
4
|
-
"inputDigest": "sha256:
|
|
3
|
+
"version": "5.0.0-beta.13",
|
|
4
|
+
"inputDigest": "sha256:66217ff918035848a1f63a558563d53b2f1f25b7f64a4d19f4e571dc2309dbaf",
|
|
5
5
|
"outputs": [
|
|
6
6
|
{
|
|
7
7
|
"path": "cli.d.ts",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "command",
|
|
9
9
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
|
|
10
10
|
"timeout": 60,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.13) Checking LSP Diagnostics"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type": "command",
|
|
22
22
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-compact",
|
|
23
23
|
"timeout": 5,
|
|
24
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
24
|
+
"statusMessage": "(OmO 5.0.0-beta.13) Resetting LSP Diagnostics Cache"
|
|
25
25
|
}
|
|
26
26
|
]
|
|
27
27
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook session-start",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.13) Loading Project Rules"
|
|
11
11
|
}
|
|
12
12
|
]
|
|
13
13
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"type": "command",
|
|
20
20
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook user-prompt-submit",
|
|
21
21
|
"timeout": 10,
|
|
22
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
22
|
+
"statusMessage": "(OmO 5.0.0-beta.13) Loading Project Rules"
|
|
23
23
|
}
|
|
24
24
|
]
|
|
25
25
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"type": "command",
|
|
33
33
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
|
|
34
34
|
"timeout": 10,
|
|
35
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
35
|
+
"statusMessage": "(OmO 5.0.0-beta.13) Matching Project Rules"
|
|
36
36
|
}
|
|
37
37
|
]
|
|
38
38
|
}
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"type": "command",
|
|
46
46
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-compact",
|
|
47
47
|
"timeout": 10,
|
|
48
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
48
|
+
"statusMessage": "(OmO 5.0.0-beta.13) Resetting Project Rule Cache"
|
|
49
49
|
}
|
|
50
50
|
]
|
|
51
51
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/start-work-continuation/dist/cli.js\" hook stop",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.13) Checking Start-Work Continuation"
|
|
11
11
|
}
|
|
12
12
|
]
|
|
13
13
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"type": "command",
|
|
20
20
|
"command": "node \"${PLUGIN_ROOT}/components/start-work-continuation/dist/cli.js\" hook subagent-stop",
|
|
21
21
|
"timeout": 10,
|
|
22
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
22
|
+
"statusMessage": "(OmO 5.0.0-beta.13) Checking Start-Work Continuation"
|
|
23
23
|
}
|
|
24
24
|
]
|
|
25
25
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "command",
|
|
9
9
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
|
|
10
10
|
"timeout": 10,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.13) Checking Thread Title Hygiene"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|