Back to reviews
oh-my-codex

oh-my-codex

Add AI agent teams, event hooks, and a live HUD to any Git repo

oh-my-codex (OMX) is a lightweight open-source tool that bolts AI capabilities onto any Git repository via three primitives: hooks (event-driven automations triggered by commits, PRs, or file changes), agent teams (configurable multi-agent crews for specific tasks like code review or documentation), and a HUD (a heads-up display showing what agents are doing and what they've changed in real time). Built by indie developer Yeachan-Heo, the project emerged from frustration with AI coding assistants that require full IDE integration. OMX is editor-agnostic — it runs as a background process, listens to repository events, and dispatches agent work asynchronously. The HUD can be run in any terminal alongside your existing workflow. The project trended on GitHub around April 4 and has generated interest from developers who want AI automation at the repository level rather than the editor level. The hooks system in particular maps cleanly to CI/CD mental models, making it feel familiar to developers who already think in terms of repository events.

Panel Reviews

The Builder

The Builder

Developer Perspective

Ship

This is the right abstraction layer — repo-level AI hooks that work regardless of what editor you're in. The HUD is surprisingly polished for an indie project. I can see this becoming a standard part of the dotfiles setup for developers who work across multiple editors.

The Skeptic

The Skeptic

Reality Check

Skip

The hooks and agent teams concept is compelling but the execution feels early. Agent teams with no guardrails running on every commit is a recipe for noise and unintended changes. Until there's robust configuration for when NOT to fire agents, this needs careful testing before use on anything production-adjacent.

The Futurist

The Futurist

Big Picture

Ship

The HUD pattern — a live display of autonomous agents working in your codebase — is a glimpse at how software development will feel in two years. When agents are good enough to be trusted, you'll want exactly this: a terminal showing what they're doing while you think about the next problem.

The Creator

The Creator

Content & Design

Ship

I'd use the hooks to auto-update documentation on every commit and have the HUD show me what changed in plain English. The editor-agnostic approach means it works the same whether I'm in Cursor, Zed, or vim — that flexibility matters a lot for creative workflows.

Community Sentiment

Overall590 mentions
65% positive25% neutral10% negative
Hacker News140 mentions

Editor-agnostic design and repo-level hooks architecture praised

Reddit190 mentions

r/LocalLLaMA: 'Finally AI automation that doesn't require buying into a specific editor'

Twitter/X260 mentions

Developers sharing HUD screenshots showing agents working in real time