oh-my-opencode 4.16.3 → 4.17.1

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 (220) hide show
  1. package/.agents/command/omomomo.md +1 -1
  2. package/.agents/command/publish.md +31 -58
  3. package/.agents/skills/hyperplan/SKILL.md +3 -3
  4. package/.agents/skills/omomomo/SKILL.md +1 -1
  5. package/.agents/skills/pre-publish-review/SKILL.md +1 -1
  6. package/.agents/skills/publish/SKILL.md +32 -59
  7. package/.opencode/command/omomomo.md +1 -1
  8. package/.opencode/command/publish.md +31 -58
  9. package/.opencode/skills/hyperplan/SKILL.md +3 -3
  10. package/.opencode/skills/pre-publish-review/SKILL.md +4 -1
  11. package/README.ja.md +4 -4
  12. package/README.ko.md +4 -4
  13. package/README.md +2 -2
  14. package/README.ru.md +4 -4
  15. package/README.zh-cn.md +4 -4
  16. package/dist/cli/index.js +195 -76
  17. package/dist/cli-node/index.js +195 -76
  18. package/dist/features/team-mode/test-support/async-test-helpers.d.ts +2 -2
  19. package/dist/index.js +310 -299
  20. package/dist/plugin/chat-message/types.d.ts +4 -0
  21. package/dist/plugin/command-execute-before.d.ts +1 -0
  22. package/dist/plugin/stop-continuation.d.ts +17 -0
  23. package/dist/skills/remove-ai-slops/SKILL.md +2 -2
  24. package/dist/skills/review-work/SKILL.md +10 -2
  25. package/dist/skills/start-work/SKILL.md +6 -3
  26. package/dist/skills/ultimate-browsing/ATTRIBUTION.md +2 -2
  27. package/dist/skills/ultimate-browsing/engine/templates/package.json +1 -1
  28. package/dist/skills/ultimate-browsing/references/chrome-stealth.md +11 -11
  29. package/dist/skills/ulw-plan/SKILL.md +2 -1
  30. package/dist/skills/ulw-plan/references/full-workflow.md +1 -1
  31. package/dist/skills/ulw-plan/references/intent-unclear.md +4 -4
  32. package/dist/skills/ulw-plan/scripts/scaffold-plan.mjs +2 -2
  33. package/dist/skills/visual-qa/SKILL.md +9 -5
  34. package/dist/tui.js +79 -32
  35. package/package.json +15 -14
  36. package/packages/git-bash-mcp/package.json +27 -0
  37. package/packages/lsp-daemon/dist/cli.js +7 -13
  38. package/packages/lsp-daemon/dist/daemon-client.js +3 -5
  39. package/packages/lsp-daemon/dist/index.js +12 -18
  40. package/packages/lsp-daemon/dist/request-routing.js +6 -8
  41. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +3 -1
  42. package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +1080 -1017
  43. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  44. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  45. package/packages/omo-codex/plugin/components/codegraph/package.json +1 -1
  46. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  47. package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
  48. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  49. package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
  50. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/AGENTS.md +2 -2
  51. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/cli.js +6 -2
  52. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/codex-hook.js +6 -2
  53. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +2 -2
  54. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
  55. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/src/codex-hook.ts +6 -2
  56. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/test/cli.test.ts +1 -1
  57. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/test/codex-hook.test.ts +67 -2
  58. package/packages/omo-codex/plugin/components/lsp/dist/cli.js +14 -14
  59. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  60. package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
  61. package/packages/omo-codex/plugin/components/lsp/test/package-smoke.test.ts +0 -13
  62. package/packages/omo-codex/plugin/components/rules/bundled-rules/hephaestus/gpt-5.5.md +2 -2
  63. package/packages/omo-codex/plugin/components/rules/bundled-rules/hephaestus/gpt-5.6.md +3 -3
  64. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  65. package/packages/omo-codex/plugin/components/rules/package.json +1 -1
  66. package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
  67. package/packages/omo-codex/plugin/components/start-work-continuation/package.json +1 -1
  68. package/packages/omo-codex/plugin/components/start-work-continuation/test/codex-hook.test.ts +1 -79
  69. package/packages/omo-codex/plugin/components/teammode/AGENTS.md +2 -2
  70. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  71. package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
  72. package/packages/omo-codex/plugin/components/teammode/skills/teammode/SKILL.md +33 -16
  73. package/packages/omo-codex/plugin/components/teammode/skills/teammode/scripts/team.mjs +2 -1
  74. package/packages/omo-codex/plugin/components/teammode/test/v2-spawn-schema.test.ts +69 -0
  75. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  76. package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
  77. package/packages/omo-codex/plugin/components/ultrawork/agents/explorer.toml +2 -2
  78. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-code-reviewer.toml +2 -2
  79. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-gate-reviewer.toml +6 -6
  80. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-qa-executor.toml +5 -5
  81. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-worker-high.toml +26 -0
  82. package/packages/omo-codex/plugin/components/ultrawork/agents/{lazycodex-executor.toml → lazycodex-worker-low.toml} +6 -4
  83. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-worker-medium.toml +26 -0
  84. package/packages/omo-codex/plugin/components/ultrawork/agents/librarian.toml +2 -2
  85. package/packages/omo-codex/plugin/components/ultrawork/agents/plan.toml +7 -7
  86. package/packages/omo-codex/plugin/components/ultrawork/directive.md +76 -37
  87. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  88. package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
  89. package/packages/omo-codex/plugin/components/ultrawork/skills/ultrawork/SKILL.md +76 -37
  90. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/SKILL.md +2 -1
  91. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/full-workflow.md +1 -1
  92. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-unclear.md +4 -4
  93. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/scripts/scaffold-plan.mjs +2 -2
  94. package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook.test.ts +25 -0
  95. package/packages/omo-codex/plugin/components/ultrawork/test/package-smoke.test.ts +0 -68
  96. package/packages/omo-codex/plugin/components/ulw-loop/AGENTS.md +1 -1
  97. package/packages/omo-codex/plugin/components/ulw-loop/CHANGELOG.md +2 -0
  98. package/packages/omo-codex/plugin/components/ulw-loop/README.md +3 -1
  99. package/packages/omo-codex/plugin/components/ulw-loop/directive.md +76 -37
  100. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint.js +6 -1
  101. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-subcommands.d.ts +1 -1
  102. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-subcommands.js +13 -2
  103. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli.js +405 -25
  104. package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-instruction.js +12 -1
  105. package/packages/omo-codex/plugin/components/ulw-loop/dist/domain-types.d.ts +4 -2
  106. package/packages/omo-codex/plugin/components/ulw-loop/dist/paths.d.ts +7 -0
  107. package/packages/omo-codex/plugin/components/ulw-loop/dist/paths.js +16 -1
  108. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-crud.js +1 -0
  109. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-verdicts.d.ts +6 -0
  110. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-verdicts.js +20 -0
  111. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate.d.ts +1 -0
  112. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate.js +12 -9
  113. package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-guard.d.ts +3 -0
  114. package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-guard.js +148 -0
  115. package/packages/omo-codex/plugin/components/ulw-loop/dist/stop-resume-hook.d.ts +2 -0
  116. package/packages/omo-codex/plugin/components/ulw-loop/dist/stop-resume-hook.js +209 -0
  117. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +25 -2
  118. package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
  119. package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/SKILL.md +14 -15
  120. package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md +30 -28
  121. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint.ts +6 -1
  122. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-subcommands.ts +14 -3
  123. package/packages/omo-codex/plugin/components/ulw-loop/src/cli.ts +10 -0
  124. package/packages/omo-codex/plugin/components/ulw-loop/src/codex-goal-instruction.ts +12 -1
  125. package/packages/omo-codex/plugin/components/ulw-loop/src/domain-types.ts +4 -2
  126. package/packages/omo-codex/plugin/components/ulw-loop/src/paths.ts +27 -1
  127. package/packages/omo-codex/plugin/components/ulw-loop/src/plan-crud.ts +1 -0
  128. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-verdicts.ts +23 -0
  129. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate.ts +16 -9
  130. package/packages/omo-codex/plugin/components/ulw-loop/src/spawn-guard.ts +138 -0
  131. package/packages/omo-codex/plugin/components/ulw-loop/src/stop-resume-hook.ts +208 -0
  132. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-create-goals.test.ts +12 -0
  133. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-entrypoint.test.ts +4 -1
  134. package/packages/omo-codex/plugin/components/ulw-loop/test/codex-goal-instruction.test.ts +8 -35
  135. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/quality-gate-builder.ts +24 -13
  136. package/packages/omo-codex/plugin/components/ulw-loop/test/package-smoke.test.ts +5 -2
  137. package/packages/omo-codex/plugin/components/ulw-loop/test/paths.test.ts +43 -8
  138. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate.test.ts +55 -2
  139. package/packages/omo-codex/plugin/components/ulw-loop/test/spawn-guard.test.ts +228 -0
  140. package/packages/omo-codex/plugin/components/ulw-loop/test/stop-resume-hook.test.ts +193 -0
  141. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  142. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  143. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  144. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
  145. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  146. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  147. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  148. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  149. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  150. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +18 -0
  151. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  152. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
  153. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  154. package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
  155. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  156. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
  157. package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +1 -1
  158. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +17 -0
  159. package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +1 -1
  160. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +2 -2
  161. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  162. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  163. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  164. package/packages/omo-codex/plugin/model-catalog.json +16 -7
  165. package/packages/omo-codex/plugin/package-lock.json +13 -13
  166. package/packages/omo-codex/plugin/package.json +1 -1
  167. package/packages/omo-codex/plugin/scripts/migrate-codex-config/catalog.mjs +16 -7
  168. package/packages/omo-codex/plugin/scripts/sync-skills.mjs +8 -2
  169. package/packages/omo-codex/plugin/skills/init-deep/SKILL.md +2 -2
  170. package/packages/omo-codex/plugin/skills/refactor/SKILL.md +2 -2
  171. package/packages/omo-codex/plugin/skills/remove-ai-slops/SKILL.md +4 -4
  172. package/packages/omo-codex/plugin/skills/review-work/SKILL.md +18 -4
  173. package/packages/omo-codex/plugin/skills/start-work/SKILL.md +6 -3
  174. package/packages/omo-codex/plugin/skills/teammode/SKILL.md +33 -16
  175. package/packages/omo-codex/plugin/skills/teammode/scripts/team.mjs +2 -1
  176. package/packages/omo-codex/plugin/skills/ultimate-browsing/ATTRIBUTION.md +2 -2
  177. package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/templates/package.json +1 -1
  178. package/packages/omo-codex/plugin/skills/ultimate-browsing/references/chrome-stealth.md +11 -11
  179. package/packages/omo-codex/plugin/skills/ultrawork/SKILL.md +76 -37
  180. package/packages/omo-codex/plugin/skills/ulw-loop/SKILL.md +14 -15
  181. package/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md +30 -28
  182. package/packages/omo-codex/plugin/skills/ulw-plan/SKILL.md +2 -1
  183. package/packages/omo-codex/plugin/skills/ulw-plan/references/full-workflow.md +1 -1
  184. package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-unclear.md +4 -4
  185. package/packages/omo-codex/plugin/skills/ulw-plan/scripts/scaffold-plan.mjs +2 -2
  186. package/packages/omo-codex/plugin/skills/ulw-research/SKILL.md +2 -2
  187. package/packages/omo-codex/plugin/skills/visual-qa/SKILL.md +11 -7
  188. package/packages/omo-codex/plugin/test/aggregate-agents.test.mjs +76 -16
  189. package/packages/omo-codex/plugin/test/aggregate-hooks.test.mjs +23 -2
  190. package/packages/omo-codex/plugin/test/aggregate-manifest.test.mjs +1 -1
  191. package/packages/omo-codex/plugin/test/aggregate-model-catalog.test.mjs +4 -4
  192. package/packages/omo-codex/plugin/test/auto-update.test.mjs +4 -4
  193. package/packages/omo-codex/plugin/test/component-hook-contract-cases.mjs +2 -2
  194. package/packages/omo-codex/plugin/test/lcx-bug-skills.test.mjs +4 -101
  195. package/packages/omo-codex/plugin/test/migrate-codex-config.test.mjs +14 -14
  196. package/packages/omo-codex/plugin/test/sync-skills-orchestration.test.mjs +11 -0
  197. package/packages/omo-codex/plugin/test/sync-skills-test-support.mjs +1 -1
  198. package/packages/omo-codex/plugin/test/sync-skills.test.mjs +5 -3
  199. package/packages/omo-codex/plugin/test/teammode-transport.test.mjs +25 -0
  200. package/packages/omo-codex/plugin/test/ulw-plan-scope-contract.test.mjs +24 -0
  201. package/packages/omo-codex/plugin/test/ulw-plan-skill-contract.test.mjs +9 -40
  202. package/packages/omo-codex/plugin/test/ulw-research-skill-contract.test.mjs +4 -277
  203. package/packages/omo-codex/scripts/install-config-reasoning.test.mjs +5 -5
  204. package/packages/omo-codex/scripts/install-config.test.mjs +22 -3
  205. package/packages/omo-codex/scripts/install-dist/install-local.mjs +98 -30
  206. package/packages/shared-skills/skills/remove-ai-slops/SKILL.md +2 -2
  207. package/packages/shared-skills/skills/review-work/SKILL.md +10 -2
  208. package/packages/shared-skills/skills/start-work/SKILL.md +6 -3
  209. package/packages/shared-skills/skills/ultimate-browsing/ATTRIBUTION.md +2 -2
  210. package/packages/shared-skills/skills/ultimate-browsing/engine/templates/package.json +1 -1
  211. package/packages/shared-skills/skills/ultimate-browsing/references/chrome-stealth.md +11 -11
  212. package/packages/shared-skills/skills/ulw-plan/SKILL.md +2 -1
  213. package/packages/shared-skills/skills/ulw-plan/references/full-workflow.md +1 -1
  214. package/packages/shared-skills/skills/ulw-plan/references/intent-unclear.md +4 -4
  215. package/packages/shared-skills/skills/ulw-plan/scripts/scaffold-plan.mjs +2 -2
  216. package/packages/shared-skills/skills/visual-qa/SKILL.md +9 -5
  217. package/dist/skills/visual-qa/scripts/skill-prompt-contract.test.ts +0 -296
  218. package/packages/omo-codex/plugin/components/ulw-loop/test/skill-contract.test.ts +0 -70
  219. package/packages/omo-codex/plugin/test/ulw-research-epistemic-contract.test.mjs +0 -98
  220. package/packages/shared-skills/skills/visual-qa/scripts/skill-prompt-contract.test.ts +0 -296
package/README.ko.md CHANGED
@@ -194,11 +194,11 @@ Read this and tell me why it's not just another boilerplate: https://raw.githubu
194
194
  <td align="center"><img src=".github/assets/hephaestus.png" height="300" /></td>
195
195
  </tr></table>
196
196
 
197
- **Sisyphus** (`claude-opus-4-7` / **`kimi-k2.6`** / **`glm-5.1`**)는 메인 오케스트레이터입니다. 계획을 세우고, 전문가에게 위임하고, 공격적인 병렬 실행으로 작업을 끝까지 밀어붙입니다. 중간에 멈추지 않습니다.
197
+ **Sisyphus** (`claude-opus-4-7` / **`kimi-k2.6`** / **`glm-5`**)는 메인 오케스트레이터입니다. 계획을 세우고, 전문가에게 위임하고, 공격적인 병렬 실행으로 작업을 끝까지 밀어붙입니다. 중간에 멈추지 않습니다.
198
198
 
199
- **Hephaestus** (`gpt-5.5`)는 자율적으로 깊게 파는 작업자입니다. 레시피가 아니라 목표를 주세요. 코드베이스를 탐색하고, 패턴을 조사하고, 손을 잡아주지 않아도 엔드투엔드로 실행합니다. *The Legitimate Craftsman.*
199
+ **Hephaestus** (OpenAI 또는 Vercel에서 `gpt-5.6-sol`, 그다음 `gpt-5.5`)는 자율적으로 깊게 파는 작업자입니다. 레시피가 아니라 목표를 주세요. 코드베이스를 탐색하고, 패턴을 조사하고, 손을 잡아주지 않아도 엔드투엔드로 실행합니다. *The Legitimate Craftsman.*
200
200
 
201
- **Prometheus** (`claude-opus-4-7` / **`kimi-k2.6`** / **`glm-5.1`**)는 전략 플래너입니다. 인터뷰 모드: 질문으로 스코프를 파악하고, 코드에 손대기 전에 상세한 계획을 만듭니다.
201
+ **Prometheus** (`claude-opus-4-7` / **`gpt-5.5`** / **`glm-5.2`**)는 전략 플래너입니다. 인터뷰 모드: 질문으로 스코프를 파악하고, 코드에 손대기 전에 상세한 계획을 만듭니다.
202
202
 
203
203
  모든 에이전트는 자기 모델의 강점에 맞춰 튜닝되어 있습니다. 수동으로 모델을 돌려가며 쓸 필요가 없습니다. [더 알아보기 →](docs/guide/overview.md)
204
204
 
@@ -241,7 +241,7 @@ Sisyphus가 서브에이전트에 위임할 때는 모델을 직접 고르지
241
241
  | `quick` | 단일 파일 변경, 오타 수정 |
242
242
  | `ultrabrain` | 어려운 로직, 아키텍처 결정 |
243
243
 
244
- 에이전트는 필요한 작업 종류만 말하고, 하네스가 적합한 모델을 고릅니다. `ultrabrain`은 이제 기본으로 GPT-5.5 xhigh로 라우팅됩니다. 당신이 건드릴 건 없습니다.
244
+ 에이전트는 필요한 작업 종류만 말하고, 하네스가 적합한 모델을 고릅니다. `ultrabrain`은 OpenAI 또는 Vercel에서 사용 가능하면 GPT-5.6 Sol xhigh로, 그다음 GPT-5.5 xhigh로 라우팅됩니다. 당신이 건드릴 건 없습니다.
245
245
 
246
246
  ### Claude Code 호환성
247
247
 
package/README.md CHANGED
@@ -241,11 +241,11 @@ Even with only the following subscriptions, `ultrawork` works well (this project
241
241
  <td align="center"><img src=".github/assets/hephaestus.png" height="300" /></td>
242
242
  </tr></table>
243
243
 
244
- **Sisyphus** (`claude-opus-4-7` / **`kimi-k2.6`** / **`glm-5.1`** ) is your main orchestrator. He plans, delegates to specialists, and drives tasks to completion with aggressive parallel execution. He does not stop halfway.
244
+ **Sisyphus** (`claude-opus-4-7` / **`kimi-k2.6`** / **`glm-5`** ) is your main orchestrator. He plans, delegates to specialists, and drives tasks to completion with aggressive parallel execution. He does not stop halfway.
245
245
 
246
246
  **Hephaestus** (`gpt-5.6-sol` on OpenAI or Vercel, then `gpt-5.5`) is your autonomous deep worker. Give him a goal, not a recipe. He explores the codebase, researches patterns, and executes end-to-end without hand-holding. *The Legitimate Craftsman.*
247
247
 
248
- **Prometheus** (`claude-opus-4-7` / **`kimi-k2.6`** / **`glm-5.1`** ) is your strategic planner. Interview mode: he asks questions, identifies scope, and builds a detailed plan before a single line of code is touched.
248
+ **Prometheus** (`claude-opus-4-7` / **`gpt-5.5`** / **`glm-5.2`** ) is your strategic planner. Interview mode: he asks questions, identifies scope, and builds a detailed plan before a single line of code is touched.
249
249
 
250
250
  Every agent is tuned to its model's specific strengths. No manual model juggling. [Learn more →](docs/guide/overview.md)
251
251
 
package/README.ru.md CHANGED
@@ -192,11 +192,11 @@ Read this and tell me why it's not just another boilerplate: https://raw.githubu
192
192
  <td align="center"><img src=".github/assets/hephaestus.png" height="300" /></td>
193
193
  </tr></table>
194
194
 
195
- **Sisyphus** (`claude-opus-4-7` / **`kimi-k2.6`** / **`glm-5.1`**) — главный оркестратор. Он планирует, делегирует задачи специалистам и доводит их до завершения с агрессивным параллельным выполнением. Он не останавливается на полпути.
195
+ **Sisyphus** (`claude-opus-4-7` / **`kimi-k2.6`** / **`glm-5`**) — главный оркестратор. Он планирует, делегирует задачи специалистам и доводит их до завершения с агрессивным параллельным выполнением. Он не останавливается на полпути.
196
196
 
197
- **Hephaestus** (`gpt-5.5`) — автономный глубокий исполнитель. Дайте ему цель, а не рецепт. Он исследует кодовую базу, изучает паттерны и выполняет задачи сквозным образом без лишних подсказок. *Законный Мастер.*
197
+ **Hephaestus** (`gpt-5.6-sol` через OpenAI или Vercel, затем `gpt-5.5`) — автономный глубокий исполнитель. Дайте ему цель, а не рецепт. Он исследует кодовую базу, изучает паттерны и выполняет задачи сквозным образом без лишних подсказок. *Законный Мастер.*
198
198
 
199
- **Prometheus** (`claude-opus-4-7` / **`kimi-k2.6`** / **`glm-5.1`**) — стратегический планировщик. Режим интервью: он задаёт вопросы, определяет объём работ и формирует детальный план до того, как написана хотя бы одна строка кода.
199
+ **Prometheus** (`claude-opus-4-7` / **`gpt-5.5`** / **`glm-5.2`**) — стратегический планировщик. Режим интервью: он задаёт вопросы, определяет объём работ и формирует детальный план до того, как написана хотя бы одна строка кода.
200
200
 
201
201
  Каждый агент настроен под сильные стороны своей модели. Никакого ручного переключения между моделями. [Подробнее →](docs/guide/overview.md)
202
202
 
@@ -239,7 +239,7 @@ Read this and tell me why it's not just another boilerplate: https://raw.githubu
239
239
  | `quick` | Изменения в одном файле, опечатки |
240
240
  | `ultrabrain` | Сложная логика, архитектурные решения |
241
241
 
242
- Агент сообщает тип задачи, а обвязка подбирает нужную модель. `ultrabrain` теперь по умолчанию направляется в GPT-5.5 xhigh. Вы ни к чему не прикасаетесь.
242
+ Агент сообщает тип задачи, а обвязка подбирает нужную модель. `ultrabrain` направляется в GPT-5.6 Sol xhigh через OpenAI или Vercel, когда они доступны, затем в GPT-5.5 xhigh. Вы ни к чему не прикасаетесь.
243
243
 
244
244
  ### Совместимость с Claude Code
245
245
 
package/README.zh-cn.md CHANGED
@@ -199,11 +199,11 @@ Read this and tell me why it's not just another boilerplate: https://raw.githubu
199
199
  <td align="center"><img src=".github/assets/hephaestus.png" height="300" /></td>
200
200
  </tr></table>
201
201
 
202
- **Sisyphus** (`claude-opus-4-7` / **`kimi-k2.6`** / **`glm-5.1`**) 是你的主指挥官。他负责制定计划、分配任务给专家团队,并以极其激进的并行策略推动任务直至完成。他从不半途而废。
202
+ **Sisyphus** (`claude-opus-4-7` / **`kimi-k2.6`** / **`glm-5`**) 是你的主指挥官。他负责制定计划、分配任务给专家团队,并以极其激进的并行策略推动任务直至完成。他从不半途而废。
203
203
 
204
- **Hephaestus** (`gpt-5.5`) 是你的自主深度工作者。你只需要给他目标,不要给他具体做法。他会自动探索代码库模式,从头到尾独立执行任务,绝不会中途要你当保姆。*名副其实的正牌工匠。*
204
+ **Hephaestus** (在 OpenAI 或 Vercel 上优先 `gpt-5.6-sol`,其次 `gpt-5.5`) 是你的自主深度工作者。你只需要给他目标,不要给他具体做法。他会自动探索代码库模式,从头到尾独立执行任务,绝不会中途要你当保姆。*名副其实的正牌工匠。*
205
205
 
206
- **Prometheus** (`claude-opus-4-7` / **`kimi-k2.6`** / **`glm-5.1`**) 是你的战略规划师。他通过访谈模式,在动一行代码之前,先通过提问确定范围并构建详尽的执行计划。
206
+ **Prometheus** (`claude-opus-4-7` / **`gpt-5.5`** / **`glm-5.2`**) 是你的战略规划师。他通过访谈模式,在动一行代码之前,先通过提问确定范围并构建详尽的执行计划。
207
207
 
208
208
  每一个 Agent 都针对其底层模型的特点进行了专门调优。你无需手动来回切换模型。[阅读背景设定了解更多 →](docs/guide/overview.md)
209
209
 
@@ -246,7 +246,7 @@ Read this and tell me why it's not just another boilerplate: https://raw.githubu
246
246
  | `quick` | 单文件修改、修错字 |
247
247
  | `ultrabrain` | 复杂硬核逻辑、架构决策 |
248
248
 
249
- 智能体只需要说明要做什么类型的工作,框架就会挑选出最合适的模型去干。`ultrabrain` 现在默认路由到 GPT-5.5 xhigh。你完全不需要操心。
249
+ 智能体只需要说明要做什么类型的工作,框架就会挑选出最合适的模型去干。`ultrabrain` OpenAI 或 Vercel 可用时优先路由到 GPT-5.6 Sol xhigh,其次是 GPT-5.5 xhigh。你完全不需要操心。
250
250
 
251
251
  ### 完全兼容 Claude Code
252
252
 
package/dist/cli/index.js CHANGED
@@ -2145,7 +2145,7 @@ var package_default;
2145
2145
  var init_package = __esm(() => {
2146
2146
  package_default = {
2147
2147
  name: "oh-my-opencode",
2148
- version: "4.16.3",
2148
+ version: "4.17.1",
2149
2149
  description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
2150
2150
  main: "./dist/index.js",
2151
2151
  types: "dist/index.d.ts",
@@ -2208,6 +2208,7 @@ var init_package = __esm(() => {
2208
2208
  "packages/lsp-tools-mcp/dist",
2209
2209
  "packages/lsp-daemon/package.json",
2210
2210
  "packages/lsp-daemon/dist",
2211
+ "packages/git-bash-mcp/package.json",
2211
2212
  "packages/git-bash-mcp/dist",
2212
2213
  "packages/shared-skills/package.json",
2213
2214
  "packages/shared-skills/index.mjs",
@@ -2273,7 +2274,7 @@ var init_package = __esm(() => {
2273
2274
  "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/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/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",
2274
2275
  "typecheck:script": "tsgo --noEmit -p script/tsconfig.json",
2275
2276
  test: "bun test",
2276
- "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 && 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",
2277
+ "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",
2277
2278
  "test:senpi": "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 && bun test packages/omo-senpi",
2278
2279
  "test:windows-codex": "bun run test:codex",
2279
2280
  "build:git-bash-mcp": "bun run --cwd packages/git-bash-mcp build"
@@ -2355,18 +2356,18 @@ var init_package = __esm(() => {
2355
2356
  typescript: "^6.0.3"
2356
2357
  },
2357
2358
  optionalDependencies: {
2358
- "oh-my-opencode-darwin-arm64": "4.16.3",
2359
- "oh-my-opencode-darwin-x64": "4.16.3",
2360
- "oh-my-opencode-darwin-x64-baseline": "4.16.3",
2361
- "oh-my-opencode-linux-arm64": "4.16.3",
2362
- "oh-my-opencode-linux-arm64-musl": "4.16.3",
2363
- "oh-my-opencode-linux-x64": "4.16.3",
2364
- "oh-my-opencode-linux-x64-baseline": "4.16.3",
2365
- "oh-my-opencode-linux-x64-musl": "4.16.3",
2366
- "oh-my-opencode-linux-x64-musl-baseline": "4.16.3",
2367
- "oh-my-opencode-windows-arm64": "4.16.3",
2368
- "oh-my-opencode-windows-x64": "4.16.3",
2369
- "oh-my-opencode-windows-x64-baseline": "4.16.3"
2359
+ "oh-my-opencode-darwin-arm64": "4.17.1",
2360
+ "oh-my-opencode-darwin-x64": "4.17.1",
2361
+ "oh-my-opencode-darwin-x64-baseline": "4.17.1",
2362
+ "oh-my-opencode-linux-arm64": "4.17.1",
2363
+ "oh-my-opencode-linux-arm64-musl": "4.17.1",
2364
+ "oh-my-opencode-linux-x64": "4.17.1",
2365
+ "oh-my-opencode-linux-x64-baseline": "4.17.1",
2366
+ "oh-my-opencode-linux-x64-musl": "4.17.1",
2367
+ "oh-my-opencode-linux-x64-musl-baseline": "4.17.1",
2368
+ "oh-my-opencode-windows-arm64": "4.17.1",
2369
+ "oh-my-opencode-windows-x64": "4.17.1",
2370
+ "oh-my-opencode-windows-x64-baseline": "4.17.1"
2370
2371
  },
2371
2372
  overrides: {
2372
2373
  "@earendil-works/pi-agent-core": "0.80.3",
@@ -9222,7 +9223,7 @@ var init_agent_model_requirements = __esm(() => {
9222
9223
  {
9223
9224
  providers: ["openai", "vercel"],
9224
9225
  model: "gpt-5.6-sol",
9225
- variant: "medium"
9226
+ variant: "high"
9226
9227
  },
9227
9228
  {
9228
9229
  providers: ["openai", "github-copilot", "opencode", "vercel"],
@@ -9429,6 +9430,11 @@ var init_category_model_requirements = __esm(() => {
9429
9430
  },
9430
9431
  deep: {
9431
9432
  fallbackChain: [
9433
+ {
9434
+ providers: ["openai", "vercel"],
9435
+ model: "gpt-5.6-terra",
9436
+ variant: "xhigh"
9437
+ },
9432
9438
  {
9433
9439
  providers: ["openai", "vercel"],
9434
9440
  model: "gpt-5.6-sol",
@@ -9492,6 +9498,11 @@ var init_category_model_requirements = __esm(() => {
9492
9498
  },
9493
9499
  "unspecified-low": {
9494
9500
  fallbackChain: [
9501
+ {
9502
+ providers: ["openai", "vercel"],
9503
+ model: "gpt-5.6-luna",
9504
+ variant: "xhigh"
9505
+ },
9495
9506
  {
9496
9507
  providers: ["anthropic", "github-copilot", "opencode", "vercel"],
9497
9508
  model: "claude-sonnet-4-6"
@@ -10079,6 +10090,38 @@ var init_supplemental_entries = __esm(() => {
10079
10090
  output: 128000
10080
10091
  }
10081
10092
  },
10093
+ "gpt-5.6-terra": {
10094
+ id: "gpt-5.6-terra",
10095
+ family: "gpt-mini",
10096
+ reasoning: true,
10097
+ temperature: false,
10098
+ toolCall: true,
10099
+ modalities: {
10100
+ input: ["text", "image", "pdf"],
10101
+ output: ["text"]
10102
+ },
10103
+ limit: {
10104
+ context: 1050000,
10105
+ input: 922000,
10106
+ output: 128000
10107
+ }
10108
+ },
10109
+ "gpt-5.6-luna": {
10110
+ id: "gpt-5.6-luna",
10111
+ family: "gpt-nano",
10112
+ reasoning: true,
10113
+ temperature: false,
10114
+ toolCall: true,
10115
+ modalities: {
10116
+ input: ["text", "image", "pdf"],
10117
+ output: ["text"]
10118
+ },
10119
+ limit: {
10120
+ context: 1050000,
10121
+ input: 922000,
10122
+ output: 128000
10123
+ }
10124
+ },
10082
10125
  "gpt-5.5": {
10083
10126
  id: "gpt-5.5",
10084
10127
  family: "gpt",
@@ -10685,28 +10728,7 @@ var init_agent_display_names = __esm(() => {
10685
10728
  };
10686
10729
  });
10687
10730
  // packages/omo-opencode/src/tools/delegate-task/anthropic-categories.ts
10688
- var UNSPECIFIED_LOW_CATEGORY_PROMPT_APPEND = `<Category_Context>
10689
- You are working on tasks that don't fit specific categories but require moderate effort.
10690
-
10691
- <Selection_Gate>
10692
- BEFORE selecting this category, VERIFY ALL conditions:
10693
- 1. Task does NOT fit: quick (trivial), visual-engineering (UI), ultrabrain (deep logic), artistry (creative), writing (docs)
10694
- 2. Task requires more than trivial effort but is NOT system-wide
10695
- 3. Scope is contained within a few files/modules
10696
-
10697
- If task fits ANY other category, DO NOT select unspecified-low.
10698
- This is NOT a default choice - it's for genuinely unclassifiable moderate-effort work.
10699
- </Selection_Gate>
10700
- </Category_Context>
10701
-
10702
- <Caller_Warning>
10703
- THIS CATEGORY USES A MID-TIER MODEL (claude-sonnet-4-6).
10704
-
10705
- **PROVIDE CLEAR STRUCTURE:**
10706
- 1. MUST DO: Enumerate required actions explicitly
10707
- 2. MUST NOT DO: State forbidden actions to prevent scope creep
10708
- 3. EXPECTED OUTPUT: Define concrete success criteria
10709
- </Caller_Warning>`, UNSPECIFIED_HIGH_CATEGORY_PROMPT_APPEND = `<Category_Context>
10731
+ var UNSPECIFIED_HIGH_CATEGORY_PROMPT_APPEND = `<Category_Context>
10710
10732
  You are working on tasks that don't fit specific categories but require substantial effort.
10711
10733
 
10712
10734
  <Selection_Gate>
@@ -10722,12 +10744,6 @@ If task is unclassifiable but moderate-effort, use unspecified-low instead.
10722
10744
  </Category_Context>`, ANTHROPIC_CATEGORIES;
10723
10745
  var init_anthropic_categories = __esm(() => {
10724
10746
  ANTHROPIC_CATEGORIES = [
10725
- {
10726
- name: "unspecified-low",
10727
- config: { model: "anthropic/claude-sonnet-4-6" },
10728
- description: "Tasks that don't fit other categories, low effort required",
10729
- promptAppend: UNSPECIFIED_LOW_CATEGORY_PROMPT_APPEND
10730
- },
10731
10747
  {
10732
10748
  name: "unspecified-high",
10733
10749
  config: { model: "anthropic/claude-opus-4-7", variant: "max" },
@@ -11024,6 +11040,27 @@ EXPECTED OUTPUT:
11024
11040
  \`\`\`
11025
11041
 
11026
11042
  If your prompt lacks this structure, REWRITE IT before delegating.
11043
+ </Caller_Warning>`, UNSPECIFIED_LOW_CATEGORY_PROMPT_APPEND = `<Category_Context>
11044
+ You are working on tasks that don't fit specific categories but require moderate effort.
11045
+
11046
+ <Selection_Gate>
11047
+ BEFORE selecting this category, VERIFY ALL conditions:
11048
+ 1. Task does NOT fit: quick (trivial), visual-engineering (UI), ultrabrain (deep logic), artistry (creative), writing (docs)
11049
+ 2. Task requires more than trivial effort but is NOT system-wide
11050
+ 3. Scope is contained within a few files/modules
11051
+
11052
+ If task fits ANY other category, DO NOT select unspecified-low.
11053
+ This is NOT a default choice - it's for genuinely unclassifiable moderate-effort work.
11054
+ </Selection_Gate>
11055
+ </Category_Context>
11056
+
11057
+ <Caller_Warning>
11058
+ THIS CATEGORY USES A LIGHTWEIGHT MODEL (gpt-5.6-luna).
11059
+
11060
+ **PROVIDE CLEAR STRUCTURE:**
11061
+ 1. MUST DO: Enumerate required actions explicitly
11062
+ 2. MUST NOT DO: State forbidden actions to prevent scope creep
11063
+ 3. EXPECTED OUTPUT: Define concrete success criteria
11027
11064
  </Caller_Warning>`, OPENAI_CATEGORIES;
11028
11065
  var init_openai_categories = __esm(() => {
11029
11066
  init_types();
@@ -11036,7 +11073,7 @@ var init_openai_categories = __esm(() => {
11036
11073
  },
11037
11074
  {
11038
11075
  name: "deep",
11039
- config: { model: "openai/gpt-5.6-sol", variant: "high" },
11076
+ config: { model: "openai/gpt-5.6-terra", variant: "xhigh" },
11040
11077
  description: "Goal-oriented autonomous problem-solving on hairy problems requiring deep research. ONE goal + ONE deliverable per call \u2014 multiple goals must fan out as parallel `deep` calls, never bundled into one.",
11041
11078
  promptAppend: DEEP_CATEGORY_PROMPT_APPEND,
11042
11079
  resolvePromptAppend: resolveDeepCategoryPromptAppend
@@ -11046,6 +11083,12 @@ var init_openai_categories = __esm(() => {
11046
11083
  config: { model: "openai/gpt-5.4-mini" },
11047
11084
  description: "Trivial tasks - single file changes, typo fixes, simple modifications",
11048
11085
  promptAppend: QUICK_CATEGORY_PROMPT_APPEND
11086
+ },
11087
+ {
11088
+ name: "unspecified-low",
11089
+ config: { model: "openai/gpt-5.6-luna", variant: "xhigh" },
11090
+ description: "Tasks that don't fit other categories, low effort required",
11091
+ promptAppend: UNSPECIFIED_LOW_CATEGORY_PROMPT_APPEND
11049
11092
  }
11050
11093
  ];
11051
11094
  });
@@ -65060,15 +65103,20 @@ var init_command_loader = __esm(() => {
65060
65103
  init_logger3();
65061
65104
  });
65062
65105
 
65063
- // packages/claude-code-compat-core/src/shared/skill-path-resolver.ts
65106
+ // packages/utils/src/skill-path-resolver.ts
65064
65107
  var init_skill_path_resolver = () => {};
65065
65108
 
65109
+ // packages/claude-code-compat-core/src/shared/skill-path-resolver.ts
65110
+ var init_skill_path_resolver2 = __esm(() => {
65111
+ init_skill_path_resolver();
65112
+ });
65113
+
65066
65114
  // packages/claude-code-compat-core/src/features/claude-code-plugin-loader/skill-loader.ts
65067
65115
  var init_skill_loader = __esm(() => {
65068
65116
  init_frontmatter3();
65069
65117
  init_file_utils3();
65070
65118
  init_model_sanitizer2();
65071
- init_skill_path_resolver();
65119
+ init_skill_path_resolver2();
65072
65120
  init_logger3();
65073
65121
  });
65074
65122
  // packages/claude-code-compat-core/src/shared/model-format-normalizer.ts
@@ -72553,7 +72601,7 @@ var package_default2;
72553
72601
  var init_package2 = __esm(() => {
72554
72602
  package_default2 = {
72555
72603
  name: "@oh-my-opencode/omo-codex",
72556
- version: "4.16.2",
72604
+ version: "4.17.1",
72557
72605
  type: "module",
72558
72606
  private: true,
72559
72607
  description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",
@@ -75370,7 +75418,12 @@ function shouldCopyPluginPath(path7, root) {
75370
75418
  if (relative5 === "")
75371
75419
  return true;
75372
75420
  const parts = relative5.split(sep5);
75373
- return !parts.some((part) => part === ".git" || part === "node_modules");
75421
+ if (parts.some((part) => part === ".git" || part === "node_modules"))
75422
+ return false;
75423
+ return !isNestedComponentMcpManifest(parts);
75424
+ }
75425
+ function isNestedComponentMcpManifest(parts) {
75426
+ return parts.length > 1 && parts.at(-1) === ".mcp.json";
75374
75427
  }
75375
75428
  var removedSparkshellReferencePattern = /\b(?:sparkshell|spark[-_\s]+shell)\b/i;
75376
75429
  var removedSparkshellPromptSurfaceDirs = new Set([".codex-plugin", "agents", "bundled-rules", "hooks", "skills"]);
@@ -75848,6 +75901,14 @@ function parseAgentHeaderName(header) {
75848
75901
  const path7 = parseTomlDottedKey(header);
75849
75902
  return path7?.[0] === "agents" ? path7[1] ?? null : null;
75850
75903
  }
75904
+ function parseJsonString(value) {
75905
+ try {
75906
+ const parsed = JSON.parse(value);
75907
+ return typeof parsed === "string" ? parsed : null;
75908
+ } catch {
75909
+ return null;
75910
+ }
75911
+ }
75851
75912
  function parseHookStateHeaderKey(header) {
75852
75913
  const path7 = parseTomlDottedKey(header);
75853
75914
  if (path7?.[0] !== "hooks" || path7[1] !== "state")
@@ -75897,6 +75958,9 @@ function stripTomlLineComment(line) {
75897
75958
  var LEGACY_MANAGED_CODEX_AGENT_NAMES_TO_PURGE = ["codex-ultrawork-reviewer"];
75898
75959
  var CURRENT_MANAGED_CODEX_AGENT_NAMES = [
75899
75960
  "explorer",
75961
+ "lazycodex-worker-high",
75962
+ "lazycodex-worker-low",
75963
+ "lazycodex-worker-medium",
75900
75964
  "librarian",
75901
75965
  "metis",
75902
75966
  "momus",
@@ -76314,12 +76378,18 @@ import { readFile as readFile10 } from "fs/promises";
76314
76378
  import { join as join38 } from "path";
76315
76379
  var FALLBACK_CODEX_MODEL_CATALOG = {
76316
76380
  current: {
76317
- model: "gpt-5.5",
76318
- modelContextWindow: 400000,
76381
+ model: "gpt-5.6-sol",
76382
+ modelContextWindow: 372000,
76319
76383
  modelReasoningEffort: "high",
76320
76384
  planModeReasoningEffort: "xhigh"
76321
76385
  },
76322
76386
  managedProfiles: [
76387
+ {
76388
+ model: "gpt-5.5",
76389
+ modelContextWindow: 400000,
76390
+ modelReasoningEffort: "high",
76391
+ planModeReasoningEffort: "xhigh"
76392
+ },
76323
76393
  {
76324
76394
  model: "gpt-5.5",
76325
76395
  modelContextWindow: 1e6,
@@ -76763,32 +76833,88 @@ import { join as join41 } from "path";
76763
76833
  var MANAGED_REASONING_DEFAULT_UPGRADES = new Map([
76764
76834
  [
76765
76835
  "explorer",
76766
- {
76767
- previous: { model: "gpt-5.4-mini", effort: "low" },
76768
- current: { model: "gpt-5.6-terra", effort: "medium" }
76769
- }
76836
+ [
76837
+ {
76838
+ previous: { model: "gpt-5.4-mini", effort: "low" },
76839
+ current: { model: "gpt-5.6-terra", effort: "medium" }
76840
+ },
76841
+ {
76842
+ previous: { model: "gpt-5.6-terra", effort: "medium" },
76843
+ current: { model: "gpt-5.6-luna", effort: "low" }
76844
+ }
76845
+ ]
76770
76846
  ],
76771
76847
  [
76772
76848
  "librarian",
76773
- {
76774
- previous: { model: "gpt-5.4-mini", effort: "low" },
76775
- current: { model: "gpt-5.6-terra", effort: "medium" }
76776
- }
76849
+ [
76850
+ {
76851
+ previous: { model: "gpt-5.4-mini", effort: "low" },
76852
+ current: { model: "gpt-5.6-terra", effort: "medium" }
76853
+ },
76854
+ {
76855
+ previous: { model: "gpt-5.6-terra", effort: "medium" },
76856
+ current: { model: "gpt-5.6-luna", effort: "low" }
76857
+ }
76858
+ ]
76777
76859
  ],
76778
76860
  [
76779
76861
  "momus",
76780
- {
76781
- previous: { model: "gpt-5.5", effort: "xhigh" },
76782
- current: { model: "gpt-5.6-sol", effort: "ultra" }
76783
- }
76862
+ [
76863
+ {
76864
+ previous: { model: "gpt-5.5", effort: "xhigh" },
76865
+ current: { model: "gpt-5.6-sol", effort: "ultra" }
76866
+ }
76867
+ ]
76868
+ ],
76869
+ [
76870
+ "plan",
76871
+ [
76872
+ {
76873
+ previous: { model: "gpt-5.6-sol", effort: "xhigh" },
76874
+ current: { model: "gpt-5.6-sol", effort: "max" }
76875
+ }
76876
+ ]
76877
+ ],
76878
+ [
76879
+ "lazycodex-worker-medium",
76880
+ [
76881
+ {
76882
+ previous: { model: "gpt-5.6-sol", effort: "high" },
76883
+ current: { model: "gpt-5.6-luna", effort: "max" }
76884
+ }
76885
+ ]
76886
+ ],
76887
+ [
76888
+ "lazycodex-qa-executor",
76889
+ [
76890
+ {
76891
+ previous: { model: "gpt-5.6-terra", effort: "medium" },
76892
+ current: { model: "gpt-5.6-luna", effort: "high" }
76893
+ }
76894
+ ]
76895
+ ],
76896
+ [
76897
+ "lazycodex-gate-reviewer",
76898
+ [
76899
+ {
76900
+ previous: { model: "gpt-5.6-sol", effort: "xhigh" },
76901
+ current: { model: "gpt-5.6-sol", effort: "high" }
76902
+ }
76903
+ ]
76784
76904
  ]
76785
76905
  ]);
76786
76906
  function resolveManagedAgentReasoning(input) {
76787
- const upgrade = MANAGED_REASONING_DEFAULT_UPGRADES.get(input.agentName);
76788
- if (upgrade !== undefined && input.preserved.model === upgrade.previous.model && input.preserved.effort === upgrade.previous.effort && input.bundledModel === upgrade.current.model && input.bundledEffort === upgrade.current.effort) {
76789
- return upgrade.current.effort;
76907
+ const steps = MANAGED_REASONING_DEFAULT_UPGRADES.get(input.agentName);
76908
+ if (steps === undefined)
76909
+ return input.preserved.effort;
76910
+ const latest = steps[steps.length - 1];
76911
+ if (latest === undefined)
76912
+ return input.preserved.effort;
76913
+ if (input.bundledModel !== latest.current.model || input.bundledEffort !== latest.current.effort) {
76914
+ return input.preserved.effort;
76790
76915
  }
76791
- return input.preserved.effort;
76916
+ const preservedMatchesAnyStep = steps.some((step) => input.preserved.model === step.previous.model && input.preserved.effort === step.previous.effort);
76917
+ return preservedMatchesAnyStep ? latest.current.effort : input.preserved.effort;
76792
76918
  }
76793
76919
 
76794
76920
  // packages/omo-codex/src/install/preserved-agent-settings.ts
@@ -76939,16 +77065,6 @@ function isSectionHeader3(line) {
76939
77065
  function agentNameFromToml(fileName) {
76940
77066
  return fileName.endsWith(".toml") ? fileName.slice(0, -".toml".length) : fileName;
76941
77067
  }
76942
- function parseJsonString(value) {
76943
- try {
76944
- const parsed = JSON.parse(value);
76945
- return typeof parsed === "string" ? parsed : null;
76946
- } catch (error) {
76947
- if (error instanceof Error)
76948
- return null;
76949
- return null;
76950
- }
76951
- }
76952
77068
  async function exists2(path7) {
76953
77069
  try {
76954
77070
  await lstat7(path7);
@@ -78178,6 +78294,9 @@ var MANAGED_MARKETPLACES = ["sisyphuslabs", "lazycodex", "code-yeongyu-codex-plu
78178
78294
  var LEGACY_MANAGED_CODEX_AGENT_NAMES_TO_PURGE2 = ["codex-ultrawork-reviewer"];
78179
78295
  var CURRENT_MANAGED_CODEX_AGENT_NAMES2 = [
78180
78296
  "explorer",
78297
+ "lazycodex-worker-high",
78298
+ "lazycodex-worker-low",
78299
+ "lazycodex-worker-medium",
78181
78300
  "librarian",
78182
78301
  "metis",
78183
78302
  "momus",