Kills the pane’s current process and starts its configured process again. Start a pane’s configured process; accepts no command payload.
All Java tools · JSON · Source
Arguments
pane_idrequired · string- The pane to act on, such as %1. Every listing tool returns these.
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 to act on, such as %1. Every listing tool returns these.", "type": "string" }, "start_directory": { "description": "An absolute literal start directory.", "type": "string" } }, "required": [ "pane_id" ], "type": "object"}Output schema
{ "additionalProperties": false, "properties": { "pane_id": { "type": "string" }, "restarted": { "type": "boolean" } }, "required": [ "pane_id", "restarted" ], "type": "object"}Tool annotations
{ "destructiveHint": true, "idempotentHint": false, "openWorldHint": true, "readOnlyHint": false, "title": "Respawn a pane"}