A lightweight, Node.js-based AI agent for code generation and project management, similar to Aider. It integrates with Git, supports a CLI with autocompletion, a rich web UI with visual commands, and fully configurable LLM prompts stored in separate .txt
files. Every code change is automatically committed with the prompt included, with support for managing context, undoing changes, running tests, and copying context to the clipboard.
- CLI Interface: Interactive terminal with
@
file autocompletion,/
commands,!
or/run
for shell commands, and?
for questions. - Web UI: Browser-based interface with visual buttons for all slash commands, input fields, diffs, commit history, and context management.
- Git Integration: Automatically commits code changes with prompts included; supports
/undo
for reverting. - LLM-Powered: Uses an LLM (e.g., xAI's Grok API) to generate code and answers, with dynamic file context via
/add
and/drop
. - Test & Fix: Run