wake_set
Schedule a delayed message to be typed into a target session's terminal after a set delay, with optional repeats. Use it to trigger follow-up actions asynchronously instead of polling.
Instructions
Schedule a wake-up: after delay_seconds the body is typed into the target session's terminal as a fresh user turn (prefixed [hive wake #N]). Defaults to delivering to THIS session. Use instead of polling. Write the body self-contained: ids, context, next action - it may arrive in a session that has none of this conversation. Delivering to your OWN lead pane, where the context is already there, prefer the action, the ids, and a pointer to where the detail lives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| deliver_to | No | Deliver to a spawned agent instead of this session. | |
| project_id | No | Different project override. Use ONLY when the user explicitly asks for another project by name; otherwise stay in the current scope, even when results are empty. | |
| delay_seconds | Yes | ||
| repeat_every_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due_at | Yes | ||
| wake_id | Yes | ||
| repeating | Yes | ||
| deliver_to | Yes |