2.11.0 (2026-03-18)
Bug Fixes
- admin: fix broken admin section UI (9af9e93)
- auth: disable input on auth-required sessions and skip terminal on replay (5b70fb1)
- auth: grant project owner access to their own private projects (edbbaa9)
- auth: hide input area when Claude Code is not logged in (d1814ea)
- cli: allow --os-users flag when --multi-user is already enabled (d31a895)
- cli: correct sudo command in OS users mode guidance (761cc0c)
- cli: suppress console.clear in --debug mode and add foreground to initial setup (2d4fd18)
- daemon: chown project dir before git init as OS user (0b2e6f5)
- daemon: pass PATH env when running git init as OS user (e9fe51f)
- dm: hide sticky notes on DM entry and restore session on return (4e4e6a2)
- dm: persist removed users server-side and add dust particles (76943a5)
- dm: remove user from conversations list when unfavorited (6be6f80)
- dm: route favorite messages to server and add particle effect (cd69d19)
- dm: show online status dot in DM favorites user strip (a066565)
- os-users: check for required system packages on startup (903ee4d)
- os-users: chmod package dir instead of copying worker to tmp (af9fe0f)
- os-users: copy sdk-worker to temp path for user access (6034ba0)
- os-users: harden project isolation and fix CLI provisioning (ee6965f)
- os-users: include ownerId in project access response (7ec7473)
- os-users: set NODE_PATH so copied worker can find SDK (2354f77)
- plan: switch focus to new session on clear context (472501b)
- projects: improve remove and re-add UX (707449b)
- sdk-bridge: propagate worker exit errors to client sessions (bc439df)
- server: use correct variable name in WS upgrade handler (518fd71)
- server: wire onRestart callback through to project context (52d1e79), closes #219
- session: auto-create session on connect and backfill legacy ownerId (b1137fc)
- sticky-notes: cap minimized width and show Untitled for empty notes (adc85a3)
- sticky-notes: show format toolbar when selection extends outside note (7ac0d94)
- terminal: prevent duplicate prompt on initial terminal open (4279e53)
- terminal: prevent terminal overflow below viewport (61178fb)
- ui: make diff view toggle bar sticky in file viewer (d1caa60)
- ui: replace browser confirm with custom dialog for fork (8c04ca3)
- ui: route icon strip add button through openAddProjectModal (a16f8cd)
- ui: update DM add button tooltip to "Add DM favorite" (7c889b3)
- ui: use theme-aware color for icon strip pill indicator (2aadb18), closes #fff
- update: restrict update notifications to admins and re-fetch on channel change (9a9b83b)
Features
- admin: add direct user creation with temporary PIN (c9126e2)
- auth: show contextual welcome message and add favicon to PIN page (2a9ea23)
- cli,admin: redesign setup flow and add admin PIN reset (e57e383)
- cli: require explicit "agree" for disclaimer and add OS users warning to setup wizard (0b3a60c)
- cli: run daemon in foreground with --debug flag (8ec6904)
- dm: add favorites model to user strip with picker UI (57c9d24)
- dm: add P2P direct messaging between users (4071eef)
- dm: add right-click to remove user from DM favorites (e56f329)
- dm: show context menu on right-click for DM user icons (f568713)
- os-users: add OS-level user isolation with ACL management (9641380)
- os-users: auto-install Claude CLI for newly provisioned users (a05e9a6)
- project: add empty project creation and GitHub clone modes (9c7bf96)
- projects: allow re-adding previously removed projects (886369f)
- projects: auto-set ownership and visibility for non-admin users (d459c26)
- sdk: add thinking config control to settings popover (a0ef97a)
- sdk: enable agent progress summaries for subagent UI (0ac4644)
- sdk: upgrade agent SDK to 0.2.76 with elicitation and mid-query effort (c21a201)
- session: add fork session from message hover action (c68ccd8)
- session: unify session titles with SDK renameSession (91278dd)
- terminal: add clickable URLs, fix copy/paste, improve context menu (c68ce14)
- terminal: add multi-line URL detection for wrapped links (7914475)
- ui: add remove project option to icon strip context menu (c437675)
- ui: add unread message badges to session list and project icons (d09974b)
- update: add beta update channel support (afe552b)