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 stream continuation on navigation to historic chats (#6813)
## Summary
- Cancel active streaming when loading a historic chat session
- Cancel active streaming when starting a new chat
- Prevent streams from continuing in background when user navigates away
- Add console logging for debugging stream cancellation
- Ensure clean state transitions between active and historic chats
## Test plan
- [x] Test stream stops when navigating to historic chat
- [x] Test stream stops when starting new chat
- [x] Run `yarn test` - all pass
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
0 commit comments