Releases: dashty8/codealchemy
Releases · dashty8/codealchemy
CodeAlchemy v0.1.0
CodeAlchemy v0.1.0
The first release of CodeAlchemy brings AI-powered code generation in VS Code with Simplicity as its main goal.
What's Included
- Natural Language Code Generation: Create entire project structures with simple prompts
- Visual Feedback: Watch files being created with character-by-character animation
- Multiple Operations: Create, update, search/modify, and delete files
- Speed Controls: Adjust animation speed (slow/normal/fast) to your preference
Key Features
- Project Creation: Generate entire project structures from descriptions
- Code Updates: Modify existing files with natural language requests
- Code Refactoring: Find and modify patterns across multiple files
- Simplicity-First Design: Clean, focused functionality without complexity
Requirements
- VS Code 1.60.0 or higher
- AWS account with Bedrock access
- Environment variables for AWS credentials
Installation
- Clone this repository
- Run
npm install - Create a
.envfile with your AWS credentials - Press F5 to run the extension in development mode
Known Issues
- Currently requires AWS Bedrock setup for AI processing
- Animation may slow down with very large files
We're excited to see what you build with CodeAlchemy! Please submit any issues or feature requests on GitHub.