cctally 1.56.0 → 1.56.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,14 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [1.56.1] - 2026-06-27
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Conversation viewer: large subagent threads now render an internally windowed slice (centered on a deep-linked / found / pinned turn) instead of mounting the entire thread, with "Show N earlier/later" and "Show all" controls to grow it on demand — a deep-link into a giant subagent no longer renders a ~106k-node DOM (#239).
|
|
12
|
+
- Conversation comparison view: the A→B metrics strip no longer clips the widest "A → B" value pairs (e.g. a high cost or long duration) at desktop widths — on a smaller desktop window the discovery rail stays mounted and narrows the strip, which the previous viewport-based reflow couldn't detect, so the six fixed columns truncated a trailing digit (`$337.05 → $169…`); the strip now reflows on its own width to a clean 3×2 (and 2-up when narrower) so every value stays fully visible (#240).
|
|
13
|
+
- Conversation viewer: a deep-linked turn now re-lands after a browser reload — reloading a deep-linked conversation URL (one shared or bookmarked deep inside a large session) used to leave you stranded at the previous scroll position with the target turn's owning subagent collapsed and never scrolled to, because the browser restored the prior scroll offset on top of the deep-link's own positioning and that restore landed after the reader had finished settling; the viewer now opts out of the browser's native scroll restoration so the deep-link is always the sole thing positioning the viewport and reliably re-lands on its target (#241).
|
|
14
|
+
- Conversation comparison view: the A→B metrics strip now stays fully un-clipped even at the very narrowest widths — in the 650–720px desktop band the mounted discovery rail can squeeze the strip below its two-column floor, and the same squeeze happens on sub-343px phones, where the widest "A → B" pairs (a high cost, a long duration) could still ellipsize a trailing character or two; the strip now drops to a single full-width column in that band so every value is shown in full, finishing the container-width reflow started in #240 (#242).
|
|
15
|
+
|
|
8
16
|
## [1.56.0] - 2026-06-26
|
|
9
17
|
|
|
10
18
|
### Fixed
|