#36 · Primary category: AI Coding Assistants

oh-my-pi

ai-agent ai-coding-agent anthropic bun claude cli coding-assistant llm mcp multi-provider openai rust terminal tui typescript

⌥ 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