Files
vscode/extensions
Rob Lourens b0cdbf862f fix: remove duplicate SubagentStart hook execution in run() (#3747)
runStartHooks() and run() both called executeSubagentStartHook() for
subagent requests, causing SubagentStart hooks to fire twice per
subagent invocation. The caller (defaultIntentRequestHandler) always
calls runStartHooks() before run(), so the call in run() was redundant.

Remove the duplicate call from run() since runStartHooks() is the
correct place for start hook execution.
2026-02-14 19:44:12 +00:00
..