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(bootstrap): TUI race condition exits before agent fallback completes
The allDone check treated stream-based StatusError as terminal, causing
the TUI to quit when other agents finished before a recovering agent
could deliver its AgentResultMsg. Track ResultReceived explicitly so
the TUI waits for every agent's final result.
0 commit comments