codeam-cli 2.48.1 → 2.49.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.
- package/CHANGELOG.md +25 -0
- package/dist/index.js +5223 -5002
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,31 @@ 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.49.0] — 2026-06-27
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- **cli:** Parameterize setupHeadroomForSelfHosted (extras + progress + config backup)
|
|
12
|
+
- **cli:** Headroom_configure handler + configure service + postHeadroomEvent
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- **cli:** Widen sendResult to unknown (drop unsafe casts) + guard agentId + unref stopProxy
|
|
17
|
+
- **cli:** Persistent-container disable phase + validated casts + exclude test driver
|
|
18
|
+
- **cli:** Headroom stopProxy survives missing pkill + procps in int-test image
|
|
19
|
+
- **cli:** Surface driver errors + bake headroom deps into int-test image
|
|
20
|
+
- **workflow:** Reuse prebuilt headroom image in int test + apt retry (no double build)
|
|
21
|
+
|
|
22
|
+
### Tests
|
|
23
|
+
|
|
24
|
+
- **cli:** Real Docker integration test for Headroom on-demand enable/disable
|
|
25
|
+
|
|
26
|
+
## [2.48.1] — 2026-06-26
|
|
27
|
+
|
|
28
|
+
### Fixed
|
|
29
|
+
|
|
30
|
+
- **cli:** Actionable failure bubble replaces streamed raw 401 instead of appending below it
|
|
31
|
+
|
|
7
32
|
## [2.48.0] — 2026-06-26
|
|
8
33
|
|
|
9
34
|
### Added
|