Skip to main content
Sends a follow-up message to a running agent’s session. The message is delivered to the agent as a new user prompt. If the agent is idle or has finished its current task, the message wakes it to start a new turn.

Synopsis

On a VM, the slug is optional — omitting it sends the message to the current agent’s own session. The message is everything after the slug (or everything after the flags, on a VM).

Arguments

Examples

Send a follow-up message

Multi-word message without quotes

All arguments after the slug are joined into a single message:

Send from a VM (self)

When running on an agent VM, omit the slug:

Errors