mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Sidebar Session rows now mirror the workspace tab descriptor: same provider icon, same loader spinner, same status dot, same attention badge. Reuses WorkspaceTabPresentationResolver + WorkspaceTabIcon directly — no parallel implementation. Status reactivity stays inside the tab descriptor's own per-agent selector, so selectSidebarSessionSlice is unchanged and the parent ids hook keeps its reference stability. Navigation test mocks tab presentation so it doesn't pull the full workspace stack just to assert click behavior; production uses the real shared component.