Skip to content

rakshi001/mika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mika Code - AI-Powered Coding Assistant

A powerful command-line interface that replicates Claude CLI functionality using Groq API.

Features

  • 🚀 Interactive coding assistant
  • 📁 File creation and modification
  • 🔍 Code analysis and refactoring
  • 💻 Multi-language support
  • 🎨 Syntax highlighting
  • 📝 Context-aware conversations

Installation

# Clone the repository
git clone <your-repo-url>
cd groq-cli

# Install dependencies
pip install -r requirements.txt

# Or install in development mode
pip install -e .

# Set up environment variables
cp .env.example .env
# Edit .env and add your GROQ_API_KEY

Usage

# Start interactive session
groq-cli

# Or with a direct prompt
groq-cli "Create a NextJS calculator app"

Commands

  • /help - Show help message
  • /clear - Clear conversation history
  • /exit - Exit the CLI
  • /save - Save conversation
  • /files - List modified files

About

a opensource version of claude cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages