All plugins
C

Crush

Agent·runs crush·by Hivemind

Charm's terminal coding agent for many model providers.

hive agents install crush

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.

npm install -g @charmland/crush

The manifest

The whole file, as the app reads it. Everything above is derived from it.

Read agent.yaml
# Crush — a catalog agent. Launch only: no status reading, resume or turn reports.
manifestVersion: 1
id: crush
label: "Crush"
bin: crush
enabled: true
caps:
  promptDelivery: typed
  turnSignal: false
  resume: none
  supervise: human
  blockedDetection: false
options:
  - id: mode
    label: "Approval"
    values:
      yolo: ["--yolo"]
    unattended: yolo
install:
  url: https://github.com/charmbracelet/crush#installation
  command: "npm install -g @charmland/crush"
note: "launches only: Hivemind does not read its status yet, and other agents cannot collect its replies."