send_peer
Send a text message to a live Claude Code session on this machine via the peer's name. Fire-and-forget: delivery returns once accepted, no answer wait.
Instructions
Send a text message to a live Claude Code session on this machine. Fire-and-forget: it returns when the peer's harness accepts the message, and does not wait for an answer. Use the name from peers; an unambiguous prefix works. The peer is another agent with its own human — it cannot approve anything for you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| peer | Yes | Peer name from peers, e.g. "auth-refactor" or "auth-refactor.7f3". | |
| urgent | No | Ask to interrupt a running turn. Currently unsupported on both runtimes; the message is queued either way. | |
| message | Yes | The text to send, verbatim. | |
| in_reply_to | No | Id of the peer message you are answering, if this is a reply. | |
| expect_reply | No | True if you are waiting on an answer. Recorded; nothing blocks. |