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
Copy file name to clipboardExpand all lines: lib/pruning-tool.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ export function createPruningTool(
45
45
constsessionId=toolCtx.sessionID
46
46
47
47
if(awaitisSubagentSession(client,sessionId)){
48
-
return"Pruning is unavailable in subagent sessions. Do not call this tool again. Continue with your current task."
48
+
return"Pruning is unavailable in subagent sessions. Do not call this tool again. Continue with your current task - if you were in the middle of work, proceed with your next step. If you had just finished, provide your final summary/findings to return to the main agent."
0 commit comments