Restart hyperpanes
restart_appRestart the hyperpanes app: 'gui' relaunches the GUI while panes and processes survive; 'full' snapshots the workspace, exits the daemon, and restores all panes and conversations.
Instructions
Restart the hyperpanes app itself (root token only). scope:"gui" relaunches the GUI — panes and their processes survive via the session daemon and re-attach. scope:"full" is the phoenix: a final workspace snapshot is flushed, GUI AND daemon exit (every pane dies), and the relaunched app restores the workspace, auto-resuming every pane's Claude conversation in its own cwd. Optional sessionId+prompt pre-queues a speak-first message for one resurrected conversation (e.g. the caller's own — self-restart across the apocalypse).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | "gui": panes survive; "full": everything dies and is restored from the snapshot | |
| prompt | No | Speak-first message for sessionId once it resumes | |
| sessionId | No | Claude session id to deliver `prompt` to after the restore |