Add ability to kill running execute_prompt and execute_command
Apra Fleet is an open-source MCP server
Brought to you by:
apralabs
Originally created by: kumaakh
When a wrong prompt or command is dispatched to a member via execute_prompt or execute_command, there is no way to kill/cancel the running operation. The member continues burning tokens on a bad prompt until it completes or times out.
execute_prompt or execute_command mid-executionkill_task or cancel_execution tool available to PMexecute_prompt (kills the claude -p session) and execute_command (kills the shell process)
Ticket changed by: kumaakh
Originally posted by: kumaakh
user can acieve this by using the background task managerment interface, by using x to kill the task.
This issue only applies when the task is run in foreground by mistake