codeam-cli 2.61.82 → 2.61.83

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 +11 -0
  2. package/dist/index.js +441 -372
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,17 @@ 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.61.82] — 2026-08-04
8
+
9
+ ### Added
10
+
11
+ - **cli:** Host-allow preview dev servers behind the Cloudflare tunnel (#582)
12
+ - **cli:** Reuse the project .env across sessions of the same repo (#583)
13
+
14
+ ### Fixed
15
+
16
+ - **cli:** Don't clobber a delivered reply when the completion ACK 404s (#584)
17
+
7
18
  ## [2.61.81] — 2026-08-03
8
19
 
9
20
  ### Added