Added
- Clone a session straight from the sidebar — each session row's
…menu gained Clone session, which duplicates that session on disk (fresh id, pi's<timestamp>_<id>.jsonlnaming, entries copied verbatim) and drops the copy into the list to branch off. Unlike Delete, it only reads the source, so it works on any row — including one with a live pi process — without switching away from what you're doing. The ⌘P "Clone Session" command still clones the open session through pi. - Usage page — a full-width Daily activity calendar heatmap: one cell per day across a trailing 12 months, shaded by the active metric (tokens, requests, cost, …), with month/weekday axes, a less→more legend, a hover readout, and click-to-scope to a single day (click again to restore the range). It is independent of the date range — a contribution graph needs a year to read — but the active workspace / model / provider / errors filters apply to every cell.
Fixed
- App and composer shortcuts now bind GPUI's cross-platform
secondarymodifier (Cmd on macOS, Ctrl on Windows/Linux). They previously usedcmd-*, which GPUI maps to the Windows/Super key on Windows, so copy/paste/cut/select-all and every other primary shortcut did nothing there. Shortcut hint chips now render the platform-correct label too.