madhavv-xd/code-agent ? reverse-engineered prompt
Reverse engineered prompt
Build me a terminal based coding assistant for Python that works like a lightweight Claude Code clone for any project.
I want to run it from the command line, point it at a repo or a single file, and ask questions about the code. It should stream answers as they come in, remember a little bit of recent conversation, and figure out whether I am asking to fix a bug, review code, improve something, or explain how it works. It should also have simple slash commands so I can switch files, change the model, see the project tree, clear history, and quit without restarting.
Make it smart about context so it only loads the most relevant part of a file instead of everything, and keep an eye on token limits so it trims when needed. If possible, let me save responses to a markdown file. Use Groq for the model and load settings from a .env file, and look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit