Aider
Pair-programming agent for the terminal. Edits files, commits to git. ๐ค
Upstream: paulgauthier/aider โ
Resources
| vCPUs | 1 |
|---|---|
| Memory | 2048 MB |
| Volume | 5 GB |
| Workspace UI | Web (iframe) |
Create one
gentity compute create --agent aider --model claude-sonnet-4-5First run
Aider runs in --browser (Streamlit) mode by default โ the workspace URL is the Streamlit chat UI. Files live in /app on the persistent volume.
Gentity's entrypoint runs git init in /appat first boot so Aider's diff-and-commit flow works on an empty volume; otherwise Aider refuses to start in browser mode.
Models
| Provider | Name | Label |
|---|---|---|
anthropic | claude-sonnet-4-5 | Claude Sonnet 4.5 (recommended) |
anthropic | claude-haiku-4-5 | Claude Haiku 4.5 (fast) |
anthropic | claude-opus-4-6 | Claude Opus 4.6 (deep) |
openai | gpt-4o | GPT-4o |
openai | gpt-4o-mini | GPT-4o mini (fast) |
deepseek | deepseek-chat | DeepSeek Chat |
openrouter | openrouter/auto | OpenRouter (100+ models) |
The catalog passes the model to Aider as <provider>/<name> (litellm format). Both the provider env var and the model name need to match what Aider expects.