can1357/oh-my-pi — reverse-engineered prompt
Reverse engineered prompt
Build me a terminal AI coding assistant like omp. I want to open it in my project, chat with an AI model, and have it actually understand my code like an IDE does.
It should read and search files quickly, summarize big files instead of dumping everything, make careful edits that usually apply the first time, rename symbols safely across a project, find references, and use language server information before changing code. It should also be able to run Python and JavaScript, use its own tools from those sessions, search the web, read pages or PDFs, and help debug programs by attaching to real debuggers when possible.
Please make it work as a polished command line app with a nice terminal interface, session resume, shell completions, support for multiple AI providers and models, and subagents that can split up bigger tasks. Use TypeScript, Rust, and Bun where they make sense. Include install instructions for macOS, Linux, and Windows. Look up current docs online if you need to.
Want more depth? Deep Reverse