Skip to content

Releases: ArthurDS-tech/Vibecoder-Claude

VibeCode v0.1.0 - Initial Release

04 Feb 18:26
034c8f0

Choose a tag to compare

Pre-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 vibe commands
  • 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