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: move mode switch before child task creation in delegateParentAndOpenChild
- Move handleModeSwitch() call BEFORE createTask() to ensure child task
initializes with the correct mode's system prompt
- Remove redundant second handleModeSwitch() that was called after child creation
- This ensures the child's first API call uses the correct mode configuration
0 commit comments