C
Crush
Charm's terminal coding agent for many model providers.
hive agents install crushWhat 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.
- 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.
npm install -g @charmland/crushThe 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."