aider-ai/aider — reverse-engineered prompt
Reverse engineered prompt
Build me a terminal app that feels like an AI coding partner inside my project folder. I want to open it from the command line, connect it to popular AI models like Claude, OpenAI, DeepSeek, Gemini, or a local model, then chat with it about changes I want in my code.
It should understand the whole repo well enough to suggest and edit the right files, not just the one I mention. When it makes changes, it should show me what changed, run tests or lint checks if I ask, fix problems it caused, and create sensible git commits so I can review or undo everything normally.
I’d also like it to work with many programming languages, accept screenshots or web pages as context, and support a mode where I can leave comments in my editor and have the tool respond by editing the code. Keep the setup simple with clear install and usage commands.
Want more depth? Deep Reverse