codeam-cli 2.39.80 → 2.39.82

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/index.js +5839 -5764
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,33 @@ All notable changes to `codeam-cli` are documented here.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [2.39.81] — 2026-06-22
8
+
9
+ ### Fixed
10
+
11
+ - **cli:** Always publish a visible terminal frame on a failed turn (no more silent first message)
12
+ - **cli:** Namespace streaming-chunk ids per turn so thinking/tool chips keep rendering
13
+
14
+ ## [2.39.80] — 2026-06-22
15
+
16
+ ### Added
17
+
18
+ - **cli:** Report Headroom's authoritative compression savings (not prompt-cache)
19
+
20
+ ### Fixed
21
+
22
+ - **cli:** Always publish a visible terminal frame on a failed turn (no more silent first message)
23
+
24
+ ## [2.39.79] — 2026-06-22
25
+
26
+ ### Added
27
+
28
+ - **cli:** Report Headroom's authoritative compression savings (not prompt-cache)
29
+
30
+ ### Fixed
31
+
32
+ - **cli:** Keep Headroom savings reporting on a low-disk box that's already installed
33
+
7
34
  ## [2.39.78] — 2026-06-21
8
35
 
9
36
  ### Fixed