Releases: ArthurDS-tech/Vibecoder-Claude
Releases Β· ArthurDS-tech/Vibecoder-Claude
VibeCode v0.1.0 - Initial Release
π VibeCode v0.1.0 - Initial Release
Release Date: February 4, 2026
What's New
VibeCode is an AI-powered development terminal that brings intelligent assistance directly to your command line.
β¨ Key Features
- AI Integration: Support for OpenAI GPT-4 and Anthropic Claude 3.5
- Interactive Terminal: Clean, minimal interface inspired by Claude Code
- Smart Commands: Execute AI tasks with simple
vibecommands - Multi-Provider: Switch between OpenAI and Anthropic seamlessly
- Secure: API keys are masked and never exposed
π― Quick Start
# Install
git clone https://github.com/ArthurDS-tech/Vibecoder-Claude.git
cd Vibecoder-Claude
npm install && npm run build
npm install -g .
# Use
vibecode
vibe "your task here"π§ What Works
- β Interactive AI terminal
- β Code generation and review
- β File navigation
- β Configuration management
- β Token usage tracking
- β Windows PATH support
π Known Issues
- Windows users need to configure PATH manually (instructions in README)
- First-time setup requires API key configuration
π Thanks
Built with TypeScript and powered by OpenAI and Anthropic APIs.
Full Changelog: https://github.com/ArthurDS-tech/Vibecoder-Claude/commits/main
Full Changelog: https://github.com/ArthurDS-tech/Vibecoder-Claude/commits/Update