codeam-cli 2.51.0 → 2.51.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/index.js +296 -277
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,26 @@ 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.51.0] — 2026-06-29
8
+
9
+ ### Added
10
+
11
+ - **shared:** Add Headroom budget types and command interface
12
+ - **cli:** Add Headroom proxy --budget arg builder + wire into spawn sites
13
+ - **cli:** Headroom_budget relay handler (relaunch proxy with budget)
14
+ - **cli:** Report period spend/budget from headroom /stats
15
+ - **cli:** Detect Headroom budget-exceeded 429, offer pause/raise recovery
16
+
17
+ ### Fixed
18
+
19
+ - **cli:** Persist headroom budget fields in headroom-config.json for self-hosted durability
20
+ - **cli:** Offer() receives combined haystack + fire-once budget POST test
21
+ - **cli:** Clear HEADROOM_BUDGET env from relaunch proxy env (pause clears budget cap)
22
+
23
+ ### Tests
24
+
25
+ - **cli:** Gated real headroom budget integration
26
+
7
27
  ## [2.50.0] — 2026-06-28
8
28
 
9
29
  ### Added