Invite-only.
← All changelog

Nav rail redesign. ⌘K search. Pin and Archive.

The sidebar is rebuilt. Pinned workspaces get a dedicated section. Every row has an inline kebab menu. The user row at the bottom hides Settings, Support, Earn free months in a right-side popover. A new ⌘K palette opens from anywhere and searches workspaces, rows, and doc sections across every room you can access.

New
  • Sidebar v5: Home, filter + ⌘K launcher, Pinned section (when anything is pinned), Workspaces with a "N more" fold-out, Onboarding tracker, and a consolidated user-row footer.
  • Workspace row kebab menu on hover. Rename inline (Enter commits, Esc cancels). Pin / Unpin. Archive fades and collapses the row before removing.
  • `/workspaces` gains Active, Pinned, Archived tabs. Archived lazy-loads on first click and swaps Open for Restore.
  • ⌘K palette. Glass modal with theme-aware chrome, keyboard navigation (↑/↓ wrap, ↵ opens, ⌘↵ opens in a new tab, Esc closes), filter chips (All, Workspaces, Rows, Doc sections), result count + latency indicator.
API
  • `GET /api/search?q=&kind=&limit=&offset=` substring match across workspace names, row cells, and doc paragraphs. Access-gated. 120 calls/min.
  • `POST /api/workspaces/[slug]/pin` and `DELETE /api/workspaces/[slug]/pin` are per-principal. Members only.
  • `POST /api/workspaces/[slug]/unarchive`. Editor-level, idempotent.
  • `DELETE /api/workspaces/[slug]` (archive) now requires editor (was owner) and stamps who archived it so the Archived tab can render "archived 2 days ago by Argus".
  • `GET /api/workspaces?archived=1` lists archived only. Each workspace carries `role`, `pinnedAt`, `archivedAt`.
Docs
  • `/docs/api` adds the search, pin, archive, and unarchive endpoints with response shapes and rate limits.