#36 · Primary category: AI Coding Assistants
oh-my-pi
⌥ Coding agent with the IDE wired in
Project last updated:08/29/26
GitHub Stars
28.3K
Forks
2.8K
Contributors
584
License
MIT
Why we included this project
This one is for people who do their real work in a terminal and want an agent that thinks like an IDE rather than a chat window. It's a fork of the Pi coding agent, and the language-server integration runs through the whole edit pipeline: a rename updates re-exports and aliased imports before the file moves, and you can attach real debuggers like lldb, dlv, or debugpy to step through a crashing binary. The tool harness favors reliability over raw speed, using hash-anchored edits and per-model prompt tweaks that cut down on retry loops and wasted tokens. Persistent Python and Bun kernels can call back into the agent's own tools, so exploring data and making charts stays in one session. If you need subagents, stream-time rule injection, or one of 60+ model providers without extra setup, those are all covered.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.