mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
2699e198d6a731898fcf0e7fc4dc15c84a4b1cd7
Previously, opening an agent screen would skip fetching timeline history if stream state already existed in the cache. This caused issues when: - Opening a running agent after reconnection - Returning to an agent with stale/incomplete cache Now we always fetch fresh timeline on open, ensuring: - Complete history is shown regardless of client state - Reconnection scenarios work correctly - Agent state is always up-to-date Uses a ref to track initialization per mount to prevent infinite loops. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Languages
TypeScript
98.1%
JavaScript
1.3%
Shell
0.1%
Swift
0.1%