May 28, 2026
Performance overhaul
Project pages now load dramatically faster across the board, with the heaviest workspaces seeing the biggest speedups. Backend rearchitected so workspace data scales without slowing down.
Speed
- Project overview, dashboard, and chat panels open noticeably faster — heavy projects that previously took several seconds now load almost instantly.
- API key refresh and revoke are now instant and reliable.
- Chat history, device analyses, and machine profiles load on demand instead of riding along with every project fetch, so opening a project is the same speed whether you have two chats or two hundred.
- Dashboard hydration trimmed: only the data the current view needs is requested.
Reliability
- Concurrent API key operations no longer collide.
- Workspace data now scales without per-project slowdowns as chats, scans, and machine inventory grow.
- Tightened error handling on long-running operations so transient hiccups recover cleanly instead of leaving stuck UI states.