oh-my-opencode 5.0.0-beta.30 → 5.0.0-beta.32

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 (278) hide show
  1. package/dist/cli/index.js +178 -37
  2. package/dist/cli-node/index.js +178 -37
  3. package/dist/config/schema/background-task.d.ts +1 -0
  4. package/dist/config/schema/oh-my-opencode-config.d.ts +1 -0
  5. package/dist/features/background-agent/constants.d.ts +0 -7
  6. package/dist/features/background-agent/manager.d.ts +2 -1
  7. package/dist/features/background-agent/parent-wake-dispatched-tracker.d.ts +0 -1
  8. package/dist/features/background-agent/parent-wake-notifier-types.d.ts +1 -1
  9. package/dist/features/background-agent/parent-wake-prompt-dispatch.d.ts +1 -1
  10. package/dist/features/background-agent/parent-wake-session-inspector.d.ts +1 -1
  11. package/dist/features/background-agent/subagent-spawn-limits.d.ts +8 -0
  12. package/dist/features/monitor/manager-internals.d.ts +1 -1
  13. package/dist/features/monitor/output-injector-types.d.ts +1 -1
  14. package/dist/features/task-toast-manager/manager.d.ts +0 -24
  15. package/dist/features/team-mode/tools/messaging-live-delivery-recipient.d.ts +1 -0
  16. package/dist/features/team-mode/tools/messaging-runtime.d.ts +1 -0
  17. package/dist/hooks/anthropic-context-window-limit-recovery/message-storage-directory.d.ts +0 -3
  18. package/dist/hooks/anthropic-context-window-limit-recovery/state.d.ts +1 -0
  19. package/dist/hooks/anthropic-context-window-limit-recovery/storage/empty-messages.d.ts +0 -1
  20. package/dist/hooks/anthropic-context-window-limit-recovery/tool-result-storage.d.ts +11 -0
  21. package/dist/hooks/claude-code-hooks/session-hook-state.d.ts +1 -0
  22. package/dist/hooks/claude-code-hooks/stop.d.ts +2 -0
  23. package/dist/hooks/claude-code-hooks/todo.d.ts +0 -1
  24. package/dist/hooks/claude-code-hooks/transcript.d.ts +2 -0
  25. package/dist/hooks/fsync-skip-warning/index.d.ts +4 -0
  26. package/dist/hooks/hashline-edit-diff-enhancer/hook.d.ts +1 -0
  27. package/dist/hooks/hashline-edit-diff-enhancer/pending-captures.d.ts +13 -0
  28. package/dist/hooks/keyword-detector/hook.d.ts +7 -0
  29. package/dist/hooks/keyword-detector/ultrawork/source-detector.d.ts +0 -1
  30. package/dist/hooks/model-fallback/hook.d.ts +1 -1
  31. package/dist/index.js +681 -273
  32. package/dist/oh-my-opencode.schema.json +5 -0
  33. package/dist/plugin-dispose.d.ts +3 -0
  34. package/dist/shared/agent-tool-restrictions.d.ts +0 -1
  35. package/dist/skills/ultimate-browsing/references/insane-search/README.md +9 -2
  36. package/dist/tools/delegate-task/sync-session-cleanup.d.ts +3 -0
  37. package/dist/tools/delegate-task/sync-session-poller.d.ts +1 -0
  38. package/dist/tools/delegate-task/types.d.ts +1 -0
  39. package/dist/tools/session-manager/directory-filter.d.ts +2 -0
  40. package/dist/tui.js +148 -9
  41. package/package.json +16 -15
  42. package/packages/git-bash-mcp/dist/cli.js +1 -0
  43. package/packages/lsp-core/src/lsp/client-diagnostics-freshness.integration.test.ts +47 -19
  44. package/packages/lsp-core/src/lsp/client-diagnostics-pull-timeout.test.ts +64 -0
  45. package/packages/lsp-core/src/lsp/client-wrapper.test.ts +97 -0
  46. package/packages/lsp-core/src/lsp/client-wrapper.ts +21 -6
  47. package/packages/lsp-core/src/lsp/client.ts +6 -3
  48. package/packages/lsp-core/src/lsp/constants.ts +5 -0
  49. package/packages/lsp-core/src/lsp/controlled-clock-test-support.ts +61 -0
  50. package/packages/lsp-core/src/lsp/errors.ts +15 -0
  51. package/packages/lsp-core/src/lsp/fixtures/workspace-edit-server.mjs +10 -3
  52. package/packages/lsp-core/src/lsp/manager-lifecycle.test.ts +262 -0
  53. package/packages/lsp-core/src/lsp/manager.ts +106 -13
  54. package/packages/lsp-core/src/lsp/timer-provider.ts +13 -0
  55. package/packages/lsp-core/src/lsp/transport-request-timeout.test.ts +73 -0
  56. package/packages/lsp-core/src/lsp/transport.ts +7 -2
  57. package/packages/lsp-core/src/lsp/workspace-document-state.test.ts +84 -1
  58. package/packages/lsp-core/src/lsp/workspace-document-state.ts +30 -11
  59. package/packages/lsp-core/src/lsp/workspace-markers.ts +18 -1
  60. package/packages/lsp-core/src/mcp.ts +3 -0
  61. package/packages/lsp-core/src/tools/parameters.test.ts +51 -0
  62. package/packages/lsp-daemon/dist/cli.js +155 -34
  63. package/packages/lsp-daemon/dist/client.js +155 -34
  64. package/packages/lsp-daemon/dist/index.js +155 -34
  65. package/packages/lsp-daemon/dist/proxy.js +3 -0
  66. package/packages/lsp-tools-mcp/dist/cli.js +155 -34
  67. package/packages/lsp-tools-mcp/dist/lsp/manager.js +134 -28
  68. package/packages/lsp-tools-mcp/dist/mcp.js +155 -34
  69. package/packages/lsp-tools-mcp/dist/tools.js +154 -34
  70. package/packages/lsp-tools-mcp/package.json +1 -1
  71. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
  72. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  73. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  74. package/packages/omo-codex/plugin/components/codegraph/dist/cli.js +17 -2
  75. package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +17 -2
  76. package/packages/omo-codex/plugin/components/codegraph/package.json +1 -1
  77. package/packages/omo-codex/plugin/components/codegraph/src/mcp-unavailable.ts +12 -0
  78. package/packages/omo-codex/plugin/components/codegraph/test/serve-unavailable-idle.test.ts +47 -0
  79. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  80. package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
  81. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  82. package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
  83. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
  84. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
  85. package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +3 -3
  86. package/packages/omo-codex/plugin/components/lsp/dist/cli.js +152 -34
  87. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  88. package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
  89. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  90. package/packages/omo-codex/plugin/components/rules/package.json +1 -1
  91. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  92. package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
  93. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  94. package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
  95. package/packages/omo-codex/plugin/components/ultrawork/AGENTS.md +5 -4
  96. package/packages/omo-codex/plugin/components/ultrawork/dist/cli.js +489 -4
  97. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  98. package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -2
  99. package/packages/omo-codex/plugin/components/ultrawork/scripts/sync-directive.mjs +30 -14
  100. package/packages/omo-codex/plugin/components/ultrawork/src/directive-content.ts +4 -0
  101. package/packages/omo-codex/plugin/components/ultrawork/src/directive.ts +5 -2
  102. package/packages/omo-codex/plugin/components/ultrawork/test/directive-source.test.ts +14 -8
  103. package/packages/omo-codex/plugin/components/ultrawork/test/package-smoke.test.ts +12 -1
  104. package/packages/omo-codex/plugin/components/ulw-execute-continuation/hooks/hooks.json +2 -2
  105. package/packages/omo-codex/plugin/components/ulw-execute-continuation/package.json +1 -1
  106. package/packages/omo-codex/plugin/components/ulw-loop/AGENTS.md +5 -2
  107. package/packages/omo-codex/plugin/components/ulw-loop/README.md +1 -0
  108. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-continuation.js +9 -0
  109. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-reconciliation.d.ts +14 -0
  110. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-reconciliation.js +10 -1
  111. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-template.d.ts +8 -0
  112. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-template.js +113 -0
  113. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint.js +9 -5
  114. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-commands.js +2 -1
  115. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-output.d.ts +1 -1
  116. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-output.js +1 -0
  117. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-subcommands.js +2 -0
  118. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli.js +856 -347
  119. package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-instruction.d.ts +2 -0
  120. package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-instruction.js +27 -6
  121. package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-snapshot.d.ts +13 -0
  122. package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-snapshot.js +14 -0
  123. package/packages/omo-codex/plugin/components/ulw-loop/dist/domain-types.d.ts +17 -9
  124. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-io.js +17 -2
  125. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-missing-recovery.d.ts +13 -0
  126. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-missing-recovery.js +19 -0
  127. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-aggregate.d.ts +2 -0
  128. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-aggregate.js +53 -0
  129. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-artifacts.d.ts +9 -0
  130. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-artifacts.js +85 -0
  131. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-fields.js +1 -1
  132. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate.d.ts +4 -2
  133. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate.js +41 -102
  134. package/packages/omo-codex/plugin/components/ulw-loop/dist/review-blockers.js +4 -2
  135. package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-guard.js +185 -14
  136. package/packages/omo-codex/plugin/components/ulw-loop/dist/status-next-actions.d.ts +6 -0
  137. package/packages/omo-codex/plugin/components/ulw-loop/dist/status-next-actions.js +33 -0
  138. package/packages/omo-codex/plugin/components/ulw-loop/dist/surface.d.ts +18 -0
  139. package/packages/omo-codex/plugin/components/ulw-loop/dist/surface.js +65 -0
  140. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
  141. package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
  142. package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md +17 -0
  143. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-continuation.ts +7 -0
  144. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-reconciliation.ts +25 -1
  145. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-template.ts +127 -0
  146. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint.ts +10 -12
  147. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-commands.ts +2 -1
  148. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-output.ts +1 -0
  149. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-subcommands.ts +2 -0
  150. package/packages/omo-codex/plugin/components/ulw-loop/src/codex-goal-instruction.ts +34 -5
  151. package/packages/omo-codex/plugin/components/ulw-loop/src/codex-goal-snapshot.ts +23 -0
  152. package/packages/omo-codex/plugin/components/ulw-loop/src/domain-types.ts +19 -9
  153. package/packages/omo-codex/plugin/components/ulw-loop/src/plan-io.ts +18 -3
  154. package/packages/omo-codex/plugin/components/ulw-loop/src/plan-missing-recovery.ts +27 -0
  155. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-aggregate.ts +57 -0
  156. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-artifacts.ts +103 -0
  157. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-fields.ts +1 -1
  158. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate.ts +54 -123
  159. package/packages/omo-codex/plugin/components/ulw-loop/src/review-blockers.ts +4 -2
  160. package/packages/omo-codex/plugin/components/ulw-loop/src/spawn-guard.ts +187 -12
  161. package/packages/omo-codex/plugin/components/ulw-loop/src/status-next-actions.ts +36 -0
  162. package/packages/omo-codex/plugin/components/ulw-loop/src/surface.ts +95 -0
  163. package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-final.test.ts +107 -1
  164. package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-template.test.ts +92 -0
  165. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-status-next-actions.test.ts +183 -0
  166. package/packages/omo-codex/plugin/components/ulw-loop/test/codex-goal-instruction.test.ts +35 -0
  167. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/quality-gate-builder.ts +7 -3
  168. package/packages/omo-codex/plugin/components/ulw-loop/test/guided-recovery.test.ts +105 -0
  169. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-aggregate.test.ts +101 -0
  170. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-roles.test.ts +46 -2
  171. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-senpi-surface.test.ts +131 -0
  172. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate.test.ts +5 -0
  173. package/packages/omo-codex/plugin/components/ulw-loop/test/spawn-guard.test.ts +318 -1
  174. package/packages/omo-codex/plugin/components/ulw-loop/test/surface.test.ts +74 -0
  175. package/packages/omo-codex/plugin/components/ulw-loop/test/ultrawork-directive.test.ts +9 -3
  176. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  177. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  178. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  179. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
  180. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  181. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  182. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  183. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  184. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  185. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
  186. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  187. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
  188. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  189. package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
  190. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  191. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
  192. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-execute-continuation.json +1 -1
  193. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
  194. package/packages/omo-codex/plugin/hooks/subagent-stop-checking-ulw-execute-continuation.json +1 -1
  195. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
  196. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  197. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  198. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  199. package/packages/omo-codex/plugin/package-lock.json +13 -13
  200. package/packages/omo-codex/plugin/package.json +1 -1
  201. package/packages/omo-codex/plugin/scripts/sync-skills.mjs +31 -2
  202. package/packages/omo-codex/plugin/skills/ultimate-browsing/references/insane-search/README.md +9 -2
  203. package/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md +17 -0
  204. package/packages/omo-codex/plugin/test/sync-skills-test-support.mjs +11 -1
  205. package/packages/omo-codex/plugin/test/sync-skills.test.mjs +13 -0
  206. package/packages/omo-codex/plugin/test/ultrawork-skill-pointer.test.mjs +5 -2
  207. package/packages/omo-codex/scripts/install-dist/install-local.mjs +2 -2
  208. package/packages/shared-skills/skills/ultimate-browsing/references/insane-search/README.md +9 -2
  209. package/dist/features/builtin-skills/index.d.ts +0 -1
  210. package/dist/features/builtin-skills/skill-file-loader.d.ts +0 -1
  211. package/dist/features/builtin-skills/skills/agent-browser-skill.d.ts +0 -1
  212. package/dist/features/builtin-skills/skills/agent-browser-template.d.ts +0 -1
  213. package/dist/features/builtin-skills/skills/debugging.d.ts +0 -1
  214. package/dist/features/builtin-skills/skills/dev-browser.d.ts +0 -1
  215. package/dist/features/builtin-skills/skills/frontend.d.ts +0 -1
  216. package/dist/features/builtin-skills/skills/git-master-sections/commit-atomic-planning.d.ts +0 -1
  217. package/dist/features/builtin-skills/skills/git-master-sections/commit-context-analysis.d.ts +0 -1
  218. package/dist/features/builtin-skills/skills/git-master-sections/commit-execution-verification.d.ts +0 -1
  219. package/dist/features/builtin-skills/skills/git-master-sections/commit-workflow.d.ts +0 -1
  220. package/dist/features/builtin-skills/skills/git-master-sections/history-search-workflow.d.ts +0 -1
  221. package/dist/features/builtin-skills/skills/git-master-sections/overview.d.ts +0 -1
  222. package/dist/features/builtin-skills/skills/git-master-sections/quick-reference.d.ts +0 -1
  223. package/dist/features/builtin-skills/skills/git-master-sections/rebase-workflow.d.ts +0 -1
  224. package/dist/features/builtin-skills/skills/git-master-skill-metadata.d.ts +0 -1
  225. package/dist/features/builtin-skills/skills/git-master.d.ts +0 -1
  226. package/dist/features/builtin-skills/skills/index.d.ts +0 -1
  227. package/dist/features/builtin-skills/skills/init-deep.d.ts +0 -1
  228. package/dist/features/builtin-skills/skills/playwright-cli.d.ts +0 -1
  229. package/dist/features/builtin-skills/skills/playwright-mcp-skill.d.ts +0 -1
  230. package/dist/features/builtin-skills/skills/playwright.d.ts +0 -1
  231. package/dist/features/builtin-skills/skills/remove-ai-slops.d.ts +0 -1
  232. package/dist/features/builtin-skills/skills/review-work.d.ts +0 -1
  233. package/dist/features/builtin-skills/skills/security-research.d.ts +0 -1
  234. package/dist/features/builtin-skills/skills/security-review.d.ts +0 -1
  235. package/dist/features/builtin-skills/skills/team-mode.d.ts +0 -1
  236. package/dist/features/builtin-skills/skills/visual-qa.d.ts +0 -1
  237. package/dist/features/builtin-skills/skills.d.ts +0 -1
  238. package/dist/features/builtin-skills/types.d.ts +0 -1
  239. package/dist/features/claude-code-plugin-loader/agent-loader.d.ts +0 -1
  240. package/dist/features/claude-code-plugin-loader/command-loader.d.ts +0 -1
  241. package/dist/features/claude-code-plugin-loader/discovery-core.d.ts +0 -1
  242. package/dist/features/claude-code-plugin-loader/discovery-paths.d.ts +0 -1
  243. package/dist/features/claude-code-plugin-loader/discovery.d.ts +0 -1
  244. package/dist/features/claude-code-plugin-loader/hook-loader.d.ts +0 -1
  245. package/dist/features/claude-code-plugin-loader/index.d.ts +0 -1
  246. package/dist/features/claude-code-plugin-loader/install-path-resolver.d.ts +0 -1
  247. package/dist/features/claude-code-plugin-loader/installed-plugin-database.d.ts +0 -1
  248. package/dist/features/claude-code-plugin-loader/loaded-plugin.d.ts +0 -1
  249. package/dist/features/claude-code-plugin-loader/loader.d.ts +0 -1
  250. package/dist/features/claude-code-plugin-loader/mcp-server-loader.d.ts +0 -1
  251. package/dist/features/claude-code-plugin-loader/plugin-key.d.ts +0 -1
  252. package/dist/features/claude-code-plugin-loader/plugin-manifest.d.ts +0 -1
  253. package/dist/features/claude-code-plugin-loader/plugin-path-resolver.d.ts +0 -1
  254. package/dist/features/claude-code-plugin-loader/plugin-settings.d.ts +0 -1
  255. package/dist/features/claude-code-plugin-loader/scope-filter.d.ts +0 -1
  256. package/dist/features/claude-code-plugin-loader/skill-loader.d.ts +0 -1
  257. package/dist/features/claude-code-plugin-loader/types.d.ts +0 -1
  258. package/dist/hooks/ralph-loop/completion-promise-detector-test-input.d.ts +0 -11
  259. package/dist/hooks/ralph-loop/loop-session-recovery.d.ts +0 -7
  260. package/dist/shared/prompt-async-gate/message-inspection-error.d.ts +0 -1
  261. package/dist/shared/prompt-async-gate/pending-tool-turn.d.ts +0 -1
  262. package/dist/shared/prompt-async-gate/prompt-message-state.d.ts +0 -1
  263. package/dist/shared/prompt-async-gate/queue.d.ts +0 -1
  264. package/dist/shared/prompt-async-gate/recent-dispatches.d.ts +0 -1
  265. package/dist/shared/prompt-async-gate/reservations.d.ts +0 -1
  266. package/dist/shared/prompt-async-gate/semantic-dedupe.d.ts +0 -1
  267. package/dist/shared/prompt-async-gate/session-idle-dispatch.d.ts +0 -1
  268. package/dist/shared/prompt-async-gate/timing.d.ts +0 -1
  269. package/dist/shared/prompt-async-gate/types.d.ts +0 -1
  270. package/dist/tools/call-omo-agent/message-storage-directory.d.ts +0 -1
  271. package/dist/tools/delegate-task/model-string-parser.d.ts +0 -1
  272. package/packages/lsp-tools-mcp/dist/lsp/cleanup-errors.d.ts +0 -1
  273. package/packages/lsp-tools-mcp/dist/lsp/constants.d.ts +0 -1
  274. package/packages/lsp-tools-mcp/dist/lsp/language-mappings.d.ts +0 -1
  275. package/packages/lsp-tools-mcp/dist/lsp/process-signal-cleanup.d.ts +0 -1
  276. package/packages/lsp-tools-mcp/dist/missing-dependency-result.d.ts +0 -1
  277. package/packages/omo-codex/plugin/components/ultrawork/directive.md +0 -483
  278. package/packages/omo-codex/plugin/components/ultrawork/skills/ultrawork/SKILL.md +0 -490
package/dist/cli/index.js CHANGED
@@ -54,7 +54,7 @@ var package_default;
54
54
  var init_package = __esm(() => {
55
55
  package_default = {
56
56
  name: "oh-my-opencode",
57
- version: "5.0.0-beta.30",
57
+ version: "5.0.0-beta.32",
58
58
  description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
59
59
  main: "./dist/index.js",
60
60
  types: "dist/index.d.ts",
@@ -167,6 +167,7 @@ var init_package = __esm(() => {
167
167
  "install:codex-dev": "bun run script/build-codex-install.ts && bun run script/install-codex-dev.ts",
168
168
  "build:codex-plugin": "npm --prefix packages/omo-codex/plugin ci && bun run --cwd packages/omo-codex/plugin build",
169
169
  "build:senpi-plugin": "bun run build:lsp-daemon && bun run build:ast-grep-mcp && bun run build:senpi-plugin:stage",
170
+ "build:senpi-plugin:native": "node packages/omo-senpi/plugin/scripts/stage-lsp-daemon-runtime.mjs && node packages/omo-senpi/plugin/scripts/stage-ast-grep-mcp-runtime.mjs && node packages/omo-senpi/plugin/scripts/stage-agent-toolkit.mjs && node packages/omo-senpi/plugin/scripts/build-extension.mjs && node packages/omo-senpi/plugin/scripts/sync-skills.mjs && node packages/omo-senpi/plugin/scripts/embed-directive.mjs --check && node packages/omo-senpi/plugin/scripts/build-install.mjs",
170
171
  "build:senpi-plugin:stage": "bun run build:materialize-frontend && node packages/omo-senpi/plugin/scripts/stage-lsp-daemon-runtime.mjs && node packages/omo-senpi/plugin/scripts/stage-ast-grep-mcp-runtime.mjs && node packages/omo-senpi/plugin/scripts/stage-agent-toolkit.mjs && node packages/omo-senpi/plugin/scripts/build-extension.mjs && node packages/omo-senpi/plugin/scripts/sync-skills.mjs && node packages/omo-senpi/plugin/scripts/embed-directive.mjs --check && node packages/omo-senpi/plugin/scripts/build-install.mjs",
171
172
  "build:materialize-frontend": "node packages/omo-codex/plugin/scripts/materialize-shared-upstreams.mjs --strict",
172
173
  "build:shared-skills-assets": "bun run build:materialize-frontend && rm -rf dist/skills && cp -R packages/shared-skills/skills dist/skills",
@@ -235,7 +236,7 @@ var init_package = __esm(() => {
235
236
  zod: "^4.4.3"
236
237
  },
237
238
  devDependencies: {
238
- "@code-yeongyu/senpi": "2026.8.30-3",
239
+ "@code-yeongyu/senpi": "2026.9.2",
239
240
  "@oh-my-opencode/agents-md-core": "workspace:*",
240
241
  "@oh-my-opencode/ast-grep-mcp": "workspace:*",
241
242
  "@oh-my-opencode/boulder-state": "workspace:*",
@@ -276,18 +277,18 @@ var init_package = __esm(() => {
276
277
  typescript: "^7.0.2"
277
278
  },
278
279
  optionalDependencies: {
279
- "oh-my-opencode-darwin-arm64": "5.0.0-beta.30",
280
- "oh-my-opencode-darwin-x64": "5.0.0-beta.30",
281
- "oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.30",
282
- "oh-my-opencode-linux-arm64": "5.0.0-beta.30",
283
- "oh-my-opencode-linux-arm64-musl": "5.0.0-beta.30",
284
- "oh-my-opencode-linux-x64": "5.0.0-beta.30",
285
- "oh-my-opencode-linux-x64-baseline": "5.0.0-beta.30",
286
- "oh-my-opencode-linux-x64-musl": "5.0.0-beta.30",
287
- "oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.30",
288
- "oh-my-opencode-windows-arm64": "5.0.0-beta.30",
289
- "oh-my-opencode-windows-x64": "5.0.0-beta.30",
290
- "oh-my-opencode-windows-x64-baseline": "5.0.0-beta.30"
280
+ "oh-my-opencode-darwin-arm64": "5.0.0-beta.32",
281
+ "oh-my-opencode-darwin-x64": "5.0.0-beta.32",
282
+ "oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.32",
283
+ "oh-my-opencode-linux-arm64": "5.0.0-beta.32",
284
+ "oh-my-opencode-linux-arm64-musl": "5.0.0-beta.32",
285
+ "oh-my-opencode-linux-x64": "5.0.0-beta.32",
286
+ "oh-my-opencode-linux-x64-baseline": "5.0.0-beta.32",
287
+ "oh-my-opencode-linux-x64-musl": "5.0.0-beta.32",
288
+ "oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.32",
289
+ "oh-my-opencode-windows-arm64": "5.0.0-beta.32",
290
+ "oh-my-opencode-windows-x64": "5.0.0-beta.32",
291
+ "oh-my-opencode-windows-x64-baseline": "5.0.0-beta.32"
291
292
  },
292
293
  overrides: {
293
294
  "@earendil-works/pi-agent-core": "0.84.2",
@@ -305,7 +306,7 @@ var init_package = __esm(() => {
305
306
  "@code-yeongyu/comment-checker"
306
307
  ],
307
308
  patchedDependencies: {
308
- "@code-yeongyu/senpi@2026.8.30-3": "patches/@code-yeongyu%2Fsenpi@2026.8.30-3.patch"
309
+ "@code-yeongyu/senpi@2026.9.2": "patches/@code-yeongyu%2Fsenpi@2026.9.2.patch"
309
310
  }
310
311
  };
311
312
  });
@@ -3097,10 +3098,11 @@ var init_js_yaml = __esm(() => {
3097
3098
  function parseFrontmatter(content, options = {}) {
3098
3099
  if (options.mode === "rule")
3099
3100
  return parseRuleFrontmatter(content);
3101
+ const normalized = stripBom(content);
3100
3102
  const frontmatterRegex = /^---\r?\n([\s\S]*?)\r?\n?---\r?\n([\s\S]*)$/;
3101
- const match = content.match(frontmatterRegex);
3103
+ const match = normalized.match(frontmatterRegex);
3102
3104
  if (!match) {
3103
- return { data: {}, body: content, hadFrontmatter: false, parseError: false };
3105
+ return { data: {}, body: normalized, hadFrontmatter: false, parseError: false };
3104
3106
  }
3105
3107
  const yamlContent = match[1];
3106
3108
  const body = match[2];
@@ -20229,7 +20231,7 @@ var init_git_master = __esm(() => {
20229
20231
  });
20230
20232
 
20231
20233
  // packages/omo-config-core/src/schema/memory.ts
20232
- var OmoMemoryReflectionTriggerSchema, OmoMemoryReflectionSchema, OmoMemorySyncSchema, OmoMemorySearchSchema, OmoMemoryNudgeSchema, OmoMemoryFactsSchema, OmoMemoryDreamSchema, OmoMemoryPeopleSchema, OmoMemorySoulSchema, OmoMemoryWriteNoticeSchema, OmoMemoryReflectionTriggerLayerSchema, OmoMemoryReflectionLayerSchema, OmoMemorySyncLayerSchema, OmoMemorySearchLayerSchema, OmoMemoryNudgeLayerSchema, OmoMemoryFactsLayerSchema, OmoMemoryDreamLayerSchema, OmoMemoryPeopleLayerSchema, OmoMemorySoulLayerSchema, OmoMemoryWriteNoticeLayerSchema, OmoMemoryAgentOverridesSchema, OmoMemorySettingsSchema, OmoMemorySettingsLayerSchema;
20234
+ 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;
20233
20235
  var init_memory = __esm(() => {
20234
20236
  init_zod();
20235
20237
  OmoMemoryReflectionTriggerSchema = object({
@@ -20251,6 +20253,10 @@ var init_memory = __esm(() => {
20251
20253
  OmoMemorySearchSchema = object({
20252
20254
  enabled: boolean2().default(true)
20253
20255
  }).strict();
20256
+ OmoMemoryRecallSchema = object({
20257
+ enabled: boolean2().default(true),
20258
+ max_items: number2().int().min(1).max(5).default(2)
20259
+ }).strict();
20254
20260
  OmoMemoryNudgeSchema = object({
20255
20261
  enabled: boolean2().default(true),
20256
20262
  every_user_turns: number2().int().min(1).default(10)
@@ -20297,6 +20303,10 @@ var init_memory = __esm(() => {
20297
20303
  OmoMemorySearchLayerSchema = object({
20298
20304
  enabled: boolean2().optional()
20299
20305
  }).strict();
20306
+ OmoMemoryRecallLayerSchema = object({
20307
+ enabled: boolean2().optional(),
20308
+ max_items: number2().int().min(1).max(5).optional()
20309
+ }).strict();
20300
20310
  OmoMemoryNudgeLayerSchema = object({
20301
20311
  enabled: boolean2().optional(),
20302
20312
  every_user_turns: number2().int().min(1).optional()
@@ -20336,6 +20346,7 @@ var init_memory = __esm(() => {
20336
20346
  write_notice: OmoMemoryWriteNoticeLayerSchema.optional(),
20337
20347
  sync: OmoMemorySyncLayerSchema.optional(),
20338
20348
  search: OmoMemorySearchLayerSchema.optional(),
20349
+ recall: OmoMemoryRecallLayerSchema.optional(),
20339
20350
  compile_warn_tokens: number2().int().positive().optional()
20340
20351
  }).strict();
20341
20352
  OmoMemorySettingsSchema = object({
@@ -20365,6 +20376,7 @@ var init_memory = __esm(() => {
20365
20376
  write_notice: OmoMemoryWriteNoticeSchema.default({ enabled: true }),
20366
20377
  sync: OmoMemorySyncSchema.default({ enabled: true }),
20367
20378
  search: OmoMemorySearchSchema.default({ enabled: true }),
20379
+ recall: OmoMemoryRecallSchema.default({ enabled: true, max_items: 2 }),
20368
20380
  compile_warn_tokens: number2().int().positive().default(30000),
20369
20381
  agents: record(string2(), OmoMemoryAgentOverridesSchema).default({})
20370
20382
  }).strict();
@@ -20381,6 +20393,7 @@ var init_memory = __esm(() => {
20381
20393
  write_notice: OmoMemoryWriteNoticeLayerSchema.optional(),
20382
20394
  sync: OmoMemorySyncLayerSchema.optional(),
20383
20395
  search: OmoMemorySearchLayerSchema.optional(),
20396
+ recall: OmoMemoryRecallLayerSchema.optional(),
20384
20397
  compile_warn_tokens: number2().int().positive().optional(),
20385
20398
  agents: record(string2(), OmoMemoryAgentOverridesSchema).optional()
20386
20399
  }).strict();
@@ -20414,11 +20427,11 @@ function resolveOmoTaskSettings(input, resolveParallelism = availableParallelism
20414
20427
  const record2 = record(string2(), unknown()).parse(input);
20415
20428
  return OmoTaskSettingsSchema.parse({
20416
20429
  ...record2,
20417
- residency_max_children: record2["residency_max_children"] ?? Math.max(8, resolveParallelism() * 3),
20430
+ residency_max_children: record2["residency_max_children"] ?? Math.min(DEFAULT_RESIDENCY_MAX_CHILDREN, Math.max(8, resolveParallelism() * 2)),
20418
20431
  global_concurrency: record2["global_concurrency"] ?? Math.max(8, resolveParallelism() * 2)
20419
20432
  });
20420
20433
  }
20421
- var ResidencyMaxChildrenInputSchema, OmoTaskWaitSchema, OmoTaskTeamSettingsSchema, OmoTaskWarningsSchema, OmoTaskDagSettingsSchema, OmoTaskSettingsSchema, OmoTaskDagSettingsLayerSchema, OmoTaskWaitLayerSchema, OmoTaskTeamSettingsLayerSchema, OmoTaskWarningsLayerSchema, OmoTaskSettingsLayerSchema;
20434
+ var DEFAULT_RESIDENCY_MAX_CHILDREN = 16, ResidencyMaxChildrenInputSchema, OmoTaskWaitSchema, OmoTaskTeamSettingsSchema, OmoTaskWarningsSchema, OmoTaskDagSettingsSchema, OmoTaskSettingsSchema, OmoTaskDagSettingsLayerSchema, OmoTaskWaitLayerSchema, OmoTaskTeamSettingsLayerSchema, OmoTaskWarningsLayerSchema, OmoTaskSettingsLayerSchema;
20422
20435
  var init_task = __esm(() => {
20423
20436
  init_zod();
20424
20437
  ResidencyMaxChildrenInputSchema = union([number2().int().nonnegative(), literal("unlimited")]);
@@ -22550,12 +22563,15 @@ function normalizeInputPath(absolutePath) {
22550
22563
  function isUnderPath(normalizedPath, normalizedParentPath) {
22551
22564
  return normalizedPath === normalizedParentPath || normalizedPath.startsWith(`${normalizedParentPath}/`);
22552
22565
  }
22566
+ function isOneDriveSegment(segment) {
22567
+ const lowercaseSegment = segment.toLowerCase();
22568
+ return lowercaseSegment === "onedrive" || lowercaseSegment.startsWith("onedrive - ");
22569
+ }
22553
22570
  function classifyPathEnvironment(absolutePath) {
22554
22571
  if (absolutePath.length === 0)
22555
22572
  return "unknown";
22556
22573
  const normalizedPath = normalizeInputPath(absolutePath);
22557
- const lowercasePath = normalizedPath.toLowerCase();
22558
- if (lowercasePath.includes("/onedrive") || lowercasePath.includes("/onedrive/")) {
22574
+ if (normalizedPath.split("/").some(isOneDriveSegment)) {
22559
22575
  return "onedrive";
22560
22576
  }
22561
22577
  if (normalizedPath.includes("/Library/Mobile Documents/")) {
@@ -23980,7 +23996,6 @@ function extractPromptFailureMessage(error51) {
23980
23996
  try {
23981
23997
  return JSON.stringify(error51);
23982
23998
  } catch (stringifyError) {
23983
- stringifyError instanceof Error;
23984
23999
  return "";
23985
24000
  }
23986
24001
  }
@@ -24196,6 +24211,33 @@ var init_agent_model_requirements = __esm(() => {
24196
24211
  { providers: ["opencode-go"], model: "glm-5.2" }
24197
24212
  ]
24198
24213
  },
24214
+ "omo-senpi-code-reviewer": {
24215
+ fallbackChain: [
24216
+ { providers: ["openai", "openai-codex"], model: "gpt-5.6-terra", variant: "medium" },
24217
+ { providers: ["github-copilot"], model: "gpt-5.6-terra", variant: "medium" },
24218
+ { providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-4-6" },
24219
+ { providers: ["opencode-go"], model: "glm-5.2" },
24220
+ { providers: ["kimi-for-coding"], model: "kimi-k3" }
24221
+ ]
24222
+ },
24223
+ "omo-senpi-qa-executor": {
24224
+ fallbackChain: [
24225
+ { providers: ["openai", "openai-codex"], model: "gpt-5.6-luna", variant: "high" },
24226
+ { providers: ["github-copilot"], model: "gpt-5.6-luna", variant: "high" },
24227
+ { providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-4-6" },
24228
+ { providers: ["opencode-go"], model: "glm-5.2" },
24229
+ { providers: ["kimi-for-coding"], model: "kimi-k3" }
24230
+ ]
24231
+ },
24232
+ "omo-senpi-gate-reviewer": {
24233
+ fallbackChain: [
24234
+ { providers: ["openai", "openai-codex"], model: "gpt-5.6-sol", variant: "low" },
24235
+ { providers: ["github-copilot"], model: "gpt-5.6-sol", variant: "low" },
24236
+ { providers: ["anthropic", "github-copilot", "opencode"], model: "claude-opus-5", variant: "max" },
24237
+ { providers: ["opencode-go"], model: "glm-5.2" },
24238
+ { providers: ["kimi-for-coding"], model: "kimi-k3" }
24239
+ ]
24240
+ },
24199
24241
  atlas: {
24200
24242
  fallbackChain: [
24201
24243
  { providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-5" },
@@ -24702,7 +24744,7 @@ function normalizeCapabilitiesReasoningEfforts(capabilities) {
24702
24744
  }
24703
24745
  return capabilities.reasoningEfforts.map((value) => value.toLowerCase());
24704
24746
  }
24705
- function resolveField(normalized, familyCaps, ladder, familyKnown, metadataOverride, familyAliases) {
24747
+ function resolveField(normalized, familyCaps, familyKnown, metadataOverride, familyAliases) {
24706
24748
  const aliased = familyAliases?.[normalized];
24707
24749
  if (aliased && (metadataOverride?.includes(aliased) || familyCaps?.includes(aliased))) {
24708
24750
  return { value: aliased, reason: "unsupported-by-model-family" };
@@ -24737,7 +24779,7 @@ function resolveCompatibleModelSettings(input) {
24737
24779
  let variant = input.desired.variant;
24738
24780
  if (variant !== undefined) {
24739
24781
  const normalized = variant.toLowerCase();
24740
- const resolved = resolveField(normalized, family?.variants, REASONING_LEVELS2, familyKnown, metadataVariants);
24782
+ const resolved = resolveField(normalized, family?.variants, familyKnown, metadataVariants);
24741
24783
  if (resolved.value !== normalized && resolved.reason) {
24742
24784
  changes.push({ field: "variant", from: variant, to: resolved.value, reason: resolved.reason });
24743
24785
  }
@@ -24746,7 +24788,7 @@ function resolveCompatibleModelSettings(input) {
24746
24788
  let reasoningEffort = input.desired.reasoningEffort;
24747
24789
  if (reasoningEffort !== undefined) {
24748
24790
  const normalized = reasoningEffort.toLowerCase();
24749
- const resolved = resolveField(normalized, family?.reasoningEfforts, REASONING_LEVELS2, familyKnown, metadataReasoningEfforts, family?.reasoningEffortAliases);
24791
+ const resolved = resolveField(normalized, family?.reasoningEfforts, familyKnown, metadataReasoningEfforts, family?.reasoningEffortAliases);
24750
24792
  if (resolved.value !== normalized && resolved.reason) {
24751
24793
  changes.push({ field: "reasoningEffort", from: reasoningEffort, to: resolved.value, reason: resolved.reason });
24752
24794
  }
@@ -25047,6 +25089,111 @@ var init_supplemental_entries = __esm(() => {
25047
25089
  input: 272000,
25048
25090
  output: 128000
25049
25091
  }
25092
+ },
25093
+ "grok-4.5": {
25094
+ id: "grok-4.5",
25095
+ family: "grok",
25096
+ reasoning: false,
25097
+ temperature: true,
25098
+ toolCall: true,
25099
+ modalities: {
25100
+ input: ["text", "image"],
25101
+ output: ["text"]
25102
+ },
25103
+ limit: {
25104
+ context: 500000,
25105
+ output: 32768
25106
+ }
25107
+ },
25108
+ "xai/grok-4.5": {
25109
+ id: "xai/grok-4.5",
25110
+ family: "grok",
25111
+ reasoning: false,
25112
+ temperature: true,
25113
+ toolCall: true,
25114
+ modalities: {
25115
+ input: ["text", "image"],
25116
+ output: ["text"]
25117
+ },
25118
+ limit: {
25119
+ context: 500000,
25120
+ output: 32768
25121
+ }
25122
+ },
25123
+ "x-ai/grok-4.5": {
25124
+ id: "x-ai/grok-4.5",
25125
+ family: "grok",
25126
+ reasoning: false,
25127
+ temperature: true,
25128
+ toolCall: true,
25129
+ modalities: {
25130
+ input: ["text", "image"],
25131
+ output: ["text"]
25132
+ },
25133
+ limit: {
25134
+ context: 500000,
25135
+ output: 32768
25136
+ }
25137
+ },
25138
+ "grok-4.6": {
25139
+ id: "grok-4.6",
25140
+ family: "grok",
25141
+ reasoning: false,
25142
+ temperature: true,
25143
+ toolCall: true,
25144
+ modalities: {
25145
+ input: ["text", "image"],
25146
+ output: ["text"]
25147
+ },
25148
+ limit: {
25149
+ context: 500000,
25150
+ output: 32768
25151
+ }
25152
+ },
25153
+ "xai/grok-4.6": {
25154
+ id: "xai/grok-4.6",
25155
+ family: "grok",
25156
+ reasoning: false,
25157
+ temperature: true,
25158
+ toolCall: true,
25159
+ modalities: {
25160
+ input: ["text", "image"],
25161
+ output: ["text"]
25162
+ },
25163
+ limit: {
25164
+ context: 500000,
25165
+ output: 32768
25166
+ }
25167
+ },
25168
+ "xai/grok-build-0.1": {
25169
+ id: "xai/grok-build-0.1",
25170
+ family: "grok",
25171
+ reasoning: false,
25172
+ temperature: true,
25173
+ toolCall: true,
25174
+ modalities: {
25175
+ input: ["text", "image"],
25176
+ output: ["text"]
25177
+ },
25178
+ limit: {
25179
+ context: 256000,
25180
+ output: 32768
25181
+ }
25182
+ },
25183
+ "x-ai/grok-build-0.1": {
25184
+ id: "x-ai/grok-build-0.1",
25185
+ family: "grok",
25186
+ reasoning: false,
25187
+ temperature: true,
25188
+ toolCall: true,
25189
+ modalities: {
25190
+ input: ["text", "image"],
25191
+ output: ["text"]
25192
+ },
25193
+ limit: {
25194
+ context: 256000,
25195
+ output: 32768
25196
+ }
25050
25197
  }
25051
25198
  };
25052
25199
  });
@@ -84188,14 +84335,9 @@ var init_claude_code_plugin_loader = __esm(() => {
84188
84335
  init_hook_loader();
84189
84336
  });
84190
84337
 
84191
- // packages/omo-opencode/src/features/claude-code-plugin-loader/index.ts
84192
- var init_claude_code_plugin_loader2 = __esm(() => {
84193
- init_claude_code_plugin_loader();
84194
- });
84195
-
84196
84338
  // packages/omo-opencode/src/shared/plugin-command-discovery.ts
84197
84339
  var init_plugin_command_discovery = __esm(() => {
84198
- init_claude_code_plugin_loader2();
84340
+ init_claude_code_plugin_loader();
84199
84341
  });
84200
84342
 
84201
84343
  // packages/omo-opencode/src/shared/session-category-registry.ts
@@ -94400,7 +94542,7 @@ var package_default2;
94400
94542
  var init_package2 = __esm(() => {
94401
94543
  package_default2 = {
94402
94544
  name: "@oh-my-opencode/omo-codex",
94403
- version: "5.0.0-beta.30",
94545
+ version: "5.0.0-beta.32",
94404
94546
  type: "module",
94405
94547
  private: true,
94406
94548
  description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",
@@ -94840,7 +94982,6 @@ function getLocalDevVersion(directory) {
94840
94982
  const pkg = JSON.parse(content);
94841
94983
  return pkg.version ?? null;
94842
94984
  } catch (error51) {
94843
- error51 instanceof Error;
94844
94985
  return null;
94845
94986
  }
94846
94987
  }
@@ -94872,7 +95013,6 @@ function findPluginEntry(directory) {
94872
95013
  }
94873
95014
  }
94874
95015
  } catch (error51) {
94875
- error51 instanceof Error;
94876
95016
  continue;
94877
95017
  }
94878
95018
  }
@@ -94977,7 +95117,6 @@ async function getLatestVersion(channel = "latest") {
94977
95117
  const data = await response.json();
94978
95118
  return data[channel] ?? data.latest ?? null;
94979
95119
  } catch (error51) {
94980
- error51 instanceof Error;
94981
95120
  return null;
94982
95121
  } finally {
94983
95122
  clearTimeout(timeoutId);
@@ -103564,6 +103703,7 @@ var REQUIRED_PLUGIN_ARTIFACTS = [
103564
103703
  join62("extensions", "reflection-persona.md"),
103565
103704
  join62("extensions", "dream-persona.md"),
103566
103705
  join62("extensions", "facts-persona.md"),
103706
+ join62("extensions", "memorian-persona.md"),
103567
103707
  join62("skills", "ast-grep", "SKILL.md"),
103568
103708
  join62("skills", "coding-agent-sessions", "SKILL.md"),
103569
103709
  join62("skills", "debugging", "SKILL.md"),
@@ -107061,6 +107201,7 @@ var BackgroundTaskConfigSchema = exports_external.object({
107061
107201
  providerConcurrency: exports_external.record(exports_external.string(), exports_external.number().min(0)).optional(),
107062
107202
  modelConcurrency: exports_external.record(exports_external.string(), exports_external.number().min(0)).optional(),
107063
107203
  maxDepth: exports_external.number().int().min(1).optional(),
107204
+ maxLiveDescendantsPerRoot: exports_external.number().int().min(0).optional(),
107064
107205
  staleTimeoutMs: exports_external.number().min(60000).optional(),
107065
107206
  messageStalenessTimeoutMs: exports_external.number().min(60000).optional(),
107066
107207
  taskTtlMs: exports_external.number().min(300000).optional(),
@@ -108806,7 +108947,7 @@ async function getContinuationState(directory, sessionID, client3) {
108806
108947
  }
108807
108948
  async function hasActiveBoulderContinuation(directory, sessionID, client3) {
108808
108949
  const boulder = readBoulderState(directory);
108809
- if (!boulder)
108950
+ if (!boulder || !boulder.active_plan)
108810
108951
  return false;
108811
108952
  const progress = getPlanProgress(resolveBoulderPlanPath(directory, boulder));
108812
108953
  if (progress.isComplete)