oh-my-opencode 5.0.0-beta.33 → 5.0.0-beta.34
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/dist/cli/index.js +29 -41
- package/dist/cli-node/index.js +29 -41
- package/dist/index.js +13 -40
- package/dist/tui.js +0 -27
- package/package.json +13 -13
- package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
- 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/.omo-runtime-manifest.json +2 -2
- 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/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/rules/package.json +1 -1
- 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/telemetry/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
- 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/ulw-execute-continuation/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/ulw-execute-continuation/package.json +1 -1
- 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/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-ulw-execute-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-ulw-execute-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/scripts/canonical-ultrawork-directive.mjs +17 -0
- package/packages/omo-codex/plugin/scripts/sync-skills.mjs +2 -8
- package/packages/omo-codex/plugin/test/canonical-ultrawork-directive.test.mjs +53 -0
- package/packages/omo-codex/scripts/install-cache-copy.test.mjs +27 -1
- package/packages/omo-codex/scripts/install-dist/install-local.mjs +17 -2
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.
|
|
57
|
+
version: "5.0.0-beta.34",
|
|
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",
|
|
@@ -277,18 +277,18 @@ var init_package = __esm(() => {
|
|
|
277
277
|
typescript: "^7.0.2"
|
|
278
278
|
},
|
|
279
279
|
optionalDependencies: {
|
|
280
|
-
"oh-my-opencode-darwin-arm64": "5.0.0-beta.
|
|
281
|
-
"oh-my-opencode-darwin-x64": "5.0.0-beta.
|
|
282
|
-
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.
|
|
283
|
-
"oh-my-opencode-linux-arm64": "5.0.0-beta.
|
|
284
|
-
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.
|
|
285
|
-
"oh-my-opencode-linux-x64": "5.0.0-beta.
|
|
286
|
-
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.
|
|
287
|
-
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.
|
|
288
|
-
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.
|
|
289
|
-
"oh-my-opencode-windows-arm64": "5.0.0-beta.
|
|
290
|
-
"oh-my-opencode-windows-x64": "5.0.0-beta.
|
|
291
|
-
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.
|
|
280
|
+
"oh-my-opencode-darwin-arm64": "5.0.0-beta.34",
|
|
281
|
+
"oh-my-opencode-darwin-x64": "5.0.0-beta.34",
|
|
282
|
+
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.34",
|
|
283
|
+
"oh-my-opencode-linux-arm64": "5.0.0-beta.34",
|
|
284
|
+
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.34",
|
|
285
|
+
"oh-my-opencode-linux-x64": "5.0.0-beta.34",
|
|
286
|
+
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.34",
|
|
287
|
+
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.34",
|
|
288
|
+
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.34",
|
|
289
|
+
"oh-my-opencode-windows-arm64": "5.0.0-beta.34",
|
|
290
|
+
"oh-my-opencode-windows-x64": "5.0.0-beta.34",
|
|
291
|
+
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.34"
|
|
292
292
|
},
|
|
293
293
|
overrides: {
|
|
294
294
|
"@earendil-works/pi-agent-core": "0.84.2",
|
|
@@ -24211,33 +24211,6 @@ var init_agent_model_requirements = __esm(() => {
|
|
|
24211
24211
|
{ providers: ["opencode-go"], model: "glm-5.2" }
|
|
24212
24212
|
]
|
|
24213
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
|
-
},
|
|
24241
24214
|
atlas: {
|
|
24242
24215
|
fallbackChain: [
|
|
24243
24216
|
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-5" },
|
|
@@ -94542,7 +94515,7 @@ var package_default2;
|
|
|
94542
94515
|
var init_package2 = __esm(() => {
|
|
94543
94516
|
package_default2 = {
|
|
94544
94517
|
name: "@oh-my-opencode/omo-codex",
|
|
94545
|
-
version: "5.0.0-beta.
|
|
94518
|
+
version: "5.0.0-beta.34",
|
|
94546
94519
|
type: "module",
|
|
94547
94520
|
private: true,
|
|
94548
94521
|
description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",
|
|
@@ -99354,6 +99327,7 @@ async function installCachedPlugin(input) {
|
|
|
99354
99327
|
const rewroteLocalFileDependencies = await rewriteCachedPackageLocalFileDependencies(tempPath, input.sourcePath);
|
|
99355
99328
|
await copyBundledMcpRuntimeDists({ pluginRoot: tempPath, sourceRoot: input.sourcePath });
|
|
99356
99329
|
await copyRootRuntimeDists({ pluginRoot: tempPath, sourcePath: input.sourcePath });
|
|
99330
|
+
await copyCanonicalPromptSources({ pluginRoot: tempPath, sourcePath: input.sourcePath });
|
|
99357
99331
|
const installArgs = rewroteLocalFileDependencies ? ["install", "--omit=dev", "--no-audit", "--no-fund"] : ["ci", "--omit=dev"];
|
|
99358
99332
|
await maybeRunNpmInstall(tempPath, input.runCommand, npmInstallEnv, installArgs);
|
|
99359
99333
|
await removeCachedManagedNpmBinShims(tempPath);
|
|
@@ -99510,6 +99484,20 @@ async function copyRootRuntimeDists(input) {
|
|
|
99510
99484
|
await cp2(sourcePath, join32(input.pluginRoot, runtimePath), { recursive: true });
|
|
99511
99485
|
}
|
|
99512
99486
|
}
|
|
99487
|
+
var canonicalPromptRelativePaths = [join32("packages", "prompts-core", "prompts", "ultrawork", "codex.md")];
|
|
99488
|
+
async function copyCanonicalPromptSources(input) {
|
|
99489
|
+
const repoRoot = repoRootForCodexPluginSource(input.sourcePath);
|
|
99490
|
+
if (repoRoot === null)
|
|
99491
|
+
return;
|
|
99492
|
+
for (const relativePath of canonicalPromptRelativePaths) {
|
|
99493
|
+
const sourceFile = join32(repoRoot, relativePath);
|
|
99494
|
+
if (!await fileExistsStrict(sourceFile))
|
|
99495
|
+
continue;
|
|
99496
|
+
const targetFile = join32(input.pluginRoot, relativePath);
|
|
99497
|
+
await mkdir3(dirname13(targetFile), { recursive: true });
|
|
99498
|
+
await cp2(sourceFile, targetFile);
|
|
99499
|
+
}
|
|
99500
|
+
}
|
|
99513
99501
|
function repoRootForCodexPluginSource(sourcePath) {
|
|
99514
99502
|
const codexPackageRoot = dirname13(sourcePath);
|
|
99515
99503
|
const packagesRoot = dirname13(codexPackageRoot);
|
package/dist/cli-node/index.js
CHANGED
|
@@ -55,7 +55,7 @@ var package_default;
|
|
|
55
55
|
var init_package = __esm(() => {
|
|
56
56
|
package_default = {
|
|
57
57
|
name: "oh-my-opencode",
|
|
58
|
-
version: "5.0.0-beta.
|
|
58
|
+
version: "5.0.0-beta.34",
|
|
59
59
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
60
60
|
main: "./dist/index.js",
|
|
61
61
|
types: "dist/index.d.ts",
|
|
@@ -278,18 +278,18 @@ var init_package = __esm(() => {
|
|
|
278
278
|
typescript: "^7.0.2"
|
|
279
279
|
},
|
|
280
280
|
optionalDependencies: {
|
|
281
|
-
"oh-my-opencode-darwin-arm64": "5.0.0-beta.
|
|
282
|
-
"oh-my-opencode-darwin-x64": "5.0.0-beta.
|
|
283
|
-
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.
|
|
284
|
-
"oh-my-opencode-linux-arm64": "5.0.0-beta.
|
|
285
|
-
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.
|
|
286
|
-
"oh-my-opencode-linux-x64": "5.0.0-beta.
|
|
287
|
-
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.
|
|
288
|
-
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.
|
|
289
|
-
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.
|
|
290
|
-
"oh-my-opencode-windows-arm64": "5.0.0-beta.
|
|
291
|
-
"oh-my-opencode-windows-x64": "5.0.0-beta.
|
|
292
|
-
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.
|
|
281
|
+
"oh-my-opencode-darwin-arm64": "5.0.0-beta.34",
|
|
282
|
+
"oh-my-opencode-darwin-x64": "5.0.0-beta.34",
|
|
283
|
+
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.34",
|
|
284
|
+
"oh-my-opencode-linux-arm64": "5.0.0-beta.34",
|
|
285
|
+
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.34",
|
|
286
|
+
"oh-my-opencode-linux-x64": "5.0.0-beta.34",
|
|
287
|
+
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.34",
|
|
288
|
+
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.34",
|
|
289
|
+
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.34",
|
|
290
|
+
"oh-my-opencode-windows-arm64": "5.0.0-beta.34",
|
|
291
|
+
"oh-my-opencode-windows-x64": "5.0.0-beta.34",
|
|
292
|
+
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.34"
|
|
293
293
|
},
|
|
294
294
|
overrides: {
|
|
295
295
|
"@earendil-works/pi-agent-core": "0.84.2",
|
|
@@ -24212,33 +24212,6 @@ var init_agent_model_requirements = __esm(() => {
|
|
|
24212
24212
|
{ providers: ["opencode-go"], model: "glm-5.2" }
|
|
24213
24213
|
]
|
|
24214
24214
|
},
|
|
24215
|
-
"omo-senpi-code-reviewer": {
|
|
24216
|
-
fallbackChain: [
|
|
24217
|
-
{ providers: ["openai", "openai-codex"], model: "gpt-5.6-terra", variant: "medium" },
|
|
24218
|
-
{ providers: ["github-copilot"], model: "gpt-5.6-terra", variant: "medium" },
|
|
24219
|
-
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-4-6" },
|
|
24220
|
-
{ providers: ["opencode-go"], model: "glm-5.2" },
|
|
24221
|
-
{ providers: ["kimi-for-coding"], model: "kimi-k3" }
|
|
24222
|
-
]
|
|
24223
|
-
},
|
|
24224
|
-
"omo-senpi-qa-executor": {
|
|
24225
|
-
fallbackChain: [
|
|
24226
|
-
{ providers: ["openai", "openai-codex"], model: "gpt-5.6-luna", variant: "high" },
|
|
24227
|
-
{ providers: ["github-copilot"], model: "gpt-5.6-luna", variant: "high" },
|
|
24228
|
-
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-4-6" },
|
|
24229
|
-
{ providers: ["opencode-go"], model: "glm-5.2" },
|
|
24230
|
-
{ providers: ["kimi-for-coding"], model: "kimi-k3" }
|
|
24231
|
-
]
|
|
24232
|
-
},
|
|
24233
|
-
"omo-senpi-gate-reviewer": {
|
|
24234
|
-
fallbackChain: [
|
|
24235
|
-
{ providers: ["openai", "openai-codex"], model: "gpt-5.6-sol", variant: "low" },
|
|
24236
|
-
{ providers: ["github-copilot"], model: "gpt-5.6-sol", variant: "low" },
|
|
24237
|
-
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-opus-5", variant: "max" },
|
|
24238
|
-
{ providers: ["opencode-go"], model: "glm-5.2" },
|
|
24239
|
-
{ providers: ["kimi-for-coding"], model: "kimi-k3" }
|
|
24240
|
-
]
|
|
24241
|
-
},
|
|
24242
24215
|
atlas: {
|
|
24243
24216
|
fallbackChain: [
|
|
24244
24217
|
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-5" },
|
|
@@ -94621,7 +94594,7 @@ var package_default2;
|
|
|
94621
94594
|
var init_package2 = __esm(() => {
|
|
94622
94595
|
package_default2 = {
|
|
94623
94596
|
name: "@oh-my-opencode/omo-codex",
|
|
94624
|
-
version: "5.0.0-beta.
|
|
94597
|
+
version: "5.0.0-beta.34",
|
|
94625
94598
|
type: "module",
|
|
94626
94599
|
private: true,
|
|
94627
94600
|
description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",
|
|
@@ -99433,6 +99406,7 @@ async function installCachedPlugin(input) {
|
|
|
99433
99406
|
const rewroteLocalFileDependencies = await rewriteCachedPackageLocalFileDependencies(tempPath, input.sourcePath);
|
|
99434
99407
|
await copyBundledMcpRuntimeDists({ pluginRoot: tempPath, sourceRoot: input.sourcePath });
|
|
99435
99408
|
await copyRootRuntimeDists({ pluginRoot: tempPath, sourcePath: input.sourcePath });
|
|
99409
|
+
await copyCanonicalPromptSources({ pluginRoot: tempPath, sourcePath: input.sourcePath });
|
|
99436
99410
|
const installArgs = rewroteLocalFileDependencies ? ["install", "--omit=dev", "--no-audit", "--no-fund"] : ["ci", "--omit=dev"];
|
|
99437
99411
|
await maybeRunNpmInstall(tempPath, input.runCommand, npmInstallEnv, installArgs);
|
|
99438
99412
|
await removeCachedManagedNpmBinShims(tempPath);
|
|
@@ -99589,6 +99563,20 @@ async function copyRootRuntimeDists(input) {
|
|
|
99589
99563
|
await cp2(sourcePath, join32(input.pluginRoot, runtimePath), { recursive: true });
|
|
99590
99564
|
}
|
|
99591
99565
|
}
|
|
99566
|
+
var canonicalPromptRelativePaths = [join32("packages", "prompts-core", "prompts", "ultrawork", "codex.md")];
|
|
99567
|
+
async function copyCanonicalPromptSources(input) {
|
|
99568
|
+
const repoRoot = repoRootForCodexPluginSource(input.sourcePath);
|
|
99569
|
+
if (repoRoot === null)
|
|
99570
|
+
return;
|
|
99571
|
+
for (const relativePath of canonicalPromptRelativePaths) {
|
|
99572
|
+
const sourceFile = join32(repoRoot, relativePath);
|
|
99573
|
+
if (!await fileExistsStrict(sourceFile))
|
|
99574
|
+
continue;
|
|
99575
|
+
const targetFile = join32(input.pluginRoot, relativePath);
|
|
99576
|
+
await mkdir3(dirname13(targetFile), { recursive: true });
|
|
99577
|
+
await cp2(sourceFile, targetFile);
|
|
99578
|
+
}
|
|
99579
|
+
}
|
|
99592
99580
|
function repoRootForCodexPluginSource(sourcePath) {
|
|
99593
99581
|
const codexPackageRoot = dirname13(sourcePath);
|
|
99594
99582
|
const packagesRoot = dirname13(codexPackageRoot);
|
package/dist/index.js
CHANGED
|
@@ -24383,33 +24383,6 @@ var AGENT_MODEL_REQUIREMENTS = {
|
|
|
24383
24383
|
{ providers: ["opencode-go"], model: "glm-5.2" }
|
|
24384
24384
|
]
|
|
24385
24385
|
},
|
|
24386
|
-
"omo-senpi-code-reviewer": {
|
|
24387
|
-
fallbackChain: [
|
|
24388
|
-
{ providers: ["openai", "openai-codex"], model: "gpt-5.6-terra", variant: "medium" },
|
|
24389
|
-
{ providers: ["github-copilot"], model: "gpt-5.6-terra", variant: "medium" },
|
|
24390
|
-
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-4-6" },
|
|
24391
|
-
{ providers: ["opencode-go"], model: "glm-5.2" },
|
|
24392
|
-
{ providers: ["kimi-for-coding"], model: "kimi-k3" }
|
|
24393
|
-
]
|
|
24394
|
-
},
|
|
24395
|
-
"omo-senpi-qa-executor": {
|
|
24396
|
-
fallbackChain: [
|
|
24397
|
-
{ providers: ["openai", "openai-codex"], model: "gpt-5.6-luna", variant: "high" },
|
|
24398
|
-
{ providers: ["github-copilot"], model: "gpt-5.6-luna", variant: "high" },
|
|
24399
|
-
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-4-6" },
|
|
24400
|
-
{ providers: ["opencode-go"], model: "glm-5.2" },
|
|
24401
|
-
{ providers: ["kimi-for-coding"], model: "kimi-k3" }
|
|
24402
|
-
]
|
|
24403
|
-
},
|
|
24404
|
-
"omo-senpi-gate-reviewer": {
|
|
24405
|
-
fallbackChain: [
|
|
24406
|
-
{ providers: ["openai", "openai-codex"], model: "gpt-5.6-sol", variant: "low" },
|
|
24407
|
-
{ providers: ["github-copilot"], model: "gpt-5.6-sol", variant: "low" },
|
|
24408
|
-
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-opus-5", variant: "max" },
|
|
24409
|
-
{ providers: ["opencode-go"], model: "glm-5.2" },
|
|
24410
|
-
{ providers: ["kimi-for-coding"], model: "kimi-k3" }
|
|
24411
|
-
]
|
|
24412
|
-
},
|
|
24413
24386
|
atlas: {
|
|
24414
24387
|
fallbackChain: [
|
|
24415
24388
|
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-5" },
|
|
@@ -98963,7 +98936,7 @@ function getCachedVersion(options = {}) {
|
|
|
98963
98936
|
// package.json
|
|
98964
98937
|
var package_default = {
|
|
98965
98938
|
name: "oh-my-opencode",
|
|
98966
|
-
version: "5.0.0-beta.
|
|
98939
|
+
version: "5.0.0-beta.34",
|
|
98967
98940
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
98968
98941
|
main: "./dist/index.js",
|
|
98969
98942
|
types: "dist/index.d.ts",
|
|
@@ -99186,18 +99159,18 @@ var package_default = {
|
|
|
99186
99159
|
typescript: "^7.0.2"
|
|
99187
99160
|
},
|
|
99188
99161
|
optionalDependencies: {
|
|
99189
|
-
"oh-my-opencode-darwin-arm64": "5.0.0-beta.
|
|
99190
|
-
"oh-my-opencode-darwin-x64": "5.0.0-beta.
|
|
99191
|
-
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.
|
|
99192
|
-
"oh-my-opencode-linux-arm64": "5.0.0-beta.
|
|
99193
|
-
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.
|
|
99194
|
-
"oh-my-opencode-linux-x64": "5.0.0-beta.
|
|
99195
|
-
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.
|
|
99196
|
-
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.
|
|
99197
|
-
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.
|
|
99198
|
-
"oh-my-opencode-windows-arm64": "5.0.0-beta.
|
|
99199
|
-
"oh-my-opencode-windows-x64": "5.0.0-beta.
|
|
99200
|
-
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.
|
|
99162
|
+
"oh-my-opencode-darwin-arm64": "5.0.0-beta.34",
|
|
99163
|
+
"oh-my-opencode-darwin-x64": "5.0.0-beta.34",
|
|
99164
|
+
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.34",
|
|
99165
|
+
"oh-my-opencode-linux-arm64": "5.0.0-beta.34",
|
|
99166
|
+
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.34",
|
|
99167
|
+
"oh-my-opencode-linux-x64": "5.0.0-beta.34",
|
|
99168
|
+
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.34",
|
|
99169
|
+
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.34",
|
|
99170
|
+
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.34",
|
|
99171
|
+
"oh-my-opencode-windows-arm64": "5.0.0-beta.34",
|
|
99172
|
+
"oh-my-opencode-windows-x64": "5.0.0-beta.34",
|
|
99173
|
+
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.34"
|
|
99201
99174
|
},
|
|
99202
99175
|
overrides: {
|
|
99203
99176
|
"@earendil-works/pi-agent-core": "0.84.2",
|
package/dist/tui.js
CHANGED
|
@@ -19378,33 +19378,6 @@ var init_agent_model_requirements = __esm(() => {
|
|
|
19378
19378
|
{ providers: ["opencode-go"], model: "glm-5.2" }
|
|
19379
19379
|
]
|
|
19380
19380
|
},
|
|
19381
|
-
"omo-senpi-code-reviewer": {
|
|
19382
|
-
fallbackChain: [
|
|
19383
|
-
{ providers: ["openai", "openai-codex"], model: "gpt-5.6-terra", variant: "medium" },
|
|
19384
|
-
{ providers: ["github-copilot"], model: "gpt-5.6-terra", variant: "medium" },
|
|
19385
|
-
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-4-6" },
|
|
19386
|
-
{ providers: ["opencode-go"], model: "glm-5.2" },
|
|
19387
|
-
{ providers: ["kimi-for-coding"], model: "kimi-k3" }
|
|
19388
|
-
]
|
|
19389
|
-
},
|
|
19390
|
-
"omo-senpi-qa-executor": {
|
|
19391
|
-
fallbackChain: [
|
|
19392
|
-
{ providers: ["openai", "openai-codex"], model: "gpt-5.6-luna", variant: "high" },
|
|
19393
|
-
{ providers: ["github-copilot"], model: "gpt-5.6-luna", variant: "high" },
|
|
19394
|
-
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-4-6" },
|
|
19395
|
-
{ providers: ["opencode-go"], model: "glm-5.2" },
|
|
19396
|
-
{ providers: ["kimi-for-coding"], model: "kimi-k3" }
|
|
19397
|
-
]
|
|
19398
|
-
},
|
|
19399
|
-
"omo-senpi-gate-reviewer": {
|
|
19400
|
-
fallbackChain: [
|
|
19401
|
-
{ providers: ["openai", "openai-codex"], model: "gpt-5.6-sol", variant: "low" },
|
|
19402
|
-
{ providers: ["github-copilot"], model: "gpt-5.6-sol", variant: "low" },
|
|
19403
|
-
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-opus-5", variant: "max" },
|
|
19404
|
-
{ providers: ["opencode-go"], model: "glm-5.2" },
|
|
19405
|
-
{ providers: ["kimi-for-coding"], model: "kimi-k3" }
|
|
19406
|
-
]
|
|
19407
|
-
},
|
|
19408
19381
|
atlas: {
|
|
19409
19382
|
fallbackChain: [
|
|
19410
19383
|
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-5" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oh-my-opencode",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.34",
|
|
4
4
|
"description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -223,18 +223,18 @@
|
|
|
223
223
|
"typescript": "^7.0.2"
|
|
224
224
|
},
|
|
225
225
|
"optionalDependencies": {
|
|
226
|
-
"oh-my-opencode-darwin-arm64": "5.0.0-beta.
|
|
227
|
-
"oh-my-opencode-darwin-x64": "5.0.0-beta.
|
|
228
|
-
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.
|
|
229
|
-
"oh-my-opencode-linux-arm64": "5.0.0-beta.
|
|
230
|
-
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.
|
|
231
|
-
"oh-my-opencode-linux-x64": "5.0.0-beta.
|
|
232
|
-
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.
|
|
233
|
-
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.
|
|
234
|
-
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.
|
|
235
|
-
"oh-my-opencode-windows-arm64": "5.0.0-beta.
|
|
236
|
-
"oh-my-opencode-windows-x64": "5.0.0-beta.
|
|
237
|
-
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.
|
|
226
|
+
"oh-my-opencode-darwin-arm64": "5.0.0-beta.34",
|
|
227
|
+
"oh-my-opencode-darwin-x64": "5.0.0-beta.34",
|
|
228
|
+
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.34",
|
|
229
|
+
"oh-my-opencode-linux-arm64": "5.0.0-beta.34",
|
|
230
|
+
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.34",
|
|
231
|
+
"oh-my-opencode-linux-x64": "5.0.0-beta.34",
|
|
232
|
+
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.34",
|
|
233
|
+
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.34",
|
|
234
|
+
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.34",
|
|
235
|
+
"oh-my-opencode-windows-arm64": "5.0.0-beta.34",
|
|
236
|
+
"oh-my-opencode-windows-x64": "5.0.0-beta.34",
|
|
237
|
+
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.34"
|
|
238
238
|
},
|
|
239
239
|
"overrides": {
|
|
240
240
|
"@earendil-works/pi-agent-core": "0.84.2",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/bootstrap/dist/cli.js\" hook session-start",
|
|
9
9
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\bootstrap.ps1\"",
|
|
10
10
|
"timeout": 30,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.34) Checking Bootstrap Provisioning"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sisyphuslabs/codex-bootstrap",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.34",
|
|
4
4
|
"description": "Codex SessionStart bootstrap component that provisions LazyCodex runtime dependencies from a detached worker.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": true,
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "command",
|
|
9
9
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook pre-tool-use",
|
|
10
10
|
"timeout": 5,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.34) Recommending Git Bash MCP"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"type": "command",
|
|
21
21
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-compact",
|
|
22
22
|
"timeout": 5,
|
|
23
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
23
|
+
"statusMessage": "(OmO 5.0.0-beta.34) Resetting Git Bash MCP Reminder"
|
|
24
24
|
}
|
|
25
25
|
]
|
|
26
26
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "command",
|
|
9
9
|
"command": "node \"${PLUGIN_ROOT}/components/lazycodex-executor-verify/dist/cli.js\" hook subagent-stop",
|
|
10
10
|
"timeout": 10,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.34) Verifying LazyCodex Executor Evidence"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-yeongyu/codex-lazycodex-executor-verify",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.34",
|
|
4
4
|
"description": "Codex SubagentStop evidence verifier for LazyCodex executor completions.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "npm@11.12.1",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"version": "5.0.0-beta.
|
|
4
|
-
"inputDigest": "sha256:
|
|
3
|
+
"version": "5.0.0-beta.34",
|
|
4
|
+
"inputDigest": "sha256:3bc211b86b02cc1815f175158fb0e26beeca512632ddc524074561f0f9d5772b",
|
|
5
5
|
"outputs": [
|
|
6
6
|
{
|
|
7
7
|
"path": "cli.d.ts",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "command",
|
|
9
9
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
|
|
10
10
|
"timeout": 60,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.34) Checking LSP Diagnostics"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type": "command",
|
|
22
22
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-compact",
|
|
23
23
|
"timeout": 5,
|
|
24
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
24
|
+
"statusMessage": "(OmO 5.0.0-beta.34) Resetting LSP Diagnostics Cache"
|
|
25
25
|
}
|
|
26
26
|
]
|
|
27
27
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook session-start",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.34) Loading Project Rules"
|
|
11
11
|
}
|
|
12
12
|
]
|
|
13
13
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"type": "command",
|
|
20
20
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook user-prompt-submit",
|
|
21
21
|
"timeout": 10,
|
|
22
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
22
|
+
"statusMessage": "(OmO 5.0.0-beta.34) Loading Project Rules"
|
|
23
23
|
}
|
|
24
24
|
]
|
|
25
25
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"type": "command",
|
|
33
33
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
|
|
34
34
|
"timeout": 10,
|
|
35
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
35
|
+
"statusMessage": "(OmO 5.0.0-beta.34) Matching Project Rules"
|
|
36
36
|
}
|
|
37
37
|
]
|
|
38
38
|
}
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"type": "command",
|
|
46
46
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-compact",
|
|
47
47
|
"timeout": 10,
|
|
48
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
48
|
+
"statusMessage": "(OmO 5.0.0-beta.34) Resetting Project Rule Cache"
|
|
49
49
|
}
|
|
50
50
|
]
|
|
51
51
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "command",
|
|
9
9
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
|
|
10
10
|
"timeout": 10,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.34) Checking Thread Title Hygiene"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-yeongyu/codex-telemetry",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.34",
|
|
4
4
|
"description": "Codex plugin component that emits omo-codex anonymous daily-active telemetry on SessionStart.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "npm@11.12.1",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook user-prompt-submit",
|
|
9
9
|
"timeout": 5,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.34) Checking Ultrawork Trigger"
|
|
11
11
|
}
|
|
12
12
|
]
|
|
13
13
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-yeongyu/codex-ultrawork",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.34",
|
|
4
4
|
"description": "Codex plugin that injects the ultrawork orchestration directive and ships LazyCodex planning, review, QA, and gate agent roles.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "npm@11.12.1",
|