codeam-cli 2.21.0 → 2.21.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 +17 -0
  2. package/dist/index.js +323 -211
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,23 @@ 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.21.1] — 2026-05-25
8
+
9
+ ### Added
10
+
11
+ - **cli:** Apply_file_review handler — git add / git restore on the worktree
12
+
13
+ ### Fixed
14
+
15
+ - **cli+vsc-plugin:** CI failures — stop-aware retries + VSC git-root seam
16
+
17
+ ## [2.21.0] — 2026-05-25
18
+
19
+ ### Added
20
+
21
+ - **cli:** End-of-turn batch aggregator + JSONL outbox
22
+ - **cli:** Dirty-flag optimisation — skip git for un-touched repos
23
+
7
24
  ## [2.20.3] — 2026-05-25
8
25
 
9
26
  ### Fixed