codeam-cli 2.61.3 → 2.61.5
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 +14 -0
- package/dist/index.js +3608 -1996
- package/package.json +4 -4
- package/dist/postinstall.js +0 -33
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@ 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.4] — 2026-07-16
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- **box:** Add unzip for CodeRabbit install (curl alone insufficient)
|
|
12
|
+
- **cli:** Bump ACP stack to latest + freeze claude binary (broken-chat fix)
|
|
13
|
+
|
|
14
|
+
## [2.61.3] — 2026-07-16
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- **cli:** Fleet box survives restart instead of dying on expired enroll token
|
|
19
|
+
- **cli:** CodeRabbit setup works on fleet boxes (curl + install timeout)
|
|
20
|
+
|
|
7
21
|
## [2.61.2] — 2026-07-16
|
|
8
22
|
|
|
9
23
|
### Added
|