A
Aider
AI pair programming in your terminal, with git built in.
hive agents install aiderWhat it can do on the canvas
- —Resumes a session
- —Reports when a turn ends
- —Can be supervised by another agent
launches only: Hivemind does not read its status yet, and other agents cannot collect its replies.
Options
Set per tile, before the agent starts.
- Model
--model - Approval
Installing the CLI itself
Hivemind runs a command that is already on your machine — it never installs one for you. This is the publisher's own instruction.
python -m pip install aider-install && aider-installThe manifest
The whole file, as the app reads it. Everything above is derived from it.
Read agent.yaml
# Aider — a catalog agent. Launch only: no status reading, resume or turn reports.
manifestVersion: 1
id: aider
label: "Aider"
bin: aider
enabled: true
caps:
promptDelivery: typed
turnSignal: false
resume: none
supervise: human
blockedDetection: false
options:
- id: model
label: "Model"
flag: --model
- id: mode
label: "Approval"
values:
yes-always: ["--yes-always"]
unattended: yes-always
install:
url: https://aider.chat/docs/install.html
command: "python -m pip install aider-install && aider-install"
note: "launches only: Hivemind does not read its status yet, and other agents cannot collect its replies."