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
[agent] fix: persist active page in URL hash across reload
Cmd+R / Cmd+Shift+R was resetting to Dashboard because page state
was useState("dashboard"). Now reads from location.hash on init,
updates hash on navigate, and listens for hashchange (back/forward).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments