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.
Files changed (64) hide show
  1. package/dist/cli/index.js +6774 -4320
  2. package/dist/cli-node/index.js +6774 -4320
  3. package/package.json +3 -2
  4. package/packages/git-bash-mcp/dist/cli.js +5 -1
  5. package/packages/lsp-daemon/dist/cli.js +5 -1
  6. package/packages/lsp-daemon/dist/client.js +5 -1
  7. package/packages/lsp-daemon/dist/index.js +5 -1
  8. package/packages/lsp-tools-mcp/dist/cli.js +5 -1
  9. package/packages/lsp-tools-mcp/dist/mcp.js +5 -1
  10. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
  11. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  12. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  13. package/packages/omo-codex/plugin/components/codegraph/dist/cli.js +5 -1
  14. package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +5 -1
  15. package/packages/omo-codex/plugin/components/codegraph/package.json +1 -1
  16. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  17. package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
  18. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  19. package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
  20. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
  21. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
  22. package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +2 -2
  23. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  24. package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
  25. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  26. package/packages/omo-codex/plugin/components/rules/package.json +1 -1
  27. package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
  28. package/packages/omo-codex/plugin/components/start-work-continuation/package.json +1 -1
  29. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  30. package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
  31. package/packages/omo-codex/plugin/components/telemetry/dist/cli.js +2242 -381
  32. package/packages/omo-codex/plugin/components/telemetry/dist/posthog.js +2247 -386
  33. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  34. package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
  35. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  36. package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
  37. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
  38. package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
  39. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  40. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  41. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  42. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
  43. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  44. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  45. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  46. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  47. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  48. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
  49. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  50. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
  51. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  52. package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
  53. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  54. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
  55. package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +1 -1
  56. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
  57. package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +1 -1
  58. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
  59. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  60. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  61. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  62. package/packages/omo-codex/plugin/package-lock.json +13 -13
  63. package/packages/omo-codex/plugin/package.json +1 -1
  64. 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.12",
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 || probeAlive(parentPid))
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 || probeAlive(parentPid))
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 || probeAlive(parentPid))
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 || probeAlive(parentPid))
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 || probeAlive(parentPid))
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 || probeAlive(parentPid))
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);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omo",
3
- "version": "5.0.0-beta.12",
3
+ "version": "5.0.0-beta.13",
4
4
  "description": "One Codex plugin namespace for Yeongyu's local Codex components.",
5
5
  "author": {
6
6
  "name": "Yeongyu Kim",
@@ -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.12) Checking Bootstrap Provisioning"
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.12",
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 || probeAlive(parentPid))
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 || probeAlive(parentPid))
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);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/codex-codegraph",
3
- "version": "5.0.0-beta.12",
3
+ "version": "5.0.0-beta.13",
4
4
  "description": "Codex plugin MCP wrapper for CodeGraph.",
5
5
  "type": "module",
6
6
  "private": true,
@@ -8,7 +8,7 @@
8
8
  "type": "command",
9
9
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
10
10
  "timeout": 30,
11
- "statusMessage": "(OmO 5.0.0-beta.12) Checking Comments"
11
+ "statusMessage": "(OmO 5.0.0-beta.13) Checking Comments"
12
12
  }
13
13
  ]
14
14
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-comment-checker",
3
- "version": "5.0.0-beta.12",
3
+ "version": "5.0.0-beta.13",
4
4
  "description": "Codex plugin that runs comment-checker after edit-like PostToolUse hooks.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",
@@ -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.12) Recommending Git Bash MCP"
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.12) Resetting Git Bash MCP Reminder"
23
+ "statusMessage": "(OmO 5.0.0-beta.13) Resetting Git Bash MCP Reminder"
24
24
  }
25
25
  ]
26
26
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/codex-git-bash-hook",
3
- "version": "5.0.0-beta.12",
3
+ "version": "5.0.0-beta.13",
4
4
  "description": "Codex hook component that reminds Windows sessions to prefer the OMO git_bash MCP.",
5
5
  "type": "module",
6
6
  "private": true,
@@ -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.12) Verifying LazyCodex Executor Evidence"
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.12",
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.12",
4
- "inputDigest": "sha256:c75353e569452b53e38c595b527f4593631b35f2e88ed43b7ebe7270512cb62f",
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.12) Checking LSP Diagnostics"
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.12) Resetting LSP Diagnostics Cache"
24
+ "statusMessage": "(OmO 5.0.0-beta.13) Resetting LSP Diagnostics Cache"
25
25
  }
26
26
  ]
27
27
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-lsp",
3
- "version": "5.0.0-beta.12",
3
+ "version": "5.0.0-beta.13",
4
4
  "description": "Codex plugin that exposes Language Server Protocol tools and post-edit diagnostics.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",
@@ -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.12) Loading Project Rules"
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.12) Loading Project Rules"
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.12) Matching Project Rules"
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.12) Resetting Project Rule Cache"
48
+ "statusMessage": "(OmO 5.0.0-beta.13) Resetting Project Rule Cache"
49
49
  }
50
50
  ]
51
51
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-rules",
3
- "version": "5.0.0-beta.12",
3
+ "version": "5.0.0-beta.13",
4
4
  "description": "Codex plugin that injects project rule files into model context through lifecycle hooks.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",
@@ -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.12) Checking Start-Work Continuation"
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.12) Checking Start-Work Continuation"
22
+ "statusMessage": "(OmO 5.0.0-beta.13) Checking Start-Work Continuation"
23
23
  }
24
24
  ]
25
25
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-start-work-continuation",
3
- "version": "5.0.0-beta.12",
3
+ "version": "5.0.0-beta.13",
4
4
  "description": "Codex Stop hook continuation injector for omo-codex start-work plans.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",
@@ -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.12) Checking Thread Title Hygiene"
11
+ "statusMessage": "(OmO 5.0.0-beta.13) Checking Thread Title Hygiene"
12
12
  }
13
13
  ]
14
14
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/codex-teammode",
3
- "version": "5.0.0-beta.12",
3
+ "version": "5.0.0-beta.13",
4
4
  "description": "Codex team-mode hook component that keeps background thread titles descriptive after create_thread.",
5
5
  "type": "module",
6
6
  "private": true,