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: trigger topbar re-render when providers load for context limit
Replace unreliable :wait() approach with a one-time finally callback
on the providers promise that calls topbar.render(). This guarantees
the percentage appears even when providers load asynchronously after
the initial render.
0 commit comments