You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{name: 'Stop Task — Stop a running background task',value: 'stop-task'},
69
71
{name: 'Status — Show active session info',value: 'status'}
70
72
))
71
73
.addStringOption(option=>
@@ -428,9 +430,31 @@ export function createInfoCommandHandlers(deps: InfoCommandHandlerDeps) {
428
430
break;
429
431
}
430
432
433
+
case'stop-task': {
434
+
if(!value){
435
+
awaitctx.editReply({
436
+
content: 'Please provide a task ID. Example: `/claude-control action:stop-task value:<taskId>`\nTask IDs are shown in "Subagent Task Started" embeds.',
0 commit comments