codeam-cli 2.56.0 → 2.58.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 +14 -0
  2. package/dist/index.js +482 -585
  3. package/package.json +1 -1
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.57.0] — 2026-07-07
8
+
9
+ ### Changed
10
+
11
+ - **cli:** Registry-drive per-agent branches, remove dead 1M-recovery, split HandlerContext (codeagent-tok)
12
+
13
+ ## [2.56.0] — 2026-07-07
14
+
15
+ ### Changed
16
+
17
+ - **cli:** Runner.ts dispatch table — AcpCommandContext replaces the 19-param handleCommand (Phase 3)
18
+ - **cli:** Split host-agent.ts into commands/host/ modules + one spawnHeadroomProxy (Phase 3)
19
+ - **cli:** Decompose previewStartH into stages + event-driven tunnel wait (Phase 3 wave 2)
20
+
7
21
  ## [2.55.1] — 2026-07-07
8
22
 
9
23
  ## [2.54.0] — 2026-07-06