codeam-cli 2.20.0 → 2.20.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 +16 -0
  2. package/dist/index.js +288 -179
  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.20.1] — 2026-05-25
8
+
9
+ ### Documentation
10
+
11
+ - Document CODEAM_TEST_MODE + CODEAM_API_URL env vars in README (#177)
12
+
13
+ ### Fixed
14
+
15
+ - **cli:** Finalize turn on content-stable + ready-prompt, not just PTY-idle (#178)
16
+
17
+ ## [2.20.0] — 2026-05-24
18
+
19
+ ### Added
20
+
21
+ - **shared:** CODEAM_TEST_MODE env var to route clients at dev preview (#176)
22
+
7
23
  ## [2.19.0] — 2026-05-24
8
24
 
9
25
  ### Added