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: rotate activity text when tool stream preview goes stale
When a tool (e.g. Write) streams slowly, the "receiving N bytes..."
preview would freeze. After 2s of no updates, rotate through
"Working...", "Writing...", "Processing..." every 3s so the user
sees the operation is still in progress. Timers are cleaned up
when tool info arrives.
0 commit comments