Cline
Cline's terminal agent.
hive agents install clineWhat it can do on the canvas
- —Resumes a session
- —Reports when a turn ends
- —Can be supervised by another agent
launches and reads status; other agents cannot collect its replies.
Options
Set per tile, before the agent starts.
- Model
--model - Mode
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 clineThe manifest
The whole file, as the app reads it. Everything above is derived from it.
Read agent.yaml
# Cline — built-in provider manifest.
# Authoring format for the def half. See packages/hive-agents/src/manifest.ts.
manifestVersion: 1
id: cline
label: Cline
bin: cline
enabled: true
caps:
promptDelivery: typed
turnSignal: false
resume: none
supervise: human
blockedDetection: true
icon:
viewBox: 0 0 24 24
attrs:
fill: currentColor
shapes:
- path:
d: "m23.365 13.556-1.442-2.895V8.994c0-2.764-2.218-5.002-4.954-5.002h-2.464c.178-.367.276-.779.276-1.213A2.77 2.77 0 0 0 12.018 0a2.77 2.77 0 0 0-2.763 2.779c0 .434.098.846.276 1.213H7.067c-2.736 0-4.954 2.238-4.954 5.002v1.667L.64 13.549c-.149.29-.149.636 0 .927l1.472 2.855v1.667C2.113 21.762 4.33 24 7.067 24h9.902c2.736 0 4.954-2.238 4.954-5.002V17.33l1.44-2.865c.143-.286.143-.622.002-.91m-12.854 2.36a2.27 2.27 0 0 1-2.261 2.273 2.27 2.27 0 0 1-2.261-2.273v-4.042A2.27 2.27 0 0 1 8.249 9.6a2.267 2.267 0 0 1 2.262 2.274zm7.285 0a2.27 2.27 0 0 1-2.26 2.273 2.27 2.27 0 0 1-2.262-2.273v-4.042A2.267 2.267 0 0 1 15.535 9.6a2.267 2.267 0 0 1 2.261 2.274z"
options:
- id: model
label: Model
flag: --model
- id: mode
label: Mode
values:
plan:
- --plan
install:
url: https://docs.cline.bot/cline-cli/installation
command: "npm install -g cline"
detect:
rules:
- when:
contains: let cline use this tool
then: blocked
- when:
all:
- any:
- contains: '[act mode]'
- contains: '[plan mode]'
- contains: 'yes'
then: blocked
- when:
contains: cline is ready for your message
then: idle
default: working
note: launches and reads status; other agents cannot collect its replies.