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 install checks: Defer install checks to launch time so prompts surface only when a user actually starts Claude or Codex. (524de35, 9854082)
Agent status: Stabilize agent status across launch with a grace period and shell-title guard to prevent transient inactive flips. (4b0a09b, b4e51e0, 7b1b032)
Git diff panel: Add Git diff side panel with git status indicators, diff action buttons, repo path in mobile diff, and persisted diff settings. (0f585a6, e8531b7, 61fd724, 5d1dcf2, f44873a, eb7c830, 8ebaf94)
Stats: Add Codex usage and aggregated stats page section alongside Claude data; fix Claude stats cost and usage counting. (1249ab7, 8e2d6a7, 41414c2)
Mobile UI: Add drawer for tab view selection, lift agent mode switch prompt above mobile toolbar, refine mobile tab indicator, and prompt reload after reconnect exhaustion. (ff7128a, 869d082, 2ec24f1, b355bfe, ba1379c)
Tab UI: Refine pane tab spacing, normalize tab icon sizing, simplify new tab labels to Claude and Codex, and combine session list and new conversation into one menu item. (a35434f, ba1e88c, 95b43a2, 8e95a21)
Web input: Unify submit delay to 250ms across all input paths to avoid racing Claude's suggest-on-empty behavior. (30353c0)
Electron bundling: Bundle dayjs and smol-toml into the server build for Electron compatibility. (1016a21, 204b1e3)
Git help agent: Add configurable Git help agent. (1b2bc4b)
System toasts: Persist seen toast keys to sessionStorage to prevent repeated toasts across reloads; add copy action to system toasts. (2c5b270, b68eaa6)
Docs: Pin install command to npx purplemux@latest across READMEs and docs. (c876a3d)
Fixes
Timeline: Fix session view after process exit and stabilize spacer shrink on app resume. (b1281fa, 39b1da8)
Timeline: Fix reconnect when session id changes and restore session-list view when agent goes inactive. (ba16644, 18d6835)