source dump of claude code
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 8 lines 280 B view raw
1export const TASK_STOP_TOOL_NAME = 'TaskStop' 2 3export const DESCRIPTION = ` 4- Stops a running background task by its ID 5- Takes a task_id parameter identifying the task to stop 6- Returns a success or failure status 7- Use this tool when you need to terminate a long-running task 8`