codeam-cli 2.51.0 → 2.51.2
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 +31 -0
- package/dist/index.js +597 -454
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,37 @@ 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.1] — 2026-06-29
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- **cli:** Cross-platform owner-only file protection (Windows icacls)
|
|
12
|
+
- **cli:** Make restrictToOwner best-effort on POSIX too
|
|
13
|
+
|
|
14
|
+
### Tests
|
|
15
|
+
|
|
16
|
+
- **cli:** Guard 0600 mode assertion in beads config-store for Windows
|
|
17
|
+
|
|
18
|
+
## [2.51.0] — 2026-06-29
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
|
|
22
|
+
- **shared:** Add Headroom budget types and command interface
|
|
23
|
+
- **cli:** Add Headroom proxy --budget arg builder + wire into spawn sites
|
|
24
|
+
- **cli:** Headroom_budget relay handler (relaunch proxy with budget)
|
|
25
|
+
- **cli:** Report period spend/budget from headroom /stats
|
|
26
|
+
- **cli:** Detect Headroom budget-exceeded 429, offer pause/raise recovery
|
|
27
|
+
|
|
28
|
+
### Fixed
|
|
29
|
+
|
|
30
|
+
- **cli:** Persist headroom budget fields in headroom-config.json for self-hosted durability
|
|
31
|
+
- **cli:** Offer() receives combined haystack + fire-once budget POST test
|
|
32
|
+
- **cli:** Clear HEADROOM_BUDGET env from relaunch proxy env (pause clears budget cap)
|
|
33
|
+
|
|
34
|
+
### Tests
|
|
35
|
+
|
|
36
|
+
- **cli:** Gated real headroom budget integration
|
|
37
|
+
|
|
7
38
|
## [2.50.0] — 2026-06-28
|
|
8
39
|
|
|
9
40
|
### Added
|