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.
- package/.agents/command/publish.md +31 -58
- package/.agents/skills/pre-publish-review/SKILL.md +1 -1
- package/.agents/skills/publish/SKILL.md +32 -59
- package/.opencode/command/publish.md +31 -58
- package/.opencode/skills/pre-publish-review/SKILL.md +1 -1
- package/dist/cli/index.js +30 -27
- package/dist/cli-node/index.js +30 -27
- package/dist/index.js +202 -254
- package/dist/skills/review-work/SKILL.md +10 -2
- package/dist/skills/start-work/SKILL.md +1 -1
- package/dist/skills/ultimate-browsing/ATTRIBUTION.md +2 -2
- package/dist/skills/ultimate-browsing/engine/templates/package.json +1 -1
- package/dist/skills/ultimate-browsing/references/chrome-stealth.md +11 -11
- package/dist/skills/ulw-plan/SKILL.md +2 -1
- package/dist/skills/ulw-plan/references/full-workflow.md +1 -1
- package/dist/skills/ulw-plan/references/intent-unclear.md +4 -4
- package/dist/skills/visual-qa/SKILL.md +9 -5
- package/dist/tui.js +8 -3
- package/package.json +13 -13
- package/packages/lsp-daemon/dist/cli.js +7 -13
- package/packages/lsp-daemon/dist/daemon-client.js +3 -5
- package/packages/lsp-daemon/dist/index.js +12 -18
- package/packages/lsp-daemon/dist/request-routing.js +6 -8
- package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +398 -400
- package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
- package/packages/omo-codex/plugin/components/codegraph/package.json +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
- package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
- package/packages/omo-codex/plugin/components/lsp/dist/cli.js +14 -14
- package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
- package/packages/omo-codex/plugin/components/rules/bundled-rules/hephaestus/gpt-5.5.md +2 -2
- package/packages/omo-codex/plugin/components/rules/bundled-rules/hephaestus/gpt-5.6.md +2 -2
- package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/rules/package.json +1 -1
- package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/start-work-continuation/package.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/AGENTS.md +2 -2
- package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/skills/teammode/SKILL.md +33 -16
- package/packages/omo-codex/plugin/components/teammode/skills/teammode/scripts/team.mjs +2 -1
- package/packages/omo-codex/plugin/components/teammode/test/v2-spawn-schema.test.ts +69 -0
- package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/plan.toml +3 -3
- package/packages/omo-codex/plugin/components/ultrawork/directive.md +29 -17
- package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/skills/ultrawork/SKILL.md +29 -17
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/SKILL.md +2 -1
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/full-workflow.md +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-unclear.md +4 -4
- package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook.test.ts +9 -6
- package/packages/omo-codex/plugin/components/ulw-loop/directive.md +29 -17
- package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/SKILL.md +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md +2 -2
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
- package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +1 -1
- package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
- package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +1 -1
- package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/package-lock.json +13 -13
- package/packages/omo-codex/plugin/package.json +1 -1
- package/packages/omo-codex/plugin/skills/review-work/SKILL.md +10 -2
- package/packages/omo-codex/plugin/skills/start-work/SKILL.md +1 -1
- package/packages/omo-codex/plugin/skills/teammode/SKILL.md +33 -16
- package/packages/omo-codex/plugin/skills/teammode/scripts/team.mjs +2 -1
- package/packages/omo-codex/plugin/skills/ultimate-browsing/ATTRIBUTION.md +2 -2
- package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/templates/package.json +1 -1
- package/packages/omo-codex/plugin/skills/ultimate-browsing/references/chrome-stealth.md +11 -11
- package/packages/omo-codex/plugin/skills/ultrawork/SKILL.md +29 -17
- package/packages/omo-codex/plugin/skills/ulw-loop/SKILL.md +1 -1
- package/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md +2 -2
- package/packages/omo-codex/plugin/skills/ulw-plan/SKILL.md +2 -1
- package/packages/omo-codex/plugin/skills/ulw-plan/references/full-workflow.md +1 -1
- package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-unclear.md +4 -4
- package/packages/omo-codex/plugin/skills/visual-qa/SKILL.md +9 -5
- package/packages/omo-codex/plugin/test/sync-skills.test.mjs +1 -1
- package/packages/omo-codex/plugin/test/teammode-transport.test.mjs +25 -0
- package/packages/omo-codex/plugin/test/ulw-plan-scope-contract.test.mjs +24 -0
- package/packages/omo-codex/scripts/install-dist/install-local.mjs +9 -11
- package/packages/shared-skills/skills/review-work/SKILL.md +10 -2
- package/packages/shared-skills/skills/start-work/SKILL.md +1 -1
- package/packages/shared-skills/skills/ultimate-browsing/ATTRIBUTION.md +2 -2
- package/packages/shared-skills/skills/ultimate-browsing/engine/templates/package.json +1 -1
- package/packages/shared-skills/skills/ultimate-browsing/references/chrome-stealth.md +11 -11
- package/packages/shared-skills/skills/ulw-plan/SKILL.md +2 -1
- package/packages/shared-skills/skills/ulw-plan/references/full-workflow.md +1 -1
- package/packages/shared-skills/skills/ulw-plan/references/intent-unclear.md +4 -4
- package/packages/shared-skills/skills/visual-qa/SKILL.md +9 -5
package/dist/cli-node/index.js
CHANGED
|
@@ -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.
|
|
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.
|
|
2361
|
-
"oh-my-opencode-darwin-x64": "4.17.
|
|
2362
|
-
"oh-my-opencode-darwin-x64-baseline": "4.17.
|
|
2363
|
-
"oh-my-opencode-linux-arm64": "4.17.
|
|
2364
|
-
"oh-my-opencode-linux-arm64-musl": "4.17.
|
|
2365
|
-
"oh-my-opencode-linux-x64": "4.17.
|
|
2366
|
-
"oh-my-opencode-linux-x64-baseline": "4.17.
|
|
2367
|
-
"oh-my-opencode-linux-x64-musl": "4.17.
|
|
2368
|
-
"oh-my-opencode-linux-x64-musl-baseline": "4.17.
|
|
2369
|
-
"oh-my-opencode-windows-arm64": "4.17.
|
|
2370
|
-
"oh-my-opencode-windows-x64": "4.17.
|
|
2371
|
-
"oh-my-opencode-windows-x64-baseline": "4.17.
|
|
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: "
|
|
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/
|
|
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
|
-
|
|
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.
|
|
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);
|