rafay519
v2.1.0
Published
Groq-powered AI CLI coding agent — faster than Cursor in the terminal
Maintainers
Readme
rafaygen
Groq-powered AI CLI coding agent — faster than Cursor in the terminal
Install
npm install -g rafaygenQuick Start
# Save your Groq API key (get one at console.groq.com)
rafaygen --set-key gsk_xxxxxxxxxxxx
# Launch the agent
rafaygenCommands
| Command | Description |
|---|---|
| /new | Start a new session |
| /resume [id] | Resume a saved session |
| /model [name] | Switch AI model |
| /history | List saved sessions |
| /settings | View configuration |
| /stop | Stop current task |
| /help | Show all commands |
Config
Config is stored at ~/.rafaygen/config.json. Sessions at ~/.rafaygen/sessions/.
You can also set your key via environment variable:
export GROQ_API_KEY=gsk_xxxxxxxxxxxxModels
llama-3.3-70b-versatile— default, best overalldeepseek-r1-distill-llama-70b— reasoning / math / codemixtral-8x7b-32768— long context (32k)llama-3.1-8b-instant— fastest
Requirements
- Node.js >= 18
- Groq API key (free tier available)
