AIAny
AI Agent2025
Icon for item

Oh My OpenCode (oh-my-opencode)

A configuration layer for the OpenCode and Codex CLI coding agents. One install adds specialized sub-agents, lifecycle hooks, and bundled MCP servers — web search, docs lookup, code search — turning a bare agent into a harness for large codebases.

Introduction

Most coding-agent setups stall not on the model but on the plumbing: OpenCode and Codex CLI ship as near-blank canvases, and the gap between "installed" and "useful on a 100k-line repo" is hours of wiring up agents, hooks, and tooling. The name is the thesis — just as oh-my-zsh turned a bare shell into a curated, plugin-rich environment, this packages that wiring for coding agents into a single install, then kicks off work with one command.

What Sets It Apart
  • Preconfigured specialized sub-agents (planning, building, architecture, and code-search roles) replace the single generalist, so large tasks get decomposed and run in parallel without you designing the orchestration.
  • MCP servers ship out of the box — web search, library-docs lookup, and code search — so the agent pulls current information and navigates unfamiliar code instead of guessing.
  • Lifecycle hooks plus LSP integration check edits against real diagnostics and project conventions, cutting the stale-context errors that pile up in big repositories.
  • It lives on top of OpenCode's model layer, so it stays provider-agnostic — Claude, GPT, Gemini, and others all work.
Who It's For

A strong fit if you already run OpenCode or Codex CLI and keep rebuilding the same agent, hook, and MCP scaffolding by hand, or if you work in large codebases where a single-shot agent loses the thread. Look elsewhere if you want an official, vendor-supported tool with stability guarantees: this is an opinionated, fast-moving third-party harness from an independent developer — it has already renamed itself from oh-my-opencode to oh-my-openagent as it broadened beyond OpenCode, and its strong defaults, while a head start, are equally an opinion you inherit.

Information

  • Websitegithub.com
  • Organizationscode-yeongyu
  • AuthorsYeon Gyu Kim (code-yeongyu)
  • Published date2025/12/03

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).