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