codeam-cli 2.10.7 → 2.11.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 +22 -0
  2. package/dist/index.js +1358 -924
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,28 @@ 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.10.8] — 2026-05-12
8
+
9
+ ### Fixed
10
+
11
+ - **cli:** Exclude pre-existing JSONLs from auto-detect so a fresh pair stays empty
12
+
13
+ ### Performance
14
+
15
+ - **cli:** Idle backoff on polling fallback
16
+ - **vsc-plugin:** SSE pull primary with polling fallback
17
+ - **jetbrains-plugin:** SSE pull primary with polling fallback
18
+
19
+ ### Tests
20
+
21
+ - **cli:** Update poll-cadence test to reflect idle-backoff behaviour
22
+
23
+ ## [2.10.7] — 2026-05-11
24
+
25
+ ### Fixed
26
+
27
+ - **cli:** Don't auto-detect + upload stale JSONL on boot
28
+
7
29
  ## [2.10.6] — 2026-05-11
8
30
 
9
31
  ### Added