Start a pane’s configured process; accepts no command payload. Kills the pane’s current process and starts its configured process again.
All Go tools · JSON · Source
Arguments
pane_idrequired · string- the pane id, such as %1
start_directoryoptional · string- an absolute literal start directory
Schemas
The schema defines required fields, nested values, defaults, and validation constraints.
Input schema
{ "additionalProperties": false, "properties": { "pane_id": { "description": "the pane id, such as %1", "type": "string" }, "start_directory": { "description": "an absolute literal start directory", "type": "string" } }, "required": [ "pane_id" ], "type": "object"}Output schema
{ "additionalProperties": false, "properties": { "gone": { "type": "boolean" }, "paneId": { "type": "string" } }, "required": [ "paneId" ], "type": "object"}Tool annotations
{ "destructiveHint": true, "openWorldHint": true, "title": "Respawn a pane"}