oh-my-opencode 4.3.1 → 4.5.0
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/get-unpublished-changes.md +148 -0
- package/.agents/command/omomomo.md +37 -0
- package/.agents/command/publish.md +376 -0
- package/.agents/command/remove-deadcode.md +221 -0
- package/.agents/command/security-research.md +16 -0
- package/.agents/skills/get-unpublished-changes/SKILL.md +24 -0
- package/.agents/skills/github-triage/SKILL.md +587 -0
- package/.agents/skills/github-triage/scripts/gh_fetch.py +398 -0
- package/.agents/skills/hyperplan/SKILL.md +450 -0
- package/.agents/skills/omomomo/SKILL.md +36 -0
- package/.agents/skills/pre-publish-review/SKILL.md +407 -0
- package/.agents/skills/publish/SKILL.md +428 -0
- package/.agents/skills/remove-deadcode/SKILL.md +216 -0
- package/.agents/skills/security-research/SKILL.md +204 -0
- package/.agents/skills/work-with-pr/SKILL.md +360 -0
- package/.agents/skills/work-with-pr-workspace/evals/evals.json +76 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/benchmark.json +138 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/benchmark.md +42 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/eval_metadata.json +57 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/grading.json +15 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/code-changes.md +454 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/execution-plan.md +136 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/pr-description.md +47 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/verification-strategy.md +163 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/grading.json +15 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/code-changes.md +615 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/execution-plan.md +99 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/pr-description.md +50 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/verification-strategy.md +111 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/eval_metadata.json +37 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/grading.json +11 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/code-changes.md +205 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/execution-plan.md +78 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/pr-description.md +42 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/verification-strategy.md +87 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/grading.json +11 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/code-changes.md +334 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/execution-plan.md +86 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/pr-description.md +23 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/verification-strategy.md +119 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/eval_metadata.json +32 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/code-changes.md +221 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/execution-plan.md +104 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/pr-description.md +41 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/verification-strategy.md +84 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/code-changes.md +342 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/execution-plan.md +131 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/pr-description.md +39 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/verification-strategy.md +128 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/eval_metadata.json +32 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/code-changes.md +143 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/execution-plan.md +82 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/pr-description.md +51 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/verification-strategy.md +69 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/code-changes.md +252 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/execution-plan.md +83 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/pr-description.md +33 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/verification-strategy.md +101 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/eval_metadata.json +32 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/code-changes.md +387 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/execution-plan.md +112 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/pr-description.md +51 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/verification-strategy.md +75 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/code-changes.md +529 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/execution-plan.md +127 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/pr-description.md +42 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/verification-strategy.md +120 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/review.html +1326 -0
- package/.opencode/command/get-unpublished-changes.md +148 -0
- package/.opencode/command/omomomo.md +37 -0
- package/.opencode/command/publish.md +376 -0
- package/.opencode/command/remove-deadcode.md +221 -0
- package/.opencode/command/security-research.md +16 -0
- package/.opencode/skills/github-triage/SKILL.md +587 -0
- package/.opencode/skills/github-triage/scripts/gh_fetch.py +398 -0
- package/.opencode/skills/hyperplan/SKILL.md +450 -0
- package/.opencode/skills/pre-publish-review/SKILL.md +407 -0
- package/.opencode/skills/work-with-pr/SKILL.md +360 -0
- package/.opencode/skills/work-with-pr-workspace/evals/evals.json +76 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/benchmark.json +138 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/benchmark.md +42 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/eval_metadata.json +57 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/grading.json +15 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/code-changes.md +454 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/execution-plan.md +136 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/pr-description.md +47 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/verification-strategy.md +163 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/grading.json +15 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/code-changes.md +615 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/execution-plan.md +99 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/pr-description.md +50 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/verification-strategy.md +111 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/eval_metadata.json +37 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/grading.json +11 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/code-changes.md +205 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/execution-plan.md +78 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/pr-description.md +42 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/verification-strategy.md +87 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/grading.json +11 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/code-changes.md +334 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/execution-plan.md +86 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/pr-description.md +23 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/verification-strategy.md +119 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/eval_metadata.json +32 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/code-changes.md +221 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/execution-plan.md +104 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/pr-description.md +41 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/verification-strategy.md +84 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/code-changes.md +342 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/execution-plan.md +131 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/pr-description.md +39 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/verification-strategy.md +128 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/eval_metadata.json +32 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/code-changes.md +143 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/execution-plan.md +82 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/pr-description.md +51 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/verification-strategy.md +69 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/code-changes.md +252 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/execution-plan.md +83 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/pr-description.md +33 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/verification-strategy.md +101 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/eval_metadata.json +32 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/code-changes.md +387 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/execution-plan.md +112 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/pr-description.md +51 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/verification-strategy.md +75 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/code-changes.md +529 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/execution-plan.md +127 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/pr-description.md +42 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/verification-strategy.md +120 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/review.html +1326 -0
- package/README.ja.md +1 -1
- package/README.ko.md +1 -1
- package/README.md +1 -1
- package/README.ru.md +1 -1
- package/README.zh-cn.md +1 -1
- package/dist/agents/atlas/agent.d.ts +6 -6
- package/dist/agents/prometheus/gemini.d.ts +0 -11
- package/dist/agents/prometheus/gpt.d.ts +0 -10
- package/dist/agents/prometheus/system-prompt.d.ts +2 -20
- package/dist/agents/types.d.ts +1 -16
- package/dist/cli/index.js +60 -20
- package/dist/config/schema/agent-names.d.ts +3 -3
- package/dist/config/schema/agent-overrides.d.ts +208 -208
- package/dist/config/schema/categories.d.ts +28 -28
- package/dist/config/schema/fallback-models.d.ts +20 -20
- package/dist/config/schema/oh-my-opencode-config.d.ts +208 -208
- package/dist/features/background-agent/parent-wake-dedupe.d.ts +19 -0
- package/dist/features/background-agent/parent-wake-notifier.d.ts +8 -19
- package/dist/help/schema/acp.d.ts +95 -0
- package/dist/help/schema/doctor.d.ts +147 -0
- package/dist/help/schema/sandbox.d.ts +74 -0
- package/dist/help/schema/status.d.ts +139 -0
- package/dist/hooks/keyword-detector/analyze/default.d.ts +1 -1
- package/dist/hooks/keyword-detector/hyperplan/default.d.ts +1 -1
- package/dist/hooks/keyword-detector/search/default.d.ts +1 -1
- package/dist/hooks/keyword-detector/team/default.d.ts +2 -7
- package/dist/hooks/keyword-detector/ultrawork/default.d.ts +1 -9
- package/dist/hooks/keyword-detector/ultrawork/gemini.d.ts +1 -16
- package/dist/hooks/keyword-detector/ultrawork/gpt.d.ts +1 -10
- package/dist/hooks/keyword-detector/ultrawork/planner.d.ts +1 -5
- package/dist/hooks/ralph-loop/no-progress-turn-detector.d.ts +7 -0
- package/dist/hooks/ralph-loop/pending-verification-handler.d.ts +1 -0
- package/dist/hooks/ralph-loop/types.d.ts +1 -0
- package/dist/hooks/runtime-fallback/error-classifier.d.ts +1 -0
- package/dist/hooks/tool-pair-validator/hook.d.ts +6 -1
- package/dist/index.js +51976 -50299
- package/dist/plugin-handlers/provider-config-handler.d.ts +1 -0
- package/dist/shared/migration/model-versions.d.ts +6 -0
- package/dist/shared/prompt-async-gate/pending-tool-turn.d.ts +1 -0
- package/dist/shared/prompt-async-gate/types.d.ts +4 -3
- package/package.json +19 -13
- package/dist/agents/atlas/default-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/default.d.ts +0 -2
- package/dist/agents/atlas/gemini-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/gemini.d.ts +0 -2
- package/dist/agents/atlas/gpt-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/gpt.d.ts +0 -2
- package/dist/agents/atlas/kimi-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/kimi.d.ts +0 -2
- package/dist/agents/atlas/opus-4-7-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/opus-4-7.d.ts +0 -2
- package/dist/agents/atlas/shared-prompt.d.ts +0 -9
- package/dist/agents/prometheus/behavioral-summary.d.ts +0 -6
- package/dist/agents/prometheus/high-accuracy-mode.d.ts +0 -6
- package/dist/agents/prometheus/identity-constraints.d.ts +0 -7
- package/dist/agents/prometheus/interview-mode.d.ts +0 -7
- package/dist/agents/prometheus/plan-generation.d.ts +0 -7
- package/dist/agents/prometheus/plan-template.d.ts +0 -7
- package/dist/agents/prometheus/spec-driven-mode.d.ts +0 -7
package/README.ja.md
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<div align="center">
|
|
51
51
|
|
|
52
52
|
[](https://github.com/code-yeongyu/oh-my-openagent/releases)
|
|
53
|
-
[](https://www.npmjs.com/package/oh-my-opencode)
|
|
54
54
|
[](https://github.com/code-yeongyu/oh-my-openagent/graphs/contributors)
|
|
55
55
|
[](https://github.com/code-yeongyu/oh-my-openagent/network/members)
|
|
56
56
|
[](https://github.com/code-yeongyu/oh-my-openagent/stargazers)
|
package/README.ko.md
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
<div align="center">
|
|
50
50
|
|
|
51
51
|
[](https://github.com/code-yeongyu/oh-my-openagent/releases)
|
|
52
|
-
[](https://www.npmjs.com/package/oh-my-opencode)
|
|
53
53
|
[](https://github.com/code-yeongyu/oh-my-openagent/graphs/contributors)
|
|
54
54
|
[](https://github.com/code-yeongyu/oh-my-openagent/network/members)
|
|
55
55
|
[](https://github.com/code-yeongyu/oh-my-openagent/stargazers)
|
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
<div align="center">
|
|
50
50
|
|
|
51
51
|
[](https://github.com/code-yeongyu/oh-my-openagent/releases)
|
|
52
|
-
[](https://www.npmjs.com/package/oh-my-opencode)
|
|
53
53
|
[](https://github.com/code-yeongyu/oh-my-openagent/graphs/contributors)
|
|
54
54
|
[](https://github.com/code-yeongyu/oh-my-openagent/network/members)
|
|
55
55
|
[](https://github.com/code-yeongyu/oh-my-openagent/stargazers)
|
package/README.ru.md
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<div align="center">
|
|
51
51
|
|
|
52
52
|
[](https://github.com/code-yeongyu/oh-my-openagent/releases)
|
|
53
|
-
[](https://www.npmjs.com/package/oh-my-opencode)
|
|
54
54
|
[](https://github.com/code-yeongyu/oh-my-openagent/graphs/contributors)
|
|
55
55
|
[](https://github.com/code-yeongyu/oh-my-openagent/network/members)
|
|
56
56
|
[](https://github.com/code-yeongyu/oh-my-openagent/stargazers)
|
package/README.zh-cn.md
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<div align="center">
|
|
51
51
|
|
|
52
52
|
[](https://github.com/code-yeongyu/oh-my-openagent/releases)
|
|
53
|
-
[](https://www.npmjs.com/package/oh-my-opencode)
|
|
54
54
|
[](https://github.com/code-yeongyu/oh-my-openagent/graphs/contributors)
|
|
55
55
|
[](https://github.com/code-yeongyu/oh-my-openagent/network/members)
|
|
56
56
|
[](https://github.com/code-yeongyu/oh-my-openagent/stargazers)
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Orchestrates work via task() to complete ALL tasks in a todo list until fully done.
|
|
5
5
|
*
|
|
6
|
-
* Prompt routing (`getAtlasPromptSource`, evaluated
|
|
7
|
-
* 1.
|
|
8
|
-
* 2.
|
|
9
|
-
* 3.
|
|
10
|
-
* 4.
|
|
11
|
-
* 5. Default (Claude 4.6 family: opus-4-6, sonnet-4-6, haiku-4-5, etc.) → default.
|
|
6
|
+
* Prompt routing (`getAtlasPromptSource`, evaluated by prompts-core variant order):
|
|
7
|
+
* 1. Claude Opus 4.7 → opus-4-7.md (literal-following + explicit fan-out push)
|
|
8
|
+
* 2. GPT family → gpt.md (calibrated for GPT-5.5)
|
|
9
|
+
* 3. Gemini family → gemini.md
|
|
10
|
+
* 4. Kimi K2.x family → kimi.md (Claude-family base + K2.6 thinking-mode calibration)
|
|
11
|
+
* 5. Default (Claude 4.6 family: opus-4-6, sonnet-4-6, haiku-4-5, etc.) → default.md
|
|
12
12
|
*/
|
|
13
13
|
import type { AgentConfig } from "@opencode-ai/sdk";
|
|
14
14
|
import type { AgentPromptMetadata } from "../types";
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Gemini-optimized Prometheus System Prompt
|
|
3
|
-
*
|
|
4
|
-
* Key differences from Claude/GPT variants:
|
|
5
|
-
* - Forced thinking checkpoints with mandatory output between phases
|
|
6
|
-
* - More exploration (3-5 agents minimum) before any user questions
|
|
7
|
-
* - Mandatory intermediate synthesis (Gemini jumps to conclusions)
|
|
8
|
-
* - Stronger "planner not implementer" framing (Gemini WILL try to code)
|
|
9
|
-
* - Tool-call mandate for every phase transition
|
|
10
|
-
*/
|
|
11
1
|
export declare const PROMETHEUS_GEMINI_SYSTEM_PROMPT: string;
|
|
12
|
-
export declare function getGeminiPrometheusPrompt(): string;
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GPT-5.4 Optimized Prometheus System Prompt
|
|
3
|
-
*
|
|
4
|
-
* Tuned for GPT-5.4 system prompt design principles:
|
|
5
|
-
* - XML-tagged instruction blocks for clear structure
|
|
6
|
-
* - Prose-first output, explicit verbosity constraints
|
|
7
|
-
* - Scope discipline (no extra features)
|
|
8
|
-
* - Principle-driven: Decision Complete, Explore Before Asking, Two Kinds of Unknowns
|
|
9
|
-
*/
|
|
10
1
|
export declare const PROMETHEUS_GPT_SYSTEM_PROMPT: string;
|
|
11
|
-
export declare function getGptPrometheusPrompt(): string;
|
|
@@ -1,28 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
* Combined Prometheus system prompt (Claude-optimized, default).
|
|
3
|
-
* Assembled from modular sections for maintainability.
|
|
4
|
-
*/
|
|
5
|
-
export declare const PROMETHEUS_SYSTEM_PROMPT: string;
|
|
6
|
-
/**
|
|
7
|
-
* Prometheus planner permission configuration.
|
|
8
|
-
* Allows write/edit for plan files (.md only, enforced by prometheus-md-only hook).
|
|
9
|
-
* Question permission allows agent to ask user questions via OpenCode's QuestionTool.
|
|
10
|
-
*/
|
|
1
|
+
export type PrometheusPromptSource = "default" | "gpt" | "gemini";
|
|
11
2
|
export declare const PROMETHEUS_PERMISSION: {
|
|
12
3
|
edit: "allow";
|
|
13
4
|
bash: "allow";
|
|
14
5
|
webfetch: "allow";
|
|
15
6
|
question: "allow";
|
|
16
7
|
};
|
|
17
|
-
export
|
|
18
|
-
/**
|
|
19
|
-
* Determines which Prometheus prompt to use based on model.
|
|
20
|
-
*/
|
|
8
|
+
export declare const PROMETHEUS_SYSTEM_PROMPT: string;
|
|
21
9
|
export declare function getPrometheusPromptSource(model?: string): PrometheusPromptSource;
|
|
22
|
-
/**
|
|
23
|
-
* Gets the appropriate Prometheus prompt based on model.
|
|
24
|
-
* GPT models → GPT-5.4 optimized prompt (XML-tagged, principle-driven)
|
|
25
|
-
* Gemini models → Gemini-optimized prompt (aggressive tool-call enforcement, thinking checkpoints)
|
|
26
|
-
* Default (Claude, etc.) → Claude-optimized prompt (modular sections)
|
|
27
|
-
*/
|
|
28
10
|
export declare function getPrometheusPrompt(model?: string, disabledTools?: readonly string[]): string;
|
package/dist/agents/types.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { AgentConfig } from "@opencode-ai/sdk";
|
|
2
|
+
export { isClaudeOpus47Model, isGeminiModel, isGlmModel, isGptModel, isKimiK2Model, isMiniMaxModel, } from "@oh-my-opencode/model-core";
|
|
2
3
|
/**
|
|
3
4
|
* Agent mode determines UI model selection behavior:
|
|
4
5
|
* - "primary": Respects user's UI-selected model (sisyphus, atlas)
|
|
@@ -52,26 +53,10 @@ export interface AgentPromptMetadata {
|
|
|
52
53
|
/** Key triggers that should appear in Phase 0 (e.g., "External library mentioned → fire librarian") */
|
|
53
54
|
keyTrigger?: string;
|
|
54
55
|
}
|
|
55
|
-
export declare function isGptModel(model: string): boolean;
|
|
56
56
|
export declare function isGptNativeSisyphusModel(model: string): boolean;
|
|
57
57
|
export declare function isGpt5_5Model(model: string): boolean;
|
|
58
58
|
export declare function isGpt5_3CodexModel(model: string): boolean;
|
|
59
59
|
export declare function isGpt5_2Model(model: string): boolean;
|
|
60
|
-
export declare function isClaudeOpus47Model(model: string): boolean;
|
|
61
|
-
/**
|
|
62
|
-
* Kimi K2.x model detection (K2.5 / K2.6 family).
|
|
63
|
-
*
|
|
64
|
-
* Matches model IDs containing any of:
|
|
65
|
-
* - "kimi" (provider/family signal — kimi-k2.6, moonshotai/Kimi-K2.6, etc.)
|
|
66
|
-
* - "k2p5" / "k2-p5" / "k2.p5"
|
|
67
|
-
* - "k2p6" / "k2-p6" / "k2.p6"
|
|
68
|
-
*
|
|
69
|
-
* Match is case-insensitive on the model name (last path segment).
|
|
70
|
-
*/
|
|
71
|
-
export declare function isKimiK2Model(model: string): boolean;
|
|
72
|
-
export declare function isMiniMaxModel(model: string): boolean;
|
|
73
|
-
export declare function isGlmModel(model: string): boolean;
|
|
74
|
-
export declare function isGeminiModel(model: string): boolean;
|
|
75
60
|
export type BuiltinAgentName = "sisyphus" | "hephaestus" | "oracle" | "librarian" | "explore" | "multimodal-looker" | "metis" | "momus" | "atlas" | "sisyphus-junior";
|
|
76
61
|
export type OverridableAgentName = "build" | BuiltinAgentName;
|
|
77
62
|
export type AgentName = BuiltinAgentName;
|
package/dist/cli/index.js
CHANGED
|
@@ -6448,6 +6448,9 @@ var init_model_requirements = __esm(() => {
|
|
|
6448
6448
|
};
|
|
6449
6449
|
});
|
|
6450
6450
|
|
|
6451
|
+
// packages/model-core/src/model-family-detectors.ts
|
|
6452
|
+
var init_model_family_detectors = () => {};
|
|
6453
|
+
|
|
6451
6454
|
// packages/model-core/src/model-capability-aliases.ts
|
|
6452
6455
|
function normalizeLookupModelID(modelID) {
|
|
6453
6456
|
return modelID.trim().toLowerCase();
|
|
@@ -7196,6 +7199,7 @@ var init_src2 = __esm(() => {
|
|
|
7196
7199
|
init_provider_model_id_transform();
|
|
7197
7200
|
init_model_resolution_pipeline();
|
|
7198
7201
|
init_model_requirements();
|
|
7202
|
+
init_model_family_detectors();
|
|
7199
7203
|
init_model_capability_aliases();
|
|
7200
7204
|
init_model_capability_heuristics();
|
|
7201
7205
|
init_model_capability_guardrails();
|
|
@@ -7463,7 +7467,6 @@ var init_model_versions = __esm(() => {
|
|
|
7463
7467
|
"anthropic/claude-opus-4-5": "anthropic/claude-opus-4-7",
|
|
7464
7468
|
"anthropic/claude-opus-4-6": "anthropic/claude-opus-4-7",
|
|
7465
7469
|
"anthropic/claude-sonnet-4-5": "anthropic/claude-sonnet-4-6",
|
|
7466
|
-
"openai/gpt-5.3-codex": "openai/gpt-5.4",
|
|
7467
7470
|
"openai/gpt-5.4": "openai/gpt-5.5"
|
|
7468
7471
|
};
|
|
7469
7472
|
});
|
|
@@ -7719,6 +7722,12 @@ function migrateConfigFile(configPath, rawConfig) {
|
|
|
7719
7722
|
delete copy.omo_agent;
|
|
7720
7723
|
needsWrite = true;
|
|
7721
7724
|
}
|
|
7725
|
+
if (copy.lsp !== undefined) {
|
|
7726
|
+
const droppedServers = copy.lsp && typeof copy.lsp === "object" ? Object.keys(copy.lsp) : [];
|
|
7727
|
+
log("Removed obsolete 'lsp' config key from oh-my-opencode config. Custom LSP servers are now configured in .opencode/lsp.json at the project root (consumed by the 'lsp' MCP server). Move any server definitions there to restore them.", { configPath, droppedServers });
|
|
7728
|
+
delete copy.lsp;
|
|
7729
|
+
needsWrite = true;
|
|
7730
|
+
}
|
|
7722
7731
|
if (copy.experimental && typeof copy.experimental === "object") {
|
|
7723
7732
|
const experimental = copy.experimental;
|
|
7724
7733
|
if ("hashline_edit" in experimental) {
|
|
@@ -52036,6 +52045,27 @@ function createDefaultDedupeKey(source, input) {
|
|
|
52036
52045
|
const fingerprint = stringifyPromptInputForDedupe(input);
|
|
52037
52046
|
return `${source}:${fingerprint.length}:${fingerprint.slice(0, 8192)}`;
|
|
52038
52047
|
}
|
|
52048
|
+
function hasObjectSessionPath(input) {
|
|
52049
|
+
return typeof input === "object" && input !== null && "path" in input && typeof input.path === "object" && input.path !== null && "id" in input.path && typeof input.path.id === "string";
|
|
52050
|
+
}
|
|
52051
|
+
function isObjectPathTypeError(error) {
|
|
52052
|
+
const message = error instanceof Error ? error.message : typeof error === "string" ? error : "";
|
|
52053
|
+
return message.includes('The "path" property must be of type string') && message.includes("got object");
|
|
52054
|
+
}
|
|
52055
|
+
async function dispatchWithPathCompatibility(dispatch, input) {
|
|
52056
|
+
try {
|
|
52057
|
+
return await dispatch(input);
|
|
52058
|
+
} catch (error) {
|
|
52059
|
+
if (!isObjectPathTypeError(error) || !hasObjectSessionPath(input)) {
|
|
52060
|
+
throw error;
|
|
52061
|
+
}
|
|
52062
|
+
const retryInput = {
|
|
52063
|
+
...input,
|
|
52064
|
+
path: input.path.id
|
|
52065
|
+
};
|
|
52066
|
+
return dispatch(retryInput);
|
|
52067
|
+
}
|
|
52068
|
+
}
|
|
52039
52069
|
async function dispatchInternalPrompt(args) {
|
|
52040
52070
|
const {
|
|
52041
52071
|
client,
|
|
@@ -52091,7 +52121,7 @@ async function dispatchInternalPrompt(args) {
|
|
|
52091
52121
|
dispatchTimeoutMs,
|
|
52092
52122
|
checkStatus: args.checkStatus !== false,
|
|
52093
52123
|
checkToolState: args.checkToolState !== false,
|
|
52094
|
-
dispatch
|
|
52124
|
+
dispatch: (dispatchInput) => dispatchWithPathCompatibility(dispatch, dispatchInput)
|
|
52095
52125
|
});
|
|
52096
52126
|
}
|
|
52097
52127
|
if (args.queue !== false) {
|
|
@@ -52109,7 +52139,7 @@ async function dispatchInternalPrompt(args) {
|
|
|
52109
52139
|
queueRetryMs,
|
|
52110
52140
|
checkStatus: args.checkStatus !== false,
|
|
52111
52141
|
checkToolState: args.checkToolState !== false,
|
|
52112
|
-
dispatch: async (_dispatchInput) => dispatch
|
|
52142
|
+
dispatch: async (_dispatchInput) => dispatchWithPathCompatibility(dispatch, input)
|
|
52113
52143
|
});
|
|
52114
52144
|
}
|
|
52115
52145
|
return dispatchAfterSessionIdle({
|
|
@@ -52124,7 +52154,7 @@ async function dispatchInternalPrompt(args) {
|
|
|
52124
52154
|
dispatchTimeoutMs,
|
|
52125
52155
|
checkStatus: args.checkStatus !== false,
|
|
52126
52156
|
checkToolState: args.checkToolState !== false,
|
|
52127
|
-
dispatch
|
|
52157
|
+
dispatch: (dispatchInput) => dispatchWithPathCompatibility(dispatch, dispatchInput)
|
|
52128
52158
|
});
|
|
52129
52159
|
}
|
|
52130
52160
|
function isInternalPromptDispatchAccepted(result) {
|
|
@@ -55440,7 +55470,7 @@ var {
|
|
|
55440
55470
|
// package.json
|
|
55441
55471
|
var package_default = {
|
|
55442
55472
|
name: "oh-my-opencode",
|
|
55443
|
-
version: "4.
|
|
55473
|
+
version: "4.5.0",
|
|
55444
55474
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
55445
55475
|
main: "./dist/index.js",
|
|
55446
55476
|
types: "dist/index.d.ts",
|
|
@@ -55451,6 +55481,7 @@ var package_default = {
|
|
|
55451
55481
|
"packages/ast-grep-mcp",
|
|
55452
55482
|
"packages/utils",
|
|
55453
55483
|
"packages/model-core",
|
|
55484
|
+
"packages/prompts-core",
|
|
55454
55485
|
"packages/comment-checker-core",
|
|
55455
55486
|
"packages/hashline-core",
|
|
55456
55487
|
"packages/boulder-state",
|
|
@@ -55464,6 +55495,10 @@ var package_default = {
|
|
|
55464
55495
|
"dist",
|
|
55465
55496
|
"bin",
|
|
55466
55497
|
"postinstall.mjs",
|
|
55498
|
+
".opencode/command",
|
|
55499
|
+
".opencode/skills",
|
|
55500
|
+
".agents/command",
|
|
55501
|
+
".agents/skills",
|
|
55467
55502
|
"packages/lsp-tools-mcp/dist",
|
|
55468
55503
|
"packages/ast-grep-mcp/dist"
|
|
55469
55504
|
],
|
|
@@ -55489,7 +55524,7 @@ var package_default = {
|
|
|
55489
55524
|
prepublishOnly: "bun run clean && bun run build:lsp-tools-mcp && bun run build",
|
|
55490
55525
|
"test:model-capabilities": "bun test src/shared/model-capability-aliases.test.ts src/shared/model-capability-guardrails.test.ts src/shared/model-capabilities.test.ts src/cli/doctor/checks/model-resolution.test.ts --bail",
|
|
55491
55526
|
typecheck: "tsgo --noEmit && bun run typecheck:packages",
|
|
55492
|
-
"typecheck:packages": "tsgo --noEmit -p packages/rules-engine/tsconfig.json && tsgo --noEmit -p packages/ast-grep-core/tsconfig.json && tsgo --noEmit -p packages/ast-grep-mcp/tsconfig.json && tsgo --noEmit -p packages/utils/tsconfig.json && tsgo --noEmit -p packages/model-core/tsconfig.json && tsgo --noEmit -p packages/comment-checker-core/tsconfig.json && tsgo --noEmit -p packages/hashline-core/tsconfig.json && tsgo --noEmit -p packages/boulder-state/tsconfig.json && tsgo --noEmit -p packages/agents-md-core/tsconfig.json",
|
|
55527
|
+
"typecheck:packages": "tsgo --noEmit -p packages/rules-engine/tsconfig.json && tsgo --noEmit -p packages/ast-grep-core/tsconfig.json && tsgo --noEmit -p packages/ast-grep-mcp/tsconfig.json && tsgo --noEmit -p packages/utils/tsconfig.json && tsgo --noEmit -p packages/model-core/tsconfig.json && tsgo --noEmit -p packages/prompts-core/tsconfig.json && tsgo --noEmit -p packages/comment-checker-core/tsconfig.json && tsgo --noEmit -p packages/hashline-core/tsconfig.json && tsgo --noEmit -p packages/boulder-state/tsconfig.json && tsgo --noEmit -p packages/agents-md-core/tsconfig.json",
|
|
55493
55528
|
"typecheck:script": "tsgo --noEmit -p script/tsconfig.json",
|
|
55494
55529
|
test: "bun test",
|
|
55495
55530
|
"build:ast-grep-mcp": "bun run --cwd packages/ast-grep-mcp build"
|
|
@@ -55540,6 +55575,7 @@ var package_default = {
|
|
|
55540
55575
|
"@oh-my-opencode/comment-checker-core": "workspace:*",
|
|
55541
55576
|
"@oh-my-opencode/hashline-core": "workspace:*",
|
|
55542
55577
|
"@oh-my-opencode/model-core": "workspace:*",
|
|
55578
|
+
"@oh-my-opencode/prompts-core": "workspace:*",
|
|
55543
55579
|
"@oh-my-opencode/rules-engine": "workspace:*",
|
|
55544
55580
|
"@oh-my-opencode/utils": "workspace:*",
|
|
55545
55581
|
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
|
@@ -55550,17 +55586,17 @@ var package_default = {
|
|
|
55550
55586
|
zod: "^4.4.3"
|
|
55551
55587
|
},
|
|
55552
55588
|
optionalDependencies: {
|
|
55553
|
-
"oh-my-opencode-darwin-arm64": "4.
|
|
55554
|
-
"oh-my-opencode-darwin-x64": "4.
|
|
55555
|
-
"oh-my-opencode-darwin-x64-baseline": "4.
|
|
55556
|
-
"oh-my-opencode-linux-arm64": "4.
|
|
55557
|
-
"oh-my-opencode-linux-arm64-musl": "4.
|
|
55558
|
-
"oh-my-opencode-linux-x64": "4.
|
|
55559
|
-
"oh-my-opencode-linux-x64-baseline": "4.
|
|
55560
|
-
"oh-my-opencode-linux-x64-musl": "4.
|
|
55561
|
-
"oh-my-opencode-linux-x64-musl-baseline": "4.
|
|
55562
|
-
"oh-my-opencode-windows-x64": "4.
|
|
55563
|
-
"oh-my-opencode-windows-x64-baseline": "4.
|
|
55589
|
+
"oh-my-opencode-darwin-arm64": "4.5.0",
|
|
55590
|
+
"oh-my-opencode-darwin-x64": "4.5.0",
|
|
55591
|
+
"oh-my-opencode-darwin-x64-baseline": "4.5.0",
|
|
55592
|
+
"oh-my-opencode-linux-arm64": "4.5.0",
|
|
55593
|
+
"oh-my-opencode-linux-arm64-musl": "4.5.0",
|
|
55594
|
+
"oh-my-opencode-linux-x64": "4.5.0",
|
|
55595
|
+
"oh-my-opencode-linux-x64-baseline": "4.5.0",
|
|
55596
|
+
"oh-my-opencode-linux-x64-musl": "4.5.0",
|
|
55597
|
+
"oh-my-opencode-linux-x64-musl-baseline": "4.5.0",
|
|
55598
|
+
"oh-my-opencode-windows-x64": "4.5.0",
|
|
55599
|
+
"oh-my-opencode-windows-x64-baseline": "4.5.0"
|
|
55564
55600
|
},
|
|
55565
55601
|
overrides: {
|
|
55566
55602
|
hono: "^4.12.18",
|
|
@@ -57649,8 +57685,10 @@ var import_picocolors6 = __toESM(require_picocolors(), 1);
|
|
|
57649
57685
|
function renderAgentHeader(agent, model, variant, agentColorsByName) {
|
|
57650
57686
|
if (!agent && !model)
|
|
57651
57687
|
return;
|
|
57652
|
-
const
|
|
57653
|
-
const
|
|
57688
|
+
const normalizedAgent = agent?.normalize("NFC") ?? null;
|
|
57689
|
+
const normalizedModel = model?.normalize("NFC") ?? null;
|
|
57690
|
+
const agentLabel = agent ? import_picocolors6.default.bold(colorizeWithProfileColor(normalizedAgent ?? agent, agentColorsByName[agent])) : "";
|
|
57691
|
+
const modelBase = normalizedModel ?? "";
|
|
57654
57692
|
const variantSuffix = variant ? ` (${variant})` : "";
|
|
57655
57693
|
const modelLabel = model ? import_picocolors6.default.dim(`${modelBase}${variantSuffix}`) : "";
|
|
57656
57694
|
process.stdout.write(`
|
|
@@ -75802,6 +75840,7 @@ function readState(directory, customPath) {
|
|
|
75802
75840
|
return str3.replace(/^["']|["']$/g, "");
|
|
75803
75841
|
};
|
|
75804
75842
|
const ultrawork = data.ultrawork === true || data.ultrawork === "true" ? true : undefined;
|
|
75843
|
+
const verificationAttemptStartedAt = Number(data.verification_attempt_started_at);
|
|
75805
75844
|
const maxIterations = data.max_iterations === undefined || data.max_iterations === "" ? ultrawork ? undefined : DEFAULT_MAX_ITERATIONS : Number(data.max_iterations) || DEFAULT_MAX_ITERATIONS;
|
|
75806
75845
|
return {
|
|
75807
75846
|
active: isActive,
|
|
@@ -75811,6 +75850,7 @@ function readState(directory, customPath) {
|
|
|
75811
75850
|
completion_promise: stripQuotes(data.completion_promise) || DEFAULT_COMPLETION_PROMISE,
|
|
75812
75851
|
initial_completion_promise: data.initial_completion_promise ? stripQuotes(data.initial_completion_promise) : undefined,
|
|
75813
75852
|
verification_attempt_id: data.verification_attempt_id ? stripQuotes(data.verification_attempt_id) : undefined,
|
|
75853
|
+
verification_attempt_started_at: data.verification_attempt_started_at === undefined || data.verification_attempt_started_at === "" ? undefined : Number.isFinite(verificationAttemptStartedAt) ? verificationAttemptStartedAt : undefined,
|
|
75814
75854
|
verification_session_id: data.verification_session_id ? stripQuotes(data.verification_session_id) : undefined,
|
|
75815
75855
|
started_at: stripQuotes(data.started_at) || new Date().toISOString(),
|
|
75816
75856
|
prompt: body.trim(),
|
|
@@ -84832,7 +84872,7 @@ async function boulder(options) {
|
|
|
84832
84872
|
// src/cli/cli-program.ts
|
|
84833
84873
|
var VERSION2 = package_default.version;
|
|
84834
84874
|
var program2 = new Command;
|
|
84835
|
-
program2.name("oh-my-opencode").description("The ultimate OpenCode plugin - multi-model orchestration, LSP tools, and more").version(VERSION2, "-v, --version", "Show version number").enablePositionalOptions();
|
|
84875
|
+
program2.name("oh-my-opencode").description("The ultimate OpenCode plugin - multi-model orchestration, LSP tools, and more").version(VERSION2, "-v, --version", "Show version number").helpOption("-h, --help", "Display help for command").enablePositionalOptions();
|
|
84836
84876
|
program2.command("install").alias("setup").description("Install and configure oh-my-opencode with interactive setup").option("--no-tui", "Run in non-interactive mode (requires all options)").option("--claude <value>", "Claude subscription: no, yes, max20").option("--openai <value>", "OpenAI/ChatGPT subscription: no, yes (default: no)").option("--gemini <value>", "Gemini integration: no, yes").option("--copilot <value>", "GitHub Copilot subscription: no, yes").option("--opencode-zen <value>", "OpenCode Zen access: no, yes (default: no)").option("--zai-coding-plan <value>", "Z.ai Coding Plan subscription: no, yes (default: no)").option("--kimi-for-coding <value>", "Kimi For Coding subscription: no, yes (default: no)").option("--opencode-go <value>", "OpenCode Go subscription: no, yes (default: no)").option("--vercel-ai-gateway <value>", "Vercel AI Gateway: no, yes (default: no)").option("--skip-auth", "Skip authentication setup hints").addHelpText("after", `
|
|
84837
84877
|
Examples:
|
|
84838
84878
|
$ bunx oh-my-opencode install
|
|
@@ -6,11 +6,11 @@ export declare const BuiltinAgentNameSchema: z.ZodEnum<{
|
|
|
6
6
|
librarian: "librarian";
|
|
7
7
|
explore: "explore";
|
|
8
8
|
"multimodal-looker": "multimodal-looker";
|
|
9
|
+
prometheus: "prometheus";
|
|
9
10
|
metis: "metis";
|
|
10
11
|
momus: "momus";
|
|
11
12
|
atlas: "atlas";
|
|
12
13
|
"sisyphus-junior": "sisyphus-junior";
|
|
13
|
-
prometheus: "prometheus";
|
|
14
14
|
}>;
|
|
15
15
|
export declare const BuiltinSkillNameSchema: z.ZodEnum<{
|
|
16
16
|
playwright: "playwright";
|
|
@@ -29,13 +29,13 @@ export declare const OverridableAgentNameSchema: z.ZodEnum<{
|
|
|
29
29
|
librarian: "librarian";
|
|
30
30
|
explore: "explore";
|
|
31
31
|
"multimodal-looker": "multimodal-looker";
|
|
32
|
+
prometheus: "prometheus";
|
|
32
33
|
metis: "metis";
|
|
33
34
|
momus: "momus";
|
|
34
35
|
atlas: "atlas";
|
|
35
36
|
"sisyphus-junior": "sisyphus-junior";
|
|
36
37
|
build: "build";
|
|
37
38
|
plan: "plan";
|
|
38
|
-
prometheus: "prometheus";
|
|
39
39
|
"OpenCode-Builder": "OpenCode-Builder";
|
|
40
40
|
}>;
|
|
41
41
|
export declare const AgentNameSchema: z.ZodEnum<{
|
|
@@ -45,11 +45,11 @@ export declare const AgentNameSchema: z.ZodEnum<{
|
|
|
45
45
|
librarian: "librarian";
|
|
46
46
|
explore: "explore";
|
|
47
47
|
"multimodal-looker": "multimodal-looker";
|
|
48
|
+
prometheus: "prometheus";
|
|
48
49
|
metis: "metis";
|
|
49
50
|
momus: "momus";
|
|
50
51
|
atlas: "atlas";
|
|
51
52
|
"sisyphus-junior": "sisyphus-junior";
|
|
52
|
-
prometheus: "prometheus";
|
|
53
53
|
}>;
|
|
54
54
|
export type AgentName = z.infer<typeof AgentNameSchema>;
|
|
55
55
|
export type BuiltinSkillName = z.infer<typeof BuiltinSkillNameSchema>;
|