codeam-cli 2.50.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 +40 -0
  2. package/dist/index.js +625 -290
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,46 @@ 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
+
27
+ ## [2.50.0] — 2026-06-28
28
+
29
+ ### Added
30
+
31
+ - **cli:** Persisted beads-config.json (default-on disable flag)
32
+ - **cli:** Honor persisted beads disable flag in provisionBeadsForStart
33
+ - **cli:** ConfigureBeads enable/disable/status service
34
+ - **cli:** Beads_configure command handler + event emitter
35
+ - **cli:** Emit input_suggestion chip on ACP agent path after closing question
36
+
37
+ ### Fixed
38
+
39
+ - **cli:** Status honors persisted disable flag; drop beads handler cast
40
+ - **cli:** Make beads_configure status probe read-only (no provisioning)
41
+
42
+ ### Tests
43
+
44
+ - **cli:** Gated beads_configure integration smoke
45
+ - **cli:** Import vitest globals in beads test files (fix typecheck)
46
+
7
47
  ## [2.49.5] — 2026-06-28
8
48
 
9
49
  ### Fixed