Advanced AI Pair Programmer CLI using Groq
npm install devcode-aibash
npm install
`
2. Configure API Key:
* Rename .env.example to .env
* Add your Groq API key: GROQ_API_KEY=gsk_...
Usage
Run the CLI:
`bash
node index.js
or
npm start
`
$3
* Interactive Chat: Remembers context.
* Tools:
* list_files(path)
* read_file(path)
* write_file(path, content) (Requires Permission)
* delete_file(path) (Requires Permission)
* run_command(command)` (Requires Permission)