Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: code-yeongyu/oh-my-opencode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: code-yeongyu/oh-my-opencode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/omo-agent
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Dec 13, 2025

  1. feat(agents): add OmO orchestration agent

    - Add OmO agent with Sonnet 4.5 model for active delegation
    - OmO automatically delegates to specialized agents (explore, librarian, oracle, etc.)
    - Configure via omo_agent.enabled and omo_agent.default in oh-my-opencode.json
    - Enabled by default as primary agent (mode: primary)
    - Color: #00D9B4 (teal/mint)
    
    Closes #38
    
    ---
    Generated with assistance of [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
    code-yeongyu committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    dc48d48 View commit details
    Browse the repository at this point in the history
  2. feat(agents): enhance build agent when OmO is default

    When OmO agent is:
    - enabled (default: true)
    - set as default agent (default: true)
    - model not overridden
    
    And build agent model is not configured in opencode config,
    automatically enhance build agent with:
    - model: anthropic/claude-opus-4-5-high
    - thinking: { type: 'enabled', budgetTokens: 64000 }
    - maxTokens: 128000
    
    ---
    Generated with assistance of [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
    code-yeongyu committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    13eafc1 View commit details
    Browse the repository at this point in the history
Loading