Six themes, and a task screen that says what it does
Three dark themes and three light ones. Midnight — the default — is unchanged, down to the hex: if you liked the old look, you already have it. Sepia and Nocturne join it on the dark side; Daylight, Parchment, and Mist are the light ones.
- The palette became a typed registry, so the CSS variables, the pre-paint boot script, the picker swatches, and Clerk's chrome are all generated from one source instead of three hand-synced copies. Contrast is a build failure now, not a review note.
- The task screen states its own layout: chat on the left, one panel on the right, with a tab strip for TLDR, Diff, and Code Editor. The diff is a panel beside the conversation that produced it, not a drawer over the top of it.
-
Browser onandPreviews 0/0— two controls asking the same question in two vocabularies — collapsed into one Preview menu with a Watch section and a Dev servers section, each port reporting reachability in words. - Fixed: a task you started and navigated away from never got its opening prompt delivered. Delivery was wired to a page load rather than to the launch, so it worked only because people usually watch a task they just started. It fires from the launch now — which is what a scheduled run, with nobody present, always needed.