@skj1724/oh-my-opencode 3.18.27 → 3.18.28
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/README.ja.md +16 -16
- package/README.ko.md +16 -16
- package/README.md +19 -19
- package/README.ru.md +8 -8
- package/README.zh-cn.md +16 -16
- package/bin/oh-my-opencode.js +4 -2
- package/bin/platform.js +2 -2
- package/bin/platform.test.ts +25 -0
- package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-16.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-17.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-18.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-19.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-20.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-01.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-02.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-03.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-04.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-05.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-06.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-07.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-08.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-09.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-10.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-11.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-12.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-13.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-14.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-15.d.ts +1 -0
- package/dist/agents/atlas/agent.d.ts +2 -3
- package/dist/agents/atlas/default-prompt-sections.d.ts +6 -6
- package/dist/agents/atlas/gemini-prompt-sections.d.ts +6 -6
- package/dist/agents/atlas/gpt-prompt-sections.d.ts +6 -6
- package/dist/agents/atlas/prompt-section-builder.d.ts +3 -3
- package/dist/agents/builtin-agents/atlas-agent.d.ts +0 -2
- package/dist/agents/builtin-agents/environment-context.d.ts +0 -1
- package/dist/agents/builtin-agents/general-agents.d.ts +0 -1
- package/dist/agents/builtin-agents/hephaestus-agent.d.ts +0 -1
- package/dist/agents/builtin-agents/sisyphus-agent.d.ts +0 -1
- package/dist/agents/builtin-agents.d.ts +1 -1
- package/dist/agents/dynamic-agent-category-skills-guide.d.ts +1 -1
- package/dist/agents/dynamic-agent-core-sections.d.ts +14 -9
- package/dist/agents/dynamic-agent-policy-sections.d.ts +5 -5
- package/dist/agents/dynamic-agent-tool-categorization.d.ts +1 -1
- package/dist/agents/env-context.d.ts +7 -1
- package/dist/agents/hephaestus/agent.d.ts +2 -2
- package/dist/agents/hephaestus/gpt-5-3-codex.d.ts +9 -9
- package/dist/agents/hephaestus/gpt-5-4.d.ts +18 -18
- package/dist/agents/hephaestus/gpt-5-5.d.ts +13 -0
- package/dist/agents/hephaestus/gpt.d.ts +1 -1
- package/dist/agents/metis.d.ts +9 -9
- package/dist/agents/momus.d.ts +10 -11
- package/dist/agents/prometheus/behavioral-summary.d.ts +3 -3
- package/dist/agents/prometheus/gemini.d.ts +7 -7
- package/dist/agents/prometheus/gpt.d.ts +6 -6
- package/dist/agents/prometheus/high-accuracy-mode.d.ts +3 -3
- package/dist/agents/prometheus/identity-constraints.d.ts +3 -4
- package/dist/agents/prometheus/interview-mode.d.ts +3 -3
- package/dist/agents/prometheus/plan-generation.d.ts +4 -4
- package/dist/agents/prometheus/plan-template.d.ts +4 -4
- package/dist/agents/prometheus/system-prompt.d.ts +11 -11
- package/dist/agents/sisyphus/default.d.ts +3 -3
- package/dist/agents/sisyphus/gemini.d.ts +10 -10
- package/dist/agents/sisyphus/gpt-5-4.d.ts +18 -18
- package/dist/agents/sisyphus/gpt-5-5.d.ts +18 -0
- package/dist/agents/sisyphus/index.d.ts +1 -0
- package/dist/agents/sisyphus-junior/agent.d.ts +2 -2
- package/dist/agents/sisyphus-junior/default.d.ts +5 -5
- package/dist/agents/sisyphus-junior/gemini.d.ts +6 -6
- package/dist/agents/sisyphus-junior/gpt-5-3-codex.d.ts +4 -4
- package/dist/agents/sisyphus-junior/gpt-5-4.d.ts +7 -7
- package/dist/agents/sisyphus-junior/gpt-5-5.d.ts +12 -0
- package/dist/agents/sisyphus-junior/gpt.d.ts +5 -5
- package/dist/agents/sisyphus-junior/index.d.ts +1 -0
- package/dist/agents/sisyphus.d.ts +2 -3
- package/dist/agents/types.d.ts +2 -1
- package/dist/cli/index.js +2360 -3399
- package/dist/config/schema/agent-overrides.d.ts +0 -15
- package/dist/config/schema/commands.d.ts +0 -2
- package/dist/config/schema/oh-my-opencode-config.d.ts +0 -19
- package/dist/features/background-agent/concurrency.d.ts +1 -1
- package/dist/features/builtin-commands/templates/init-deep.d.ts +1 -1
- package/dist/features/builtin-commands/templates/ralph-loop.d.ts +3 -3
- package/dist/features/builtin-commands/templates/refactor.d.ts +1 -1
- package/dist/features/builtin-commands/templates/remove-ai-slops.d.ts +1 -1
- package/dist/features/builtin-commands/types.d.ts +1 -2
- package/dist/features/builtin-skills/skills/git-master-sections/commit-workflow.d.ts +1 -1
- package/dist/hooks/atlas/system-reminder-templates.d.ts +6 -6
- package/dist/hooks/auto-update-checker/constants.d.ts +1 -1
- package/dist/hooks/compaction-context-injector/compaction-context-prompt.d.ts +1 -1
- package/dist/hooks/keyword-detector/analyze/default.d.ts +8 -8
- package/dist/hooks/keyword-detector/search/default.d.ts +8 -8
- package/dist/hooks/keyword-detector/ultrawork/default.d.ts +6 -6
- package/dist/hooks/keyword-detector/ultrawork/gemini.d.ts +12 -12
- package/dist/hooks/keyword-detector/ultrawork/gpt.d.ts +7 -7
- package/dist/hooks/keyword-detector/ultrawork/planner.d.ts +3 -3
- package/dist/hooks/prometheus-md-only/constants.d.ts +2 -2
- package/dist/hooks/todo-continuation-enforcer/constants.d.ts +1 -1
- package/dist/hooks/tool-output-truncator.d.ts +0 -6
- package/dist/index.js +9793 -10923
- package/dist/oh-my-opencode.schema.json +3 -57
- package/dist/plugin-handlers/prometheus-agent-config-builder.d.ts +1 -5
- package/dist/shared/logger.d.ts +0 -1
- package/dist/shared/model-capabilities/supplemental-entries.d.ts +2 -0
- package/dist/shared/plugin-identity.d.ts +4 -4
- package/dist/shared/system-directive.d.ts +1 -2
- package/dist/tools/ast-grep/pattern-hints.d.ts +4 -0
- package/dist/tools/ast-grep/tool-descriptions.d.ts +3 -0
- package/dist/tools/call-omo-agent/constants.d.ts +1 -1
- package/dist/tools/delegate-task/prompt-builder.d.ts +2 -2
- package/dist/tools/index.d.ts +1 -1
- package/dist/tools/interactive-bash/index.d.ts +2 -2
- package/dist/tools/interactive-bash/tools.d.ts +0 -1
- package/package.json +104 -99
- package/postinstall.mjs +133 -35
- package/dist/agents/load-prompt-template.d.ts +0 -1
- package/dist/agents/prompts-zh/index.d.ts +0 -16
- package/dist/agents/types/language.d.ts +0 -3
- package/dist/config/schema/i18n.d.ts +0 -21
- package/dist/features/builtin-commands/templates/open-plan.d.ts +0 -1
- package/src/agents/prompts-zh/atlas.md +0 -657
- package/src/agents/prompts-zh/explore.md +0 -85
- package/src/agents/prompts-zh/general-agents.md +0 -401
- package/src/agents/prompts-zh/hephaestus.md +0 -391
- package/src/agents/prompts-zh/index.ts +0 -17
- package/src/agents/prompts-zh/librarian.md +0 -282
- package/src/agents/prompts-zh/metis.md +0 -284
- package/src/agents/prompts-zh/momus.md +0 -181
- package/src/agents/prompts-zh/multimodal-looker.md +0 -40
- package/src/agents/prompts-zh/oracle.md +0 -206
- package/src/agents/prompts-zh/prometheus.md +0 -1327
- package/src/agents/prompts-zh/sisyphus-junior.md +0 -29
- package/src/agents/prompts-zh/sisyphus.md +0 -387
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.