Zoo-Code-Org/Zoo-Code — reverse-engineered prompt
Reverse engineered prompt
Build me a VS Code extension called Zoo Code that feels like having an AI dev team inside the editor.
I want a chat panel where I can ask for code changes in plain English, ask questions about the current project, generate new files, refactor existing code, debug problems, and update docs. It should have clear modes like Code for making edits, Architect for planning bigger changes, Ask for explanations, Debug for finding issues, and a way to create custom modes for my own workflow.
The extension should work with different AI model providers, let users configure their API settings, and support MCP servers so it can connect to extra tools. It should show proposed changes clearly before applying them, handle long running tasks, and let me cancel tasks reliably. Please include a polished webview UI, sensible settings, basic localization support, and enough documentation so someone can install and use it.
Look up current VS Code extension docs online if you need to.
Want more depth? Deep Reverse