Automate codebase changes using AI-generated instructions. Paste structured responses (XML-like format) to create/modify files, run terminal commands, and manage your project structure. Includes undo functionality (requires Git) and file browsing.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Use AI-generated responses in a specific format to automatically generate everything and quickly update your codebase.
We recommend using the best current AI model: Gemini 2.5 Pro
How to Use
Install the extension in VS Code.
Use the AI to generate a response in the specified format. (Copy the Windows or Linux version of the prompt)
Paste the response into the extension and click the "Generate" button.
The extension will execute the instructions and update your codebase accordingly.
Features
Generate Structure: Uses AI instructions to automatically create, modify, or delete files and folders.
Execute Commands: Runs terminal commands directly in VS Code (PowerShell/Bash).
Write Files: Creates or updates files with the provided content.
Undo: Restores files to their previous state (requires Git).
Browse Files: Displays a simple file tree so you can easily copy file contents.
Customizable Prompts: Add fixed custom instructions to the base prompt to improve AI output.
Interface
Structure Generator: Paste the AI's XML response and click the button to generate. If something goes wrong, click “Undo”.
Copy System: Browse your project files, check the ones you want, and copy their content easily.
Requirements
Visual Studio Code (v1.90.0 or higher)
Git (required for the undo feature)
Limitations
The "Undo" feature is experimental.
The AI must follow the format properly, or generation may fail.
Some terminal commands might not be handled in all edge cases.