@agent-link/server 0.1.141 → 0.1.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -627,9 +627,6 @@ export function createConnection(deps) {
|
|
|
627
627
|
// Restore active team state on reconnect
|
|
628
628
|
if (team && msg.activeTeam) {
|
|
629
629
|
team.handleActiveTeamRestore(msg.activeTeam);
|
|
630
|
-
} else if (team && !msg.activeTeam && msg.lastCompletedTeamId) {
|
|
631
|
-
// Team completed before page refresh — auto-load as historical view
|
|
632
|
-
team.viewHistoricalTeam(msg.lastCompletedTeamId);
|
|
633
630
|
}
|
|
634
631
|
} else if (msg.type === 'error') {
|
|
635
632
|
streaming.flushReveal();
|