oh-my-opencode-lite
v0.8.9
Published
Lightweight agent orchestration plugin for OpenCode - a slimmed-down fork of oh-my-opencode
Maintainers
Readme
📦 Installation
Quick Start
bunx oh-my-opencode-lite@latest installOr run the installer non-interactively:
bunx oh-my-opencode-lite@latest install --no-tui --tmux=no --skills=yesRun ping all agents to verify everything works.
For Alternative Providers
The default configuration uses OpenAI. To use Anthropic or Google API, see Provider Configurations.
JSON Schema
An official JSON Schema is included for editor validation:
{
"$schema": "https://unpkg.com/oh-my-opencode-lite@latest/oh-my-opencode-lite.schema.json",
// your config...
}💡 Models are fully customizable. Edit
~/.config/opencode/omolite.json(or.jsoncfor comments support) to assign any model to any agent.
Plugin config can be defined at both levels:
- User:
~/.config/opencode/omolite.jsonor~/.config/opencode/omolite.jsonc - Project:
.opencode/omolite.jsonor.opencode/omolite.jsonc(overrides user config)
Supported agent keys in agents/fallback.chains/manualPlan:
planner,architect,engineer,explorer,librarian,oracle,designer,quick,deep
For LLM Agents
Paste this into any coding agent:
Install and configure by following the instructions here:
https://raw.githubusercontent.com/EremesNG/oh-my-opencode-lite/refs/heads/master/README.mdDetailed installation guide: docs/installation.md
Additional guides:
- Provider Configurations - Configure Anthropic and Google API presets
- Tmux Integration - Real-time agent monitoring with tmux
🏛️ Meet the Pantheon
The suite is powered by three primary agents that drive the development lifecycle, supported by a team of specialized subagents. Default presets map stronger reasoning models to orchestration and deeper implementation roles, and faster models to search and quick-turn tasks.
🔑 Primary Agents
🛠️ Specialist Subagents
Aliases (Backward Compatibility)
explore->explorerplan->plannerarch->architecteng->engineerfix->quickjunior->quickfrontend-ui-ux-engineer->designer
📚 Documentation
- Quick Reference - Presets, Skills, MCPs, Tools, Configuration
- Installation Guide - Detailed installation and troubleshooting
- Cartography Skill - Custom skill for repository mapping + codemap generation
- Provider Configurations - Configure Anthropic and Google API presets
- Tmux Integration - Real-time agent monitoring with tmux
📄 License
MIT
