codeam-cli 2.62.1 → 2.63.0

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 +13 -0
  2. package/dist/index.js +1493 -996
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,19 @@ 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.62.2] — 2026-08-13
8
+
9
+ ### Fixed
10
+
11
+ - **cli:** The /proc proxy scan must positively identify a proxy before killing it (#617)
12
+ - **cli:** CodeRabbit install provisions its prerequisites and reports why it failed
13
+
14
+ ## [2.62.1] — 2026-08-13
15
+
16
+ ### Fixed
17
+
18
+ - **cli:** Pre-turn proxy wait releases on an accepting socket, not only /livez (#614)
19
+
7
20
  ## [2.62.0] — 2026-08-13
8
21
 
9
22
  ### Fixed