codeam-cli 2.61.2 → 2.61.4
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 +19 -0
- package/dist/index.js +3525 -1951
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,25 @@ 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.61.3] — 2026-07-16
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- **cli:** Fleet box survives restart instead of dying on expired enroll token
|
|
12
|
+
- **cli:** CodeRabbit setup works on fleet boxes (curl + install timeout)
|
|
13
|
+
|
|
14
|
+
## [2.61.2] — 2026-07-16
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
|
|
18
|
+
- **shared:** Add fleet_box_ready user event
|
|
19
|
+
- **cli:** Host_list_dir — read-only directory browse for the deploy path picker
|
|
20
|
+
|
|
21
|
+
### Tests
|
|
22
|
+
|
|
23
|
+
- **cli:** Host_list_dir handler (lists dir + failed path via relay result)
|
|
24
|
+
- **cli:** Host_list_dir failed-path assertion is cross-platform (path.resolve normalizes on Windows)
|
|
25
|
+
|
|
7
26
|
## [2.61.1] — 2026-07-15
|
|
8
27
|
|
|
9
28
|
### Documentation
|