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
Fork context preamble: tasks run with context: "fork" are now wrapped with a default preamble that anchors the subagent to its task, preventing it from continuing the parent conversation.
Prompt-template delegation bridge (prompt-template-bridge.ts) on the shared extension event bus with request/started/response/update events, cwd safety checks, and race-safe cancellation.
Delegated progress streaming via prompt-template:subagent:update.
Changed
Session lifecycle reset now preserves the latest extension context for event-bus delegated runs.
[fork] badge shown only on result row, no longer duplicated on tool-call row.