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
fix: skip completion eval when work was delegated to subagent (#179)
When the agent loop called spawn_subagent or invoke_agent, the completion
evaluator now skips rather than re-prompting. The SubagentResultHandler
will deliver the result — re-prompting races with it and produces
duplicate answers (the user sees both the subagent result and the
re-prompted primary response).
Also updates directives to allow direct handling of simple closed
questions that need only 1-2 tool calls. The subagent overhead is
counterproductive for "when does my class end?" style queries.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments