Skip to content

Releases: dashty8/codealchemy

CodeAlchemy v0.1.0

27 Feb 08:44
10450a4

Choose a tag to compare

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

  1. Clone this repository
  2. Run npm install
  3. Create a .env file with your AWS credentials
  4. 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.