cctally 1.33.0 → 1.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [1.34.0] - 2026-06-11
9
+
10
+ ### Added
11
+ - Dashboard conversation reader: the open conversation now updates live — once you've paged to the end, new turns from an active session appear on each refresh tick with no manual reload, sticking to the newest turn if you're already at the bottom or surfacing a floating "↓ N new" pill (click to jump to the latest) if you've scrolled up. The cost and model totals update along with the new turns (#175).
12
+
13
+ ### Changed
14
+ - Dashboard conversation reader: the loading state now shows an animated spinner instead of a static glyph (reduced-motion aware) (#175).
15
+ - Dashboard conversation reader: long-turn headers — assistant/human turns, tool-result runs, and subagent groups — now pin to the top while you scroll inside them, and clicking an assistant/human turn header scrolls back to that turn's start (#175).
16
+ - Dashboard conversation reader: the assistant model is now shown as a colored chip (matching the rest of the dashboard) instead of plain text; turns with no known model render no chip (#175).
17
+
8
18
  ## [1.33.0] - 2026-06-11
9
19
 
10
20
  ### Added