A lightweight terminal coding agent. Use it as it is, or as a base to build your own specialized coding agent.
git clone https://github.com/yishus/dim.git
cd dim
bun install
bun run devAdd your API keys to ~/.dim/agent/auth.json:
{
"anthropic": {
"apiKey": "sk-ant-..."
},
"google": {
"apiKey": "..."
},
"openai": {
"apiKey": "sk-..."
}
}