codeam-cli 2.27.15 → 2.28.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 +12 -0
  2. package/dist/index.js +3540 -3251
  3. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,18 @@ 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.27.16] — 2026-06-06
8
+
9
+ ### Added
10
+
11
+ - **cli:** Wire FileWatcher + TurnFileAggregator into ACP runner
12
+
13
+ ## [2.27.14] — 2026-06-06
14
+
15
+ ### Added
16
+
17
+ - **cli:** Synthesize agent_banner welcome card after ACP handshake
18
+
7
19
  ## [2.27.13] — 2026-06-06
8
20
 
9
21
  ### Added