Synopsis
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
slug | string | yes | The agent’s slug. |
description | string | yes | The follow-up message. All remaining arguments after the slug are joined into the description. |
--agent | string | no | Override the agent persona for this follow-up (e.g. programmer, architect). |
--task | string | no | A checklist item to include. Repeatable — pass --task multiple times to build a checklist. |
--workspace | string | no | Workspace name. Overrides the value from murmur.yaml. |
Examples
Send a follow-up message
Follow-up with a checklist
Override the persona
architect persona instead of its default.
Errors
Related
- Agents — concept overview
- Agent personas — persona configuration
murmur queue clear— discard all queued follow-upsmurmur queue strategy— set how follow-ups are drainedmurmur queue conflict-resolution— set per-repo conflict handlingmurmur notify— send a one-off message without queuingmurmur status— check an agent’s phase and queued follow-upsmurmur watch— stream events for an agent in real time