codeam-cli 2.65.0 → 2.65.2

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 +38 -0
  2. package/dist/index.js +1011 -802
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,44 @@ 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.1] — 2026-08-14
8
+
9
+ ### Added
10
+
11
+ - **shared:** Canonical per-agent install snippets (INSTALL_SNIPPETS)
12
+
13
+ ### CI
14
+
15
+ - **workflow:** Nightly + path-triggered real agent-install gate
16
+
17
+ ### Fixed
18
+
19
+ - **cli:** Retry agent install once on post-install probe failure + 300s switch install budget
20
+ - **cli:** Codex adapter augments user-local bin PATH before probing (stale-PATH class)
21
+ - **cli:** Three stale-PATH/misreported-install bugs found by the real install gate
22
+ - **cli:** Pre-tag wave — coderabbit runnability authority, retry progress, harness hardening
23
+
24
+ ### Tests
25
+
26
+ - **cli:** Real per-agent install integration gate (Docker, minimal PATH)
27
+
28
+ ## [2.65.0] — 2026-08-14
29
+
30
+ ### Added
31
+
32
+ - **cli:** Autonomous chained handoffs with a hop budget (squad_configure/squad_stats)
33
+ - **cli:** Per-turn agentId on the conversation push payload
34
+ - **cli:** @coderabbit one-shot review mentions (batch path, no swap)
35
+
36
+ ### Fixed
37
+
38
+ - **cli:** Journal captures turn file paths (peek accessor)
39
+ - **cli:** Masked-aware live-stream fence truncation
40
+ - **cli:** Journal reads the CURRENT turn's paths + simplify masked fence-start
41
+ - **cli:** Prime turn-file baseline at session start so turn 1 journals its own paths
42
+ - **cli:** Squad context rides an ACP resource block, never the user's words
43
+ - **cli:** Phase-2 review wave — mention history, strip anchor, auto-accept ordering, hop convention
44
+
7
45
  ## [2.64.0] — 2026-08-14
8
46
 
9
47
  ### Added