feat(agents): add OmO orchestration agent #39
Closed
+242
−6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Adds the OmO (Oh My OpenCode) agent - an orchestration-focused primary agent that actively delegates to specialized agents for complex tasks.
Closes #38
Changes
src/agents/omo.tswith Sonnet 4.5 modelomo_agent.enabledandomo_agent.defaultoptions inoh-my-opencode.jsonKey Features
anthropic/claude-sonnet-4-5primary(default) - shows first when Tab is pressed#00D9B4(teal/mint)Configuration
{ "omo_agent": { "enabled": true, "default": true } }enabled: false- Disables OmO agent entirelydefault: false- Makes OmO a subagent instead of primary (use default build agent)Build Agent Auto-Enhancement
When OmO is enabled as the default agent (and neither OmO nor build agent models are overridden), the build agent is automatically enhanced:
anthropic/claude-opus-4-5-high{ type: "enabled", budgetTokens: 64000 }128000This ensures that when using OmO as your orchestrator, the main build agent has maximum reasoning capability.
Generated with assistance of OhMyOpenCode