Queue prompt for a Claude session
queue_promptQueue a message for a Claude session to be typed automatically when the session becomes ready, even after restarts. Ensures one-time delivery across reboots.
Instructions
Durably queue a message for a Claude conversation (by session id). It is typed into the owning pane the next time that session is ready — including after a pane restart, an app relaunch, or a reboot. Deliver-once; survives every process involved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The message to type when the session (re)appears | |
| sessionId | Yes | Claude session id (UUID, e.g. from the pane's claude-sessions marker) |