devcode-ai
v1.7.0
Published
Advanced AI Pair Programmer CLI using Groq
Readme
DevCode CLI
An advanced AI Coding Assistant CLI powered by Groq (Qwen 3 32B). This is the Node.js version of the tool.
Setup
Install Dependencies:
npm installConfigure API Key:
- Rename
.env.exampleto.env - Add your Groq API key:
GROQ_API_KEY=gsk_...
- Rename
Usage
Run the CLI:
node index.js
# or
npm startFeatures
- 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)
- Safety: Asks for confirmation before risky actions.
