devcode-ide
v1.1.0
Published
DevCode IDE client (browser-based) - published for npm
Downloads
162
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.
