lazycodex-ai 5.0.0-beta.53 → 5.0.0-beta.55

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 (80) hide show
  1. package/dist/cli/index.js +53 -19
  2. package/dist/cli-node/index.js +53 -19
  3. package/package.json +1 -1
  4. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
  5. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  6. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  7. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  8. package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
  9. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  10. package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
  11. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
  12. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
  13. package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +2 -2
  14. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  15. package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
  16. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  17. package/packages/omo-codex/plugin/components/rules/package.json +1 -1
  18. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  19. package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
  20. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  21. package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
  22. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  23. package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
  24. package/packages/omo-codex/plugin/components/ulw-execute-continuation/hooks/hooks.json +1 -1
  25. package/packages/omo-codex/plugin/components/ulw-execute-continuation/package.json +1 -1
  26. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-codex-validation.d.ts +5 -1
  27. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-codex-validation.js +14 -34
  28. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-continuation.js +1 -4
  29. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-reconciliation.d.ts +0 -18
  30. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-reconciliation.js +1 -88
  31. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint.d.ts +2 -0
  32. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint.js +10 -3
  33. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-arg-parser.js +2 -2
  34. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-subcommands.js +2 -0
  35. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli.js +86 -174
  36. package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-snapshot.d.ts +2 -18
  37. package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-snapshot.js +23 -33
  38. package/packages/omo-codex/plugin/components/ulw-loop/dist/review-blockers.d.ts +2 -0
  39. package/packages/omo-codex/plugin/components/ulw-loop/dist/review-blockers.js +16 -9
  40. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +5 -5
  41. package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
  42. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-codex-validation.ts +18 -59
  43. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-continuation.ts +1 -6
  44. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-reconciliation.ts +1 -124
  45. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint.ts +11 -3
  46. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-arg-parser.ts +10 -4
  47. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-subcommands.ts +2 -0
  48. package/packages/omo-codex/plugin/components/ulw-loop/src/codex-goal-snapshot.ts +31 -50
  49. package/packages/omo-codex/plugin/components/ulw-loop/src/review-blockers.ts +29 -10
  50. package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-final.test.ts +0 -82
  51. package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint.test.ts +16 -22
  52. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-checkpoint.test.ts +27 -0
  53. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-json-errors.test.ts +25 -0
  54. package/packages/omo-codex/plugin/components/ulw-loop/test/codex-goal-snapshot.test.ts +34 -11
  55. package/packages/omo-codex/plugin/components/ulw-loop/test/guided-recovery.test.ts +9 -47
  56. package/packages/omo-codex/plugin/components/ulw-loop/test/review-blockers.test.ts +9 -7
  57. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  58. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  59. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  60. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  61. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  62. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  63. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  64. package/packages/omo-codex/plugin/hooks/post-tool-use-recording-spawn-admission.json +1 -1
  65. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  66. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
  67. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  68. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
  69. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  70. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  71. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
  72. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-execute-continuation.json +1 -1
  73. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
  74. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
  75. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  76. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  77. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  78. package/packages/omo-codex/plugin/package-lock.json +12 -12
  79. package/packages/omo-codex/plugin/package.json +1 -1
  80. package/packages/omo-codex/scripts/install-dist/install-local.mjs +2 -2
package/dist/cli/index.js CHANGED
@@ -64,7 +64,7 @@ var package_default;
64
64
  var init_package = __esm(() => {
65
65
  package_default = {
66
66
  name: "oh-my-opencode",
67
- version: "5.0.0-beta.53",
67
+ version: "5.0.0-beta.55",
68
68
  description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
69
69
  main: "./dist/index.js",
70
70
  types: "dist/index.d.ts",
@@ -202,6 +202,7 @@ var init_package = __esm(() => {
202
202
  "typecheck:packages": "tsgo --noEmit -p packages/rules-engine/tsconfig.json && tsgo --noEmit -p packages/delegate-core/tsconfig.json && tsgo --noEmit -p packages/mcp-stdio-core/tsconfig.json && tsgo --noEmit -p packages/mcp-client-core/tsconfig.json && tsgo --noEmit -p packages/git-bash-mcp/tsconfig.json && tsgo --noEmit -p packages/ast-grep-mcp/tsconfig.json && tsgo --noEmit -p packages/lsp-core/tsconfig.json && tsgo --noEmit -p packages/utils/tsconfig.json && tsgo --noEmit -p packages/model-core/tsconfig.json && tsgo --noEmit -p packages/omo-config-core/tsconfig.json && tsgo --noEmit -p packages/prompts-core/tsconfig.json && tsgo --noEmit -p packages/comment-checker-core/tsconfig.json && tsgo --noEmit -p packages/hashline-core/tsconfig.json && tsgo --noEmit -p packages/tmux-core/tsconfig.json && tsgo --noEmit -p packages/team-core/tsconfig.json && tsgo --noEmit -p packages/openclaw-core/tsconfig.json && tsgo --noEmit -p packages/boulder-state/tsconfig.json && tsgo --noEmit -p packages/memory-core/tsconfig.json && tsgo --noEmit -p packages/telemetry-core/tsconfig.json && tsgo --noEmit -p packages/claude-code-compat-core/tsconfig.json && tsgo --noEmit -p packages/skills-loader-core/tsconfig.json && tsgo --noEmit -p packages/agents-md-core/tsconfig.json && tsgo --noEmit -p packages/omo-codex/plugin/shared/tsconfig.json && tsgo --noEmit -p packages/omo-codex/tsconfig.json && tsgo --noEmit -p packages/omo-senpi/tsconfig.json && tsgo --noEmit -p packages/senpi-task/tsconfig.json && tsgo --noEmit -p packages/pi-goal/tsconfig.json && tsgo --noEmit -p packages/pi-webfetch/tsconfig.json && tsgo --noEmit -p packages/omo-opencode/tsconfig.json && tsgo --noEmit -p packages/omo-native/tsconfig.json",
203
203
  "typecheck:script": "tsgo --noEmit -p script/tsconfig.json",
204
204
  test: "bun test --timeout 20000",
205
+ "changelog:section": "bun script/changelog-section.ts",
205
206
  "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 && node scripts/check-third-party-notices.mjs --ship && bun test --timeout 20000 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",
206
207
  "test:fast": "bun run script/test-fast.ts",
207
208
  "test:senpi": "bun run build:senpi-plugin && tsgo --noEmit -p packages/omo-senpi/tsconfig.json && bun test --timeout 20000 packages/omo-senpi && bun test ./.agents/skills/senpi-qa/scripts/resolve-evidence-dir.test.mjs",
@@ -248,7 +249,7 @@ var init_package = __esm(() => {
248
249
  zod: "^4.4.3"
249
250
  },
250
251
  devDependencies: {
251
- "@code-yeongyu/senpi": "2026.9.10-2",
252
+ "@code-yeongyu/senpi": "2026.9.11",
252
253
  "@oh-my-opencode/agents-md-core": "workspace:*",
253
254
  "@oh-my-opencode/ast-grep-mcp": "workspace:*",
254
255
  "@oh-my-opencode/boulder-state": "workspace:*",
@@ -289,18 +290,18 @@ var init_package = __esm(() => {
289
290
  typescript: "^7.0.2"
290
291
  },
291
292
  optionalDependencies: {
292
- "oh-my-opencode-darwin-arm64": "5.0.0-beta.53",
293
- "oh-my-opencode-darwin-x64": "5.0.0-beta.53",
294
- "oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.53",
295
- "oh-my-opencode-linux-arm64": "5.0.0-beta.53",
296
- "oh-my-opencode-linux-arm64-musl": "5.0.0-beta.53",
297
- "oh-my-opencode-linux-x64": "5.0.0-beta.53",
298
- "oh-my-opencode-linux-x64-baseline": "5.0.0-beta.53",
299
- "oh-my-opencode-linux-x64-musl": "5.0.0-beta.53",
300
- "oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.53",
301
- "oh-my-opencode-windows-arm64": "5.0.0-beta.53",
302
- "oh-my-opencode-windows-x64": "5.0.0-beta.53",
303
- "oh-my-opencode-windows-x64-baseline": "5.0.0-beta.53"
293
+ "oh-my-opencode-darwin-arm64": "5.0.0-beta.55",
294
+ "oh-my-opencode-darwin-x64": "5.0.0-beta.55",
295
+ "oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.55",
296
+ "oh-my-opencode-linux-arm64": "5.0.0-beta.55",
297
+ "oh-my-opencode-linux-arm64-musl": "5.0.0-beta.55",
298
+ "oh-my-opencode-linux-x64": "5.0.0-beta.55",
299
+ "oh-my-opencode-linux-x64-baseline": "5.0.0-beta.55",
300
+ "oh-my-opencode-linux-x64-musl": "5.0.0-beta.55",
301
+ "oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.55",
302
+ "oh-my-opencode-windows-arm64": "5.0.0-beta.55",
303
+ "oh-my-opencode-windows-x64": "5.0.0-beta.55",
304
+ "oh-my-opencode-windows-x64-baseline": "5.0.0-beta.55"
304
305
  },
305
306
  overrides: {
306
307
  "@earendil-works/pi-agent-core": "0.84.2",
@@ -72651,7 +72652,7 @@ var init_harness = __esm(() => {
72651
72652
  });
72652
72653
 
72653
72654
  // packages/omo-config-core/src/schema/memory.ts
72654
- var OmoMemoryReflectionTriggerSchema, OmoMemoryReflectionSchema, OmoMemorySyncSchema, OmoMemorySearchSchema, OmoMemoryRecallSchema, OmoMemoryNudgeSchema, OmoMemoryFactsSchema, OmoMemoryDreamSchema, OmoMemoryPeopleSchema, OmoMemorySoulSchema, OmoMemoryWriteNoticeSchema, OmoMemoryReflectionTriggerLayerSchema, OmoMemoryReflectionLayerSchema, OmoMemorySyncLayerSchema, OmoMemorySearchLayerSchema, OmoMemoryRecallLayerSchema, OmoMemoryNudgeLayerSchema, OmoMemoryFactsLayerSchema, OmoMemoryDreamLayerSchema, OmoMemoryPeopleLayerSchema, OmoMemorySoulLayerSchema, OmoMemoryWriteNoticeLayerSchema, OmoMemoryAgentOverridesSchema, OmoMemorySettingsSchema, OmoMemorySettingsLayerSchema;
72655
+ var OmoMemoryReflectionTriggerSchema, OmoMemoryReflectionSchema, OmoMemorySyncSchema, OmoMemorySearchSchema, OmoMemoryRecallEventCapsSchema, OmoMemoryRecallSchema, OmoMemoryNudgeSchema, OmoMemoryFactsSchema, OmoMemoryDreamSchema, OmoMemoryPeopleSchema, OmoMemorySoulSchema, OmoMemoryWriteNoticeSchema, OmoMemoryReflectionTriggerLayerSchema, OmoMemoryReflectionLayerSchema, OmoMemorySyncLayerSchema, OmoMemorySearchLayerSchema, OmoMemoryRecallEventCapsLayerSchema, OmoMemoryRecallLayerSchema, OmoMemoryNudgeLayerSchema, OmoMemoryFactsLayerSchema, OmoMemoryDreamLayerSchema, OmoMemoryPeopleLayerSchema, OmoMemorySoulLayerSchema, OmoMemoryWriteNoticeLayerSchema, OmoMemoryAgentOverridesSchema, OmoMemorySettingsSchema, OmoMemorySettingsLayerSchema;
72655
72656
  var init_memory = __esm(() => {
72656
72657
  init_zod();
72657
72658
  OmoMemoryReflectionTriggerSchema = object({
@@ -72673,9 +72674,20 @@ var init_memory = __esm(() => {
72673
72674
  OmoMemorySearchSchema = object({
72674
72675
  enabled: boolean2().default(true)
72675
72676
  }).strict();
72677
+ OmoMemoryRecallEventCapsSchema = object({
72678
+ tool_args: number2().int().nonnegative().default(400),
72679
+ result_head: number2().int().nonnegative().default(600),
72680
+ assistant: number2().int().nonnegative().default(1500),
72681
+ prompt: number2().int().nonnegative().default(4000)
72682
+ }).strict();
72676
72683
  OmoMemoryRecallSchema = object({
72677
72684
  enabled: boolean2().default(true),
72678
- max_items: number2().int().min(1).max(5).default(2)
72685
+ max_items: number2().int().min(1).max(5).default(2),
72686
+ category: string2().min(1).default("quick"),
72687
+ event_caps: OmoMemoryRecallEventCapsSchema.default({ tool_args: 400, result_head: 600, assistant: 1500, prompt: 4000 }),
72688
+ sidecar_max_tokens: number2().int().positive().default(48000),
72689
+ max_concurrent_wakes: number2().int().positive().default(2),
72690
+ tool_budget: number2().int().positive().default(8)
72679
72691
  }).strict();
72680
72692
  OmoMemoryNudgeSchema = object({
72681
72693
  enabled: boolean2().default(true),
@@ -72723,9 +72735,20 @@ var init_memory = __esm(() => {
72723
72735
  OmoMemorySearchLayerSchema = object({
72724
72736
  enabled: boolean2().optional()
72725
72737
  }).strict();
72738
+ OmoMemoryRecallEventCapsLayerSchema = object({
72739
+ tool_args: number2().int().nonnegative().optional(),
72740
+ result_head: number2().int().nonnegative().optional(),
72741
+ assistant: number2().int().nonnegative().optional(),
72742
+ prompt: number2().int().nonnegative().optional()
72743
+ }).strict();
72726
72744
  OmoMemoryRecallLayerSchema = object({
72727
72745
  enabled: boolean2().optional(),
72728
- max_items: number2().int().min(1).max(5).optional()
72746
+ max_items: number2().int().min(1).max(5).optional(),
72747
+ category: string2().min(1).optional(),
72748
+ event_caps: OmoMemoryRecallEventCapsLayerSchema.optional(),
72749
+ sidecar_max_tokens: number2().int().positive().optional(),
72750
+ max_concurrent_wakes: number2().int().positive().optional(),
72751
+ tool_budget: number2().int().positive().optional()
72729
72752
  }).strict();
72730
72753
  OmoMemoryNudgeLayerSchema = object({
72731
72754
  enabled: boolean2().optional(),
@@ -72795,7 +72818,15 @@ var init_memory = __esm(() => {
72795
72818
  write_notice: OmoMemoryWriteNoticeSchema.default({ enabled: true }),
72796
72819
  sync: OmoMemorySyncSchema.default({ enabled: true }),
72797
72820
  search: OmoMemorySearchSchema.default({ enabled: true }),
72798
- recall: OmoMemoryRecallSchema.default({ enabled: true, max_items: 2 }),
72821
+ recall: OmoMemoryRecallSchema.default({
72822
+ enabled: true,
72823
+ max_items: 2,
72824
+ category: "quick",
72825
+ event_caps: { tool_args: 400, result_head: 600, assistant: 1500, prompt: 4000 },
72826
+ sidecar_max_tokens: 48000,
72827
+ max_concurrent_wakes: 2,
72828
+ tool_budget: 8
72829
+ }),
72799
72830
  compile_warn_tokens: number2().int().positive().default(30000),
72800
72831
  agents: record(string2(), OmoMemoryAgentOverridesSchema).default({})
72801
72832
  }).strict();
@@ -84511,7 +84542,7 @@ var package_default2;
84511
84542
  var init_package2 = __esm(() => {
84512
84543
  package_default2 = {
84513
84544
  name: "@oh-my-opencode/omo-codex",
84514
- version: "5.0.0-beta.53",
84545
+ version: "5.0.0-beta.55",
84515
84546
  type: "module",
84516
84547
  private: true,
84517
84548
  description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",
@@ -93217,6 +93248,9 @@ function renderLocalLauncher(options) {
93217
93248
  envPrefix: "OMO",
93218
93249
  userAgent: "omo",
93219
93250
  originator: "omo",
93251
+ changelog: {
93252
+ path: join57(options.pluginPath, "CHANGELOG.md")
93253
+ },
93220
93254
  update: {
93221
93255
  packageName: "omo-ai",
93222
93256
  distTag: "beta",
@@ -65,7 +65,7 @@ var package_default;
65
65
  var init_package = __esm(() => {
66
66
  package_default = {
67
67
  name: "oh-my-opencode",
68
- version: "5.0.0-beta.53",
68
+ version: "5.0.0-beta.55",
69
69
  description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
70
70
  main: "./dist/index.js",
71
71
  types: "dist/index.d.ts",
@@ -203,6 +203,7 @@ var init_package = __esm(() => {
203
203
  "typecheck:packages": "tsgo --noEmit -p packages/rules-engine/tsconfig.json && tsgo --noEmit -p packages/delegate-core/tsconfig.json && tsgo --noEmit -p packages/mcp-stdio-core/tsconfig.json && tsgo --noEmit -p packages/mcp-client-core/tsconfig.json && tsgo --noEmit -p packages/git-bash-mcp/tsconfig.json && tsgo --noEmit -p packages/ast-grep-mcp/tsconfig.json && tsgo --noEmit -p packages/lsp-core/tsconfig.json && tsgo --noEmit -p packages/utils/tsconfig.json && tsgo --noEmit -p packages/model-core/tsconfig.json && tsgo --noEmit -p packages/omo-config-core/tsconfig.json && tsgo --noEmit -p packages/prompts-core/tsconfig.json && tsgo --noEmit -p packages/comment-checker-core/tsconfig.json && tsgo --noEmit -p packages/hashline-core/tsconfig.json && tsgo --noEmit -p packages/tmux-core/tsconfig.json && tsgo --noEmit -p packages/team-core/tsconfig.json && tsgo --noEmit -p packages/openclaw-core/tsconfig.json && tsgo --noEmit -p packages/boulder-state/tsconfig.json && tsgo --noEmit -p packages/memory-core/tsconfig.json && tsgo --noEmit -p packages/telemetry-core/tsconfig.json && tsgo --noEmit -p packages/claude-code-compat-core/tsconfig.json && tsgo --noEmit -p packages/skills-loader-core/tsconfig.json && tsgo --noEmit -p packages/agents-md-core/tsconfig.json && tsgo --noEmit -p packages/omo-codex/plugin/shared/tsconfig.json && tsgo --noEmit -p packages/omo-codex/tsconfig.json && tsgo --noEmit -p packages/omo-senpi/tsconfig.json && tsgo --noEmit -p packages/senpi-task/tsconfig.json && tsgo --noEmit -p packages/pi-goal/tsconfig.json && tsgo --noEmit -p packages/pi-webfetch/tsconfig.json && tsgo --noEmit -p packages/omo-opencode/tsconfig.json && tsgo --noEmit -p packages/omo-native/tsconfig.json",
204
204
  "typecheck:script": "tsgo --noEmit -p script/tsconfig.json",
205
205
  test: "bun test --timeout 20000",
206
+ "changelog:section": "bun script/changelog-section.ts",
206
207
  "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 && node scripts/check-third-party-notices.mjs --ship && bun test --timeout 20000 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",
207
208
  "test:fast": "bun run script/test-fast.ts",
208
209
  "test:senpi": "bun run build:senpi-plugin && tsgo --noEmit -p packages/omo-senpi/tsconfig.json && bun test --timeout 20000 packages/omo-senpi && bun test ./.agents/skills/senpi-qa/scripts/resolve-evidence-dir.test.mjs",
@@ -249,7 +250,7 @@ var init_package = __esm(() => {
249
250
  zod: "^4.4.3"
250
251
  },
251
252
  devDependencies: {
252
- "@code-yeongyu/senpi": "2026.9.10-2",
253
+ "@code-yeongyu/senpi": "2026.9.11",
253
254
  "@oh-my-opencode/agents-md-core": "workspace:*",
254
255
  "@oh-my-opencode/ast-grep-mcp": "workspace:*",
255
256
  "@oh-my-opencode/boulder-state": "workspace:*",
@@ -290,18 +291,18 @@ var init_package = __esm(() => {
290
291
  typescript: "^7.0.2"
291
292
  },
292
293
  optionalDependencies: {
293
- "oh-my-opencode-darwin-arm64": "5.0.0-beta.53",
294
- "oh-my-opencode-darwin-x64": "5.0.0-beta.53",
295
- "oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.53",
296
- "oh-my-opencode-linux-arm64": "5.0.0-beta.53",
297
- "oh-my-opencode-linux-arm64-musl": "5.0.0-beta.53",
298
- "oh-my-opencode-linux-x64": "5.0.0-beta.53",
299
- "oh-my-opencode-linux-x64-baseline": "5.0.0-beta.53",
300
- "oh-my-opencode-linux-x64-musl": "5.0.0-beta.53",
301
- "oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.53",
302
- "oh-my-opencode-windows-arm64": "5.0.0-beta.53",
303
- "oh-my-opencode-windows-x64": "5.0.0-beta.53",
304
- "oh-my-opencode-windows-x64-baseline": "5.0.0-beta.53"
294
+ "oh-my-opencode-darwin-arm64": "5.0.0-beta.55",
295
+ "oh-my-opencode-darwin-x64": "5.0.0-beta.55",
296
+ "oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.55",
297
+ "oh-my-opencode-linux-arm64": "5.0.0-beta.55",
298
+ "oh-my-opencode-linux-arm64-musl": "5.0.0-beta.55",
299
+ "oh-my-opencode-linux-x64": "5.0.0-beta.55",
300
+ "oh-my-opencode-linux-x64-baseline": "5.0.0-beta.55",
301
+ "oh-my-opencode-linux-x64-musl": "5.0.0-beta.55",
302
+ "oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.55",
303
+ "oh-my-opencode-windows-arm64": "5.0.0-beta.55",
304
+ "oh-my-opencode-windows-x64": "5.0.0-beta.55",
305
+ "oh-my-opencode-windows-x64-baseline": "5.0.0-beta.55"
305
306
  },
306
307
  overrides: {
307
308
  "@earendil-works/pi-agent-core": "0.84.2",
@@ -72730,7 +72731,7 @@ var init_harness = __esm(() => {
72730
72731
  });
72731
72732
 
72732
72733
  // packages/omo-config-core/src/schema/memory.ts
72733
- var OmoMemoryReflectionTriggerSchema, OmoMemoryReflectionSchema, OmoMemorySyncSchema, OmoMemorySearchSchema, OmoMemoryRecallSchema, OmoMemoryNudgeSchema, OmoMemoryFactsSchema, OmoMemoryDreamSchema, OmoMemoryPeopleSchema, OmoMemorySoulSchema, OmoMemoryWriteNoticeSchema, OmoMemoryReflectionTriggerLayerSchema, OmoMemoryReflectionLayerSchema, OmoMemorySyncLayerSchema, OmoMemorySearchLayerSchema, OmoMemoryRecallLayerSchema, OmoMemoryNudgeLayerSchema, OmoMemoryFactsLayerSchema, OmoMemoryDreamLayerSchema, OmoMemoryPeopleLayerSchema, OmoMemorySoulLayerSchema, OmoMemoryWriteNoticeLayerSchema, OmoMemoryAgentOverridesSchema, OmoMemorySettingsSchema, OmoMemorySettingsLayerSchema;
72734
+ var OmoMemoryReflectionTriggerSchema, OmoMemoryReflectionSchema, OmoMemorySyncSchema, OmoMemorySearchSchema, OmoMemoryRecallEventCapsSchema, OmoMemoryRecallSchema, OmoMemoryNudgeSchema, OmoMemoryFactsSchema, OmoMemoryDreamSchema, OmoMemoryPeopleSchema, OmoMemorySoulSchema, OmoMemoryWriteNoticeSchema, OmoMemoryReflectionTriggerLayerSchema, OmoMemoryReflectionLayerSchema, OmoMemorySyncLayerSchema, OmoMemorySearchLayerSchema, OmoMemoryRecallEventCapsLayerSchema, OmoMemoryRecallLayerSchema, OmoMemoryNudgeLayerSchema, OmoMemoryFactsLayerSchema, OmoMemoryDreamLayerSchema, OmoMemoryPeopleLayerSchema, OmoMemorySoulLayerSchema, OmoMemoryWriteNoticeLayerSchema, OmoMemoryAgentOverridesSchema, OmoMemorySettingsSchema, OmoMemorySettingsLayerSchema;
72734
72735
  var init_memory = __esm(() => {
72735
72736
  init_zod();
72736
72737
  OmoMemoryReflectionTriggerSchema = object({
@@ -72752,9 +72753,20 @@ var init_memory = __esm(() => {
72752
72753
  OmoMemorySearchSchema = object({
72753
72754
  enabled: boolean2().default(true)
72754
72755
  }).strict();
72756
+ OmoMemoryRecallEventCapsSchema = object({
72757
+ tool_args: number2().int().nonnegative().default(400),
72758
+ result_head: number2().int().nonnegative().default(600),
72759
+ assistant: number2().int().nonnegative().default(1500),
72760
+ prompt: number2().int().nonnegative().default(4000)
72761
+ }).strict();
72755
72762
  OmoMemoryRecallSchema = object({
72756
72763
  enabled: boolean2().default(true),
72757
- max_items: number2().int().min(1).max(5).default(2)
72764
+ max_items: number2().int().min(1).max(5).default(2),
72765
+ category: string2().min(1).default("quick"),
72766
+ event_caps: OmoMemoryRecallEventCapsSchema.default({ tool_args: 400, result_head: 600, assistant: 1500, prompt: 4000 }),
72767
+ sidecar_max_tokens: number2().int().positive().default(48000),
72768
+ max_concurrent_wakes: number2().int().positive().default(2),
72769
+ tool_budget: number2().int().positive().default(8)
72758
72770
  }).strict();
72759
72771
  OmoMemoryNudgeSchema = object({
72760
72772
  enabled: boolean2().default(true),
@@ -72802,9 +72814,20 @@ var init_memory = __esm(() => {
72802
72814
  OmoMemorySearchLayerSchema = object({
72803
72815
  enabled: boolean2().optional()
72804
72816
  }).strict();
72817
+ OmoMemoryRecallEventCapsLayerSchema = object({
72818
+ tool_args: number2().int().nonnegative().optional(),
72819
+ result_head: number2().int().nonnegative().optional(),
72820
+ assistant: number2().int().nonnegative().optional(),
72821
+ prompt: number2().int().nonnegative().optional()
72822
+ }).strict();
72805
72823
  OmoMemoryRecallLayerSchema = object({
72806
72824
  enabled: boolean2().optional(),
72807
- max_items: number2().int().min(1).max(5).optional()
72825
+ max_items: number2().int().min(1).max(5).optional(),
72826
+ category: string2().min(1).optional(),
72827
+ event_caps: OmoMemoryRecallEventCapsLayerSchema.optional(),
72828
+ sidecar_max_tokens: number2().int().positive().optional(),
72829
+ max_concurrent_wakes: number2().int().positive().optional(),
72830
+ tool_budget: number2().int().positive().optional()
72808
72831
  }).strict();
72809
72832
  OmoMemoryNudgeLayerSchema = object({
72810
72833
  enabled: boolean2().optional(),
@@ -72874,7 +72897,15 @@ var init_memory = __esm(() => {
72874
72897
  write_notice: OmoMemoryWriteNoticeSchema.default({ enabled: true }),
72875
72898
  sync: OmoMemorySyncSchema.default({ enabled: true }),
72876
72899
  search: OmoMemorySearchSchema.default({ enabled: true }),
72877
- recall: OmoMemoryRecallSchema.default({ enabled: true, max_items: 2 }),
72900
+ recall: OmoMemoryRecallSchema.default({
72901
+ enabled: true,
72902
+ max_items: 2,
72903
+ category: "quick",
72904
+ event_caps: { tool_args: 400, result_head: 600, assistant: 1500, prompt: 4000 },
72905
+ sidecar_max_tokens: 48000,
72906
+ max_concurrent_wakes: 2,
72907
+ tool_budget: 8
72908
+ }),
72878
72909
  compile_warn_tokens: number2().int().positive().default(30000),
72879
72910
  agents: record(string2(), OmoMemoryAgentOverridesSchema).default({})
72880
72911
  }).strict();
@@ -84590,7 +84621,7 @@ var package_default2;
84590
84621
  var init_package2 = __esm(() => {
84591
84622
  package_default2 = {
84592
84623
  name: "@oh-my-opencode/omo-codex",
84593
- version: "5.0.0-beta.53",
84624
+ version: "5.0.0-beta.55",
84594
84625
  type: "module",
84595
84626
  private: true,
84596
84627
  description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",
@@ -93296,6 +93327,9 @@ function renderLocalLauncher(options) {
93296
93327
  envPrefix: "OMO",
93297
93328
  userAgent: "omo",
93298
93329
  originator: "omo",
93330
+ changelog: {
93331
+ path: join57(options.pluginPath, "CHANGELOG.md")
93332
+ },
93299
93333
  update: {
93300
93334
  packageName: "omo-ai",
93301
93335
  distTag: "beta",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lazycodex-ai",
3
- "version": "5.0.0-beta.53",
3
+ "version": "5.0.0-beta.55",
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",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omo",
3
- "version": "5.0.0-beta.53",
3
+ "version": "5.0.0-beta.55",
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.53) Checking Bootstrap Provisioning"
11
+ "statusMessage": "(OmO 5.0.0-beta.55) 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.53",
3
+ "version": "5.0.0-beta.55",
4
4
  "description": "Codex SessionStart bootstrap component that provisions LazyCodex runtime dependencies from a detached worker.",
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.53) Checking Comments"
11
+ "statusMessage": "(OmO 5.0.0-beta.55) 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.53",
3
+ "version": "5.0.0-beta.55",
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.53) Recommending Git Bash MCP"
11
+ "statusMessage": "(OmO 5.0.0-beta.55) 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.53) Resetting Git Bash MCP Reminder"
23
+ "statusMessage": "(OmO 5.0.0-beta.55) 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.53",
3
+ "version": "5.0.0-beta.55",
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.53) Verifying LazyCodex Executor Evidence"
11
+ "statusMessage": "(OmO 5.0.0-beta.55) 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.53",
3
+ "version": "5.0.0-beta.55",
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.53",
4
- "inputDigest": "sha256:f202c8adb130249d2a7745db228ccd528b47f0cfeaeb5db5c99ab13d9b76af00",
3
+ "version": "5.0.0-beta.55",
4
+ "inputDigest": "sha256:905ced446a06d5fb3a4a193745ebd9539de050fab9cfe3b582c203c50785723f",
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.53) Checking LSP Diagnostics"
11
+ "statusMessage": "(OmO 5.0.0-beta.55) 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.53) Resetting LSP Diagnostics Cache"
24
+ "statusMessage": "(OmO 5.0.0-beta.55) 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.53",
3
+ "version": "5.0.0-beta.55",
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.53) Loading Project Rules"
10
+ "statusMessage": "(OmO 5.0.0-beta.55) 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.53) Loading Project Rules"
22
+ "statusMessage": "(OmO 5.0.0-beta.55) 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.53) Matching Project Rules"
35
+ "statusMessage": "(OmO 5.0.0-beta.55) 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.53) Resetting Project Rule Cache"
48
+ "statusMessage": "(OmO 5.0.0-beta.55) 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.53",
3
+ "version": "5.0.0-beta.55",
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",
@@ -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.53) Checking Thread Title Hygiene"
11
+ "statusMessage": "(OmO 5.0.0-beta.55) 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.53",
3
+ "version": "5.0.0-beta.55",
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,
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook session-start",
9
9
  "timeout": 5,
10
- "statusMessage": "(OmO 5.0.0-beta.53) Recording Session Telemetry"
10
+ "statusMessage": "(OmO 5.0.0-beta.55) Recording Session Telemetry"
11
11
  }
12
12
  ]
13
13
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-telemetry",
3
- "version": "5.0.0-beta.53",
3
+ "version": "5.0.0-beta.55",
4
4
  "description": "Codex plugin component that emits omo-codex anonymous daily-active telemetry on SessionStart.",
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 user-prompt-submit",
9
9
  "timeout": 5,
10
- "statusMessage": "(OmO 5.0.0-beta.53) Checking Ultrawork Trigger"
10
+ "statusMessage": "(OmO 5.0.0-beta.55) Checking Ultrawork Trigger"
11
11
  }
12
12
  ]
13
13
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-ultrawork",
3
- "version": "5.0.0-beta.53",
3
+ "version": "5.0.0-beta.55",
4
4
  "description": "Codex plugin that injects the ultrawork orchestration directive and ships LazyCodex planning, review, QA, and gate agent roles.",
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/ulw-execute-continuation/dist/cli.js\" hook stop",
9
9
  "timeout": 10,
10
- "statusMessage": "(OmO 5.0.0-beta.53) Checking Ulw-Execute Continuation"
10
+ "statusMessage": "(OmO 5.0.0-beta.55) Checking Ulw-Execute Continuation"
11
11
  }
12
12
  ]
13
13
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-ulw-execute-continuation",
3
- "version": "5.0.0-beta.53",
3
+ "version": "5.0.0-beta.55",
4
4
  "description": "Codex Stop hook continuation injector for omo-codex ulw-execute plans.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",
@@ -8,5 +8,9 @@ export declare function validateCheckpointCodexGoal(input: {
8
8
  readonly raw: string | undefined;
9
9
  readonly evidence: string;
10
10
  readonly scope?: UlwLoopScope;
11
- }): Promise<unknown>;
11
+ }): Promise<{
12
+ readonly raw: unknown;
13
+ readonly nextActions: readonly string[];
14
+ readonly warnings: readonly string[];
15
+ }>;
12
16
  export declare function combineCheckpointValidationErrors(codexError: UlwLoopError, gateError: UlwLoopError): UlwLoopError;