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
// Skip pruning in subagent sessions, but guide the model to continue its work
26
26
// TODO: remove this workaround when PR 4913 is merged (primary_tools config)
27
27
if(awaitisSubagentSession(client,ctx.sessionID)){
28
-
return"Pruning is unavailable in subagent sessions. 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."
28
+
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