All plugins
A

Aider

Agent·runs aider·by Hivemind

AI pair programming in your terminal, with git built in.

hive agents install aider

Source and documentation →

What it can do on the canvas

launches only: Hivemind does not read its status yet, and other agents cannot collect its replies.

Options

Set per tile, before the agent starts.

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-install

The 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."