cctally 1.33.0 → 1.34.1
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,21 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [1.34.1] - 2026-06-11
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Dashboard conversation reader: the sticky turn header introduced in 1.34.0 (which pinned the "ASSISTANT <model>" bar to the top while you scrolled a tall turn) overlapped and mingled with the prose scrolling beneath it — its razor-thin opaque mask only half-covered the text. It is replaced by an unobtrusive floating "↑ Top of turn" button that appears at the bottom-right of the reader only once a turn's start has scrolled off; clicking it returns to that turn's start (reduced-motion aware). Nothing floats over the reading column anymore, the button clears the bottom-center "↓ N new" pill, and it is hidden on a session switch. The model chip, spinner, and live-tail from 1.34.0 are unchanged (#176).
|
|
12
|
+
|
|
13
|
+
## [1.34.0] - 2026-06-11
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
- 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).
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
- Dashboard conversation reader: the loading state now shows an animated spinner instead of a static glyph (reduced-motion aware) (#175).
|
|
20
|
+
- 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).
|
|
21
|
+
- 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).
|
|
22
|
+
|
|
8
23
|
## [1.33.0] - 2026-06-11
|
|
9
24
|
|
|
10
25
|
### Added
|