oh-my-opencode 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/.agents/skills/senpi-qa/SKILL.md +80 -0
- package/.agents/skills/senpi-qa/scripts/resolve-evidence-dir.mjs +65 -0
- package/.agents/skills/senpi-qa/scripts/resolve-evidence-dir.test.mjs +171 -0
- package/dist/cli/index.js +6774 -4320
- package/dist/cli-node/index.js +6774 -4320
- package/dist/create-hooks.d.ts +1 -0
- package/dist/features/btw-side/btw-command-draft.d.ts +7 -0
- package/dist/features/btw-side/context-injector.d.ts +15 -0
- package/dist/features/btw-side/index.d.ts +8 -0
- package/dist/features/btw-side/metadata.d.ts +15 -0
- package/dist/features/btw-side/parent-context-budget.d.ts +9 -0
- package/dist/features/btw-side/server-session-registry.d.ts +8 -0
- package/dist/features/btw-side/tui-adoption-cache.d.ts +13 -0
- package/dist/features/btw-side/tui-adoption-guard.d.ts +5 -0
- package/dist/features/btw-side/tui-controller-types.d.ts +63 -0
- package/dist/features/btw-side/tui-controller.d.ts +14 -0
- package/dist/features/btw-side/tui-keymap.d.ts +10 -0
- package/dist/features/btw-side/tui-parent-validator.d.ts +6 -0
- package/dist/features/btw-side/tui-prompt-queue.d.ts +8 -0
- package/dist/features/btw-side/tui-session-bridge.d.ts +11 -0
- package/dist/features/btw-side/tui-side-removal.d.ts +11 -0
- package/dist/features/btw-side/tui-side-start.d.ts +9 -0
- package/dist/features/btw-side/tui-wiring.d.ts +8 -0
- package/dist/hooks/runtime-fallback/chat-message-handler.d.ts +2 -0
- package/dist/hooks/runtime-fallback/retry-model-payload.d.ts +1 -0
- package/dist/hooks/runtime-fallback/runtime-model-settings.d.ts +6 -0
- package/dist/hooks/runtime-fallback/session-status-handler.d.ts +1 -1
- package/dist/hooks/runtime-fallback/types.d.ts +3 -1
- package/dist/index.js +6502 -3850
- package/dist/plugin/event-session-lifecycle.d.ts +1 -0
- package/dist/plugin/hooks/create-core-hooks.d.ts +1 -0
- package/dist/plugin/hooks/create-transform-hooks.d.ts +2 -0
- package/dist/plugin/messages-transform.d.ts +1 -0
- package/dist/shared/index.d.ts +1 -0
- package/dist/shared/runtime-fallback-retry-marker.d.ts +16 -0
- package/dist/tui.js +8092 -6792
- package/package.json +24 -23
- 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": "oh-my-opencode",
|
|
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",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"test": "bun test",
|
|
138
138
|
"test:codex": "bun run build:codex-install && bun run build:git-bash-mcp && bun run build:lsp-tools-mcp && bun run build:lsp-daemon && npm --prefix packages/lsp-tools-mcp test && npm --prefix packages/omo-codex/plugin ci && npm --prefix packages/omo-codex/plugin/components/ulw-loop test && bun run --cwd packages/omo-codex/plugin build && npm --prefix packages/omo-codex/plugin/components/codegraph run typecheck && npm --prefix packages/omo-codex/plugin/components/codegraph test && node scripts/check-third-party-notices.mjs --ship && bun test packages/omo-opencode/src/cli/cli-installer.platform.test.ts packages/omo-codex/src/install/codex-cache.test.ts packages/omo-codex/src/install/codex-cleanup.test.ts packages/omo-codex/src/install/codex-config-agent-cleanup.test.ts packages/omo-codex/src/install/codex-config-autonomous-features.test.ts packages/omo-codex/src/install/codex-config-reasoning.test.ts packages/omo-codex/src/install/codex-config-toml.test.ts packages/omo-codex/src/install/codex-project-local-cleanup.test.ts packages/omo-codex/src/install/install-codex-project-local-cleanup.test.ts packages/omo-codex/src/install/install-codex.test.ts packages/omo-codex/src/install/install-codex-packaged.test.ts packages/omo-codex/src/install/link-cached-plugin-agents.test.ts packages/omo-codex/src/**/*.test.ts packages/utils/src/jsonc-parser.test.ts packages/utils/src/frontmatter.test.ts packages/hashline-core/src/hash-computation.test.ts packages/hashline-core/src/smoke-untested-modules.test.ts packages/rules-engine/src/index.test.ts packages/rules-engine/src/security-boundary.test.ts packages/agents-md-core/src/injector.test.ts packages/omo-codex/plugin/components/lsp/test/package-smoke.test.ts && node --test packages/omo-codex/plugin/test/*.test.mjs packages/omo-codex/scripts/install-cache-copy.test.mjs packages/omo-codex/scripts/install-cli-args.test.mjs packages/omo-codex/scripts/install-delegated-command.test.mjs packages/omo-codex/scripts/install-config-autonomous-features.test.mjs packages/omo-codex/scripts/install-config-autonomous.test.mjs packages/omo-codex/scripts/install-config-reasoning.test.mjs packages/omo-codex/scripts/install-config.test.mjs packages/omo-codex/scripts/install-hook-targets.test.mjs packages/omo-codex/scripts/install-project-local-cleanup.test.mjs packages/omo-codex/scripts/install-lazycodex-version-stamp.test.mjs packages/omo-codex/scripts/install-local-entrypoint.test.mjs packages/omo-codex/scripts/install-local-git-bash-preflight.test.mjs packages/omo-codex/scripts/install-local.test.mjs packages/omo-codex/scripts/install-marketplace-cache.test.mjs packages/omo-codex/scripts/install-mcp-context7-runtime.test.mjs packages/omo-codex/scripts/install-mcp-runtime.test.mjs packages/omo-codex/scripts/install-packaged-local.test.mjs packages/omo-codex/scripts/install-generated-bundle.test.mjs packages/omo-codex/scripts/install-agent-links.test.mjs packages/omo-codex/scripts/install-bin-links.test.mjs",
|
|
139
139
|
"test:fast": "bun run script/test-fast.ts",
|
|
140
|
-
"test:senpi": "bun run build:senpi-plugin && tsgo --noEmit -p packages/omo-senpi/tsconfig.json && bun test packages/omo-senpi",
|
|
140
|
+
"test:senpi": "bun run build:senpi-plugin && tsgo --noEmit -p packages/omo-senpi/tsconfig.json && bun test packages/omo-senpi && bun test ./.agents/skills/senpi-qa/scripts/resolve-evidence-dir.test.mjs",
|
|
141
141
|
"test:windows-codex": "bun run test:codex",
|
|
142
142
|
"build:git-bash-mcp": "bun run --cwd packages/git-bash-mcp build",
|
|
143
143
|
"build:ast-grep-mcp": "bun run --cwd packages/ast-grep-mcp build"
|
|
@@ -162,9 +162,9 @@
|
|
|
162
162
|
},
|
|
163
163
|
"homepage": "https://github.com/code-yeongyu/oh-my-openagent#readme",
|
|
164
164
|
"dependencies": {
|
|
165
|
-
"@clack/prompts": "^1.
|
|
165
|
+
"@clack/prompts": "^1.7.0",
|
|
166
166
|
"@code-yeongyu/comment-checker": "^0.8.0",
|
|
167
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
167
|
+
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
168
168
|
"@opencode-ai/plugin": "1.15.13",
|
|
169
169
|
"@opencode-ai/sdk": "1.15.13",
|
|
170
170
|
"@opentui/core": "^0.2.16",
|
|
@@ -173,15 +173,15 @@
|
|
|
173
173
|
"commander": "^14.0.3",
|
|
174
174
|
"detect-libc": "^2.1.2",
|
|
175
175
|
"diff": "^9.0.0",
|
|
176
|
-
"js-yaml": "^4.
|
|
176
|
+
"js-yaml": "^4.3.1",
|
|
177
177
|
"jsonc-parser": "^3.3.1",
|
|
178
178
|
"picocolors": "^1.1.1",
|
|
179
|
-
"picomatch": "^4.0.
|
|
180
|
-
"posthog-node": "^5.
|
|
179
|
+
"picomatch": "^4.0.5",
|
|
180
|
+
"posthog-node": "^5.49.2",
|
|
181
181
|
"zod": "^4.4.3"
|
|
182
182
|
},
|
|
183
183
|
"devDependencies": {
|
|
184
|
-
"@code-yeongyu/senpi": "2026.8.
|
|
184
|
+
"@code-yeongyu/senpi": "2026.8.20-2",
|
|
185
185
|
"@oh-my-opencode/agents-md-core": "workspace:*",
|
|
186
186
|
"@oh-my-opencode/ast-grep-mcp": "workspace:*",
|
|
187
187
|
"@oh-my-opencode/boulder-state": "workspace:*",
|
|
@@ -216,24 +216,24 @@
|
|
|
216
216
|
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
217
217
|
"@xterm/addon-unicode11": "^0.9.0",
|
|
218
218
|
"@xterm/xterm": "^6.0.0",
|
|
219
|
-
"bun-types": "1.
|
|
219
|
+
"bun-types": "1.4.0",
|
|
220
220
|
"node-pty": "^1.1.0",
|
|
221
|
-
"puppeteer-core": "^25.
|
|
221
|
+
"puppeteer-core": "^25.8.0",
|
|
222
222
|
"typescript": "^7.0.2"
|
|
223
223
|
},
|
|
224
224
|
"optionalDependencies": {
|
|
225
|
-
"oh-my-opencode-darwin-arm64": "5.0.0-beta.
|
|
226
|
-
"oh-my-opencode-darwin-x64": "5.0.0-beta.
|
|
227
|
-
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.
|
|
228
|
-
"oh-my-opencode-linux-arm64": "5.0.0-beta.
|
|
229
|
-
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.
|
|
230
|
-
"oh-my-opencode-linux-x64": "5.0.0-beta.
|
|
231
|
-
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.
|
|
232
|
-
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.
|
|
233
|
-
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.
|
|
234
|
-
"oh-my-opencode-windows-arm64": "5.0.0-beta.
|
|
235
|
-
"oh-my-opencode-windows-x64": "5.0.0-beta.
|
|
236
|
-
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.
|
|
225
|
+
"oh-my-opencode-darwin-arm64": "5.0.0-beta.13",
|
|
226
|
+
"oh-my-opencode-darwin-x64": "5.0.0-beta.13",
|
|
227
|
+
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.13",
|
|
228
|
+
"oh-my-opencode-linux-arm64": "5.0.0-beta.13",
|
|
229
|
+
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.13",
|
|
230
|
+
"oh-my-opencode-linux-x64": "5.0.0-beta.13",
|
|
231
|
+
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.13",
|
|
232
|
+
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.13",
|
|
233
|
+
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.13",
|
|
234
|
+
"oh-my-opencode-windows-arm64": "5.0.0-beta.13",
|
|
235
|
+
"oh-my-opencode-windows-x64": "5.0.0-beta.13",
|
|
236
|
+
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.13"
|
|
237
237
|
},
|
|
238
238
|
"overrides": {
|
|
239
239
|
"@earendil-works/pi-agent-core": "0.84.2",
|
|
@@ -244,7 +244,8 @@
|
|
|
244
244
|
"@hono/node-server": "^1.19.13",
|
|
245
245
|
"express-rate-limit": "^8.5.1",
|
|
246
246
|
"fast-uri": "^3.1.2",
|
|
247
|
-
"path-to-regexp": "^8.4.2"
|
|
247
|
+
"path-to-regexp": "^8.4.2",
|
|
248
|
+
"@types/node": "26.1.1"
|
|
248
249
|
},
|
|
249
250
|
"trustedDependencies": [
|
|
250
251
|
"@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
|
}
|