fix(web): sidebar session reveal + stop doubled streaming text - #129
Conversation
Reveal a task in the left sidebar as soon as the first user message is sent (backend only indexes after RecordUser), with a real title instead of a UUID fragment. Fix WSClient so disconnect() does not auto-reconnect under React StrictMode, which left a ghost socket that doubled every agent_text delta.
|
Warning Review limit reached
Next review available in: 38 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (10)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Call the sidebar helper with dispatch/getState directly so AppDispatch no longer conflicts with RTK's loosely typed ThunkDispatch in CI.
…uble-stream fix(web): sidebar session reveal + stop doubled streaming text
Summary
RecordUser); empty Welcome sessions stay out of the list; never show a raw UUID as the title; light enter animation for new rows.WSClient.disconnect()so intentional close does not schedule auto-reconnect. React StrictMode remount left a ghost WebSocket that also receivedagent_text, doubling every delta (你好你好/HiHi/How How).agent_doneso title / running / updated_at stay in sync.Test plan
make run/ Vite dev with StrictMode)