codeam-cli 2.39.45 → 2.39.47

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 +18 -0
  2. package/dist/index.js +2888 -2772
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,24 @@ 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.46] — 2026-06-19
8
+
9
+ ### Added
10
+
11
+ - **cli:** Wrap codespace agent launch with headroom (never-break fallback)
12
+ - **cli:** Headroom /stats poll reporter (local, scoped) -> backend savings
13
+ - **cli:** Start/stop headroom savings reporter with the codespace agent
14
+
15
+ ## [2.39.45] — 2026-06-19
16
+
17
+ ### Fixed
18
+
19
+ - **cli:** Fetch pluginAuthToken via /api/pairing/reconnect when PoP enforcement omits it from pair_completed
20
+
21
+ ### Tests
22
+
23
+ - **cli:** Make untracked-path assertion platform-agnostic (fix Windows CI)
24
+
7
25
  ## [2.39.44] — 2026-06-19
8
26
 
9
27
  ### Fixed