Oh My Opencode is an open-source TypeScript orchestration framework for developers that automates AI agent workflows across terminal-based environments and IDEs.
- Orchestrates multi-model interactions using the Anthropic Tool Use API and OpenAI SDK for complex code generation and refactoring.
- Synchronizes context between Claude-code TUI, Cursor IDE, and local file systems to maintain consistent prompt states.
- Extends Claude-skills via a modular plugin architecture for custom tool integration and automated unit testing.
- Provides a unified Terminal User Interface (TUI) for monitoring agentic reasoning and real-time file system modifications.
Technical Context:
- Built with TypeScript and Node.js, supporting native integration with Gemini, Anthropic, and OpenAI API endpoints.
- Implements local-first execution of LLM-driven scripts for secure codebase management and Agent Management Protocol (AMP) compatibility.
Ideal for automating legacy code migrations, building custom AI-driven CLI tools, and managing multi-agent development pipelines.