codeam-cli 2.65.1 → 2.65.3

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 +31 -0
  2. package/dist/index.js +1030 -888
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,37 @@ 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.2] — 2026-08-14
8
+
9
+ ### Added
10
+
11
+ - **cli:** Box-local custom MCP servers (~/.codeam/mcp-servers.json) merged into every ACP session
12
+
13
+ ### Fixed
14
+
15
+ - **cli:** Dedupe within-file duplicate names in local MCP config (keep first, warn)
16
+
17
+ ## [2.65.1] — 2026-08-14
18
+
19
+ ### Added
20
+
21
+ - **shared:** Canonical per-agent install snippets (INSTALL_SNIPPETS)
22
+
23
+ ### CI
24
+
25
+ - **workflow:** Nightly + path-triggered real agent-install gate
26
+
27
+ ### Fixed
28
+
29
+ - **cli:** Retry agent install once on post-install probe failure + 300s switch install budget
30
+ - **cli:** Codex adapter augments user-local bin PATH before probing (stale-PATH class)
31
+ - **cli:** Three stale-PATH/misreported-install bugs found by the real install gate
32
+ - **cli:** Pre-tag wave — coderabbit runnability authority, retry progress, harness hardening
33
+
34
+ ### Tests
35
+
36
+ - **cli:** Real per-agent install integration gate (Docker, minimal PATH)
37
+
7
38
  ## [2.65.0] — 2026-08-14
8
39
 
9
40
  ### Added