oh-my-opencode 4.17.0 → 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 (117) hide show
  1. package/.agents/command/publish.md +31 -58
  2. package/.agents/skills/pre-publish-review/SKILL.md +1 -1
  3. package/.agents/skills/publish/SKILL.md +32 -59
  4. package/.opencode/command/publish.md +31 -58
  5. package/.opencode/skills/pre-publish-review/SKILL.md +1 -1
  6. package/dist/cli/index.js +30 -27
  7. package/dist/cli-node/index.js +30 -27
  8. package/dist/index.js +202 -254
  9. package/dist/skills/review-work/SKILL.md +10 -2
  10. package/dist/skills/start-work/SKILL.md +1 -1
  11. package/dist/skills/ultimate-browsing/ATTRIBUTION.md +2 -2
  12. package/dist/skills/ultimate-browsing/engine/templates/package.json +1 -1
  13. package/dist/skills/ultimate-browsing/references/chrome-stealth.md +11 -11
  14. package/dist/skills/ulw-plan/SKILL.md +2 -1
  15. package/dist/skills/ulw-plan/references/full-workflow.md +1 -1
  16. package/dist/skills/ulw-plan/references/intent-unclear.md +4 -4
  17. package/dist/skills/visual-qa/SKILL.md +9 -5
  18. package/dist/tui.js +8 -3
  19. package/package.json +13 -13
  20. package/packages/lsp-daemon/dist/cli.js +7 -13
  21. package/packages/lsp-daemon/dist/daemon-client.js +3 -5
  22. package/packages/lsp-daemon/dist/index.js +12 -18
  23. package/packages/lsp-daemon/dist/request-routing.js +6 -8
  24. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
  25. package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +398 -400
  26. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  27. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  28. package/packages/omo-codex/plugin/components/codegraph/package.json +1 -1
  29. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  30. package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
  31. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  32. package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
  33. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
  34. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
  35. package/packages/omo-codex/plugin/components/lsp/dist/cli.js +14 -14
  36. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  37. package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
  38. package/packages/omo-codex/plugin/components/rules/bundled-rules/hephaestus/gpt-5.5.md +2 -2
  39. package/packages/omo-codex/plugin/components/rules/bundled-rules/hephaestus/gpt-5.6.md +2 -2
  40. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  41. package/packages/omo-codex/plugin/components/rules/package.json +1 -1
  42. package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
  43. package/packages/omo-codex/plugin/components/start-work-continuation/package.json +1 -1
  44. package/packages/omo-codex/plugin/components/teammode/AGENTS.md +2 -2
  45. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  46. package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
  47. package/packages/omo-codex/plugin/components/teammode/skills/teammode/SKILL.md +33 -16
  48. package/packages/omo-codex/plugin/components/teammode/skills/teammode/scripts/team.mjs +2 -1
  49. package/packages/omo-codex/plugin/components/teammode/test/v2-spawn-schema.test.ts +69 -0
  50. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  51. package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
  52. package/packages/omo-codex/plugin/components/ultrawork/agents/plan.toml +3 -3
  53. package/packages/omo-codex/plugin/components/ultrawork/directive.md +29 -17
  54. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  55. package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
  56. package/packages/omo-codex/plugin/components/ultrawork/skills/ultrawork/SKILL.md +29 -17
  57. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/SKILL.md +2 -1
  58. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/full-workflow.md +1 -1
  59. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-unclear.md +4 -4
  60. package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook.test.ts +9 -6
  61. package/packages/omo-codex/plugin/components/ulw-loop/directive.md +29 -17
  62. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
  63. package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
  64. package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/SKILL.md +1 -1
  65. package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md +2 -2
  66. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  67. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  68. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  69. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
  70. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  71. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  72. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  73. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  74. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  75. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
  76. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  77. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
  78. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  79. package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
  80. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  81. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
  82. package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +1 -1
  83. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
  84. package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +1 -1
  85. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
  86. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  87. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  88. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  89. package/packages/omo-codex/plugin/package-lock.json +13 -13
  90. package/packages/omo-codex/plugin/package.json +1 -1
  91. package/packages/omo-codex/plugin/skills/review-work/SKILL.md +10 -2
  92. package/packages/omo-codex/plugin/skills/start-work/SKILL.md +1 -1
  93. package/packages/omo-codex/plugin/skills/teammode/SKILL.md +33 -16
  94. package/packages/omo-codex/plugin/skills/teammode/scripts/team.mjs +2 -1
  95. package/packages/omo-codex/plugin/skills/ultimate-browsing/ATTRIBUTION.md +2 -2
  96. package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/templates/package.json +1 -1
  97. package/packages/omo-codex/plugin/skills/ultimate-browsing/references/chrome-stealth.md +11 -11
  98. package/packages/omo-codex/plugin/skills/ultrawork/SKILL.md +29 -17
  99. package/packages/omo-codex/plugin/skills/ulw-loop/SKILL.md +1 -1
  100. package/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md +2 -2
  101. package/packages/omo-codex/plugin/skills/ulw-plan/SKILL.md +2 -1
  102. package/packages/omo-codex/plugin/skills/ulw-plan/references/full-workflow.md +1 -1
  103. package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-unclear.md +4 -4
  104. package/packages/omo-codex/plugin/skills/visual-qa/SKILL.md +9 -5
  105. package/packages/omo-codex/plugin/test/sync-skills.test.mjs +1 -1
  106. package/packages/omo-codex/plugin/test/teammode-transport.test.mjs +25 -0
  107. package/packages/omo-codex/plugin/test/ulw-plan-scope-contract.test.mjs +24 -0
  108. package/packages/omo-codex/scripts/install-dist/install-local.mjs +9 -11
  109. package/packages/shared-skills/skills/review-work/SKILL.md +10 -2
  110. package/packages/shared-skills/skills/start-work/SKILL.md +1 -1
  111. package/packages/shared-skills/skills/ultimate-browsing/ATTRIBUTION.md +2 -2
  112. package/packages/shared-skills/skills/ultimate-browsing/engine/templates/package.json +1 -1
  113. package/packages/shared-skills/skills/ultimate-browsing/references/chrome-stealth.md +11 -11
  114. package/packages/shared-skills/skills/ulw-plan/SKILL.md +2 -1
  115. package/packages/shared-skills/skills/ulw-plan/references/full-workflow.md +1 -1
  116. package/packages/shared-skills/skills/ulw-plan/references/intent-unclear.md +4 -4
  117. package/packages/shared-skills/skills/visual-qa/SKILL.md +9 -5
@@ -2146,7 +2146,7 @@ var package_default;
2146
2146
  var init_package = __esm(() => {
2147
2147
  package_default = {
2148
2148
  name: "oh-my-opencode",
2149
- version: "4.17.0",
2149
+ version: "4.17.1",
2150
2150
  description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
2151
2151
  main: "./dist/index.js",
2152
2152
  types: "dist/index.d.ts",
@@ -2357,18 +2357,18 @@ var init_package = __esm(() => {
2357
2357
  typescript: "^6.0.3"
2358
2358
  },
2359
2359
  optionalDependencies: {
2360
- "oh-my-opencode-darwin-arm64": "4.17.0",
2361
- "oh-my-opencode-darwin-x64": "4.17.0",
2362
- "oh-my-opencode-darwin-x64-baseline": "4.17.0",
2363
- "oh-my-opencode-linux-arm64": "4.17.0",
2364
- "oh-my-opencode-linux-arm64-musl": "4.17.0",
2365
- "oh-my-opencode-linux-x64": "4.17.0",
2366
- "oh-my-opencode-linux-x64-baseline": "4.17.0",
2367
- "oh-my-opencode-linux-x64-musl": "4.17.0",
2368
- "oh-my-opencode-linux-x64-musl-baseline": "4.17.0",
2369
- "oh-my-opencode-windows-arm64": "4.17.0",
2370
- "oh-my-opencode-windows-x64": "4.17.0",
2371
- "oh-my-opencode-windows-x64-baseline": "4.17.0"
2360
+ "oh-my-opencode-darwin-arm64": "4.17.1",
2361
+ "oh-my-opencode-darwin-x64": "4.17.1",
2362
+ "oh-my-opencode-darwin-x64-baseline": "4.17.1",
2363
+ "oh-my-opencode-linux-arm64": "4.17.1",
2364
+ "oh-my-opencode-linux-arm64-musl": "4.17.1",
2365
+ "oh-my-opencode-linux-x64": "4.17.1",
2366
+ "oh-my-opencode-linux-x64-baseline": "4.17.1",
2367
+ "oh-my-opencode-linux-x64-musl": "4.17.1",
2368
+ "oh-my-opencode-linux-x64-musl-baseline": "4.17.1",
2369
+ "oh-my-opencode-windows-arm64": "4.17.1",
2370
+ "oh-my-opencode-windows-x64": "4.17.1",
2371
+ "oh-my-opencode-windows-x64-baseline": "4.17.1"
2372
2372
  },
2373
2373
  overrides: {
2374
2374
  "@earendil-works/pi-agent-core": "0.80.3",
@@ -9224,7 +9224,7 @@ var init_agent_model_requirements = __esm(() => {
9224
9224
  {
9225
9225
  providers: ["openai", "vercel"],
9226
9226
  model: "gpt-5.6-sol",
9227
- variant: "medium"
9227
+ variant: "high"
9228
9228
  },
9229
9229
  {
9230
9230
  providers: ["openai", "github-copilot", "opencode", "vercel"],
@@ -65104,15 +65104,20 @@ var init_command_loader = __esm(() => {
65104
65104
  init_logger3();
65105
65105
  });
65106
65106
 
65107
- // packages/claude-code-compat-core/src/shared/skill-path-resolver.ts
65107
+ // packages/utils/src/skill-path-resolver.ts
65108
65108
  var init_skill_path_resolver = () => {};
65109
65109
 
65110
+ // packages/claude-code-compat-core/src/shared/skill-path-resolver.ts
65111
+ var init_skill_path_resolver2 = __esm(() => {
65112
+ init_skill_path_resolver();
65113
+ });
65114
+
65110
65115
  // packages/claude-code-compat-core/src/features/claude-code-plugin-loader/skill-loader.ts
65111
65116
  var init_skill_loader = __esm(() => {
65112
65117
  init_frontmatter3();
65113
65118
  init_file_utils3();
65114
65119
  init_model_sanitizer2();
65115
- init_skill_path_resolver();
65120
+ init_skill_path_resolver2();
65116
65121
  init_logger3();
65117
65122
  });
65118
65123
  // packages/claude-code-compat-core/src/shared/model-format-normalizer.ts
@@ -72652,7 +72657,7 @@ var package_default2;
72652
72657
  var init_package2 = __esm(() => {
72653
72658
  package_default2 = {
72654
72659
  name: "@oh-my-opencode/omo-codex",
72655
- version: "4.16.3",
72660
+ version: "4.17.1",
72656
72661
  type: "module",
72657
72662
  private: true,
72658
72663
  description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",
@@ -75952,6 +75957,14 @@ function parseAgentHeaderName(header) {
75952
75957
  const path7 = parseTomlDottedKey(header);
75953
75958
  return path7?.[0] === "agents" ? path7[1] ?? null : null;
75954
75959
  }
75960
+ function parseJsonString(value) {
75961
+ try {
75962
+ const parsed = JSON.parse(value);
75963
+ return typeof parsed === "string" ? parsed : null;
75964
+ } catch {
75965
+ return null;
75966
+ }
75967
+ }
75955
75968
  function parseHookStateHeaderKey(header) {
75956
75969
  const path7 = parseTomlDottedKey(header);
75957
75970
  if (path7?.[0] !== "hooks" || path7[1] !== "state")
@@ -77108,16 +77121,6 @@ function isSectionHeader3(line) {
77108
77121
  function agentNameFromToml(fileName) {
77109
77122
  return fileName.endsWith(".toml") ? fileName.slice(0, -".toml".length) : fileName;
77110
77123
  }
77111
- function parseJsonString(value) {
77112
- try {
77113
- const parsed = JSON.parse(value);
77114
- return typeof parsed === "string" ? parsed : null;
77115
- } catch (error) {
77116
- if (error instanceof Error)
77117
- return null;
77118
- return null;
77119
- }
77120
- }
77121
77124
  async function exists2(path7) {
77122
77125
  try {
77123
77126
  await lstat7(path7);