# v1.4.1 — Desktop timeline polish Two quality-of-life fixes for the Agent Room timeline, both found by real usage of the v1.4.0 desktop app. Desktop-only — no CLI behavior changes; versions are bumped in lockstep. ## Result cards survive timeline reloads In v1.4.0, a slash command's result card disappeared as soon as the next command reloaded the timeline — only the most recent card was ever visible (pre-existing behavior, just far more noticeable once results became cards). Local result cards are now kept in memory and merged back into the timeline by timestamp on every reload, so a sequence of commands leaves a readable history. Cards are cleared on project switch (they describe the previous project) and capped at the 50 most recent. ## Role-coded timeline rows User and relay-baton events used to render identically — same background, same border — so conversations blurred together. Rows are now color-coded by speaker: - **user** — blue left border and a lighter background; commands render in monospace - **relay-baton** — amber left border - **claude** / **codex** — their agent colors (matching the header toggle) Works in both dark and light themes.