codeam-cli 2.65.14 → 2.65.16

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 +16 -0
  2. package/dist/index.js +459 -211
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ 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.65.15] — 2026-08-20
8
+
9
+ ### Fixed
10
+
11
+ - **cli:** Resume-spawn retry + visible failure; agent install dirs on every ACP spawn PATH (#645)
12
+
13
+ ## [2.65.14] — 2026-08-20
14
+
15
+ ### CI
16
+
17
+ - **workflow:** All workflows report to Discord (catch-all) (#643)
18
+
19
+ ### Fixed
20
+
21
+ - **cli:** Permission guards never scan plan text and never auto-reject silently
22
+
7
23
  ## [2.65.13] — 2026-08-20
8
24
 
9
25
  ### Fixed