codeam-cli 2.27.16 → 2.28.1
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.
- package/CHANGELOG.md +23 -0
- package/dist/index.js +1094 -824
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,29 @@ 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.28.0] — 2026-06-06
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- **cli:** Auto-update on stale version + re-exec into new binary
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- **cli:** IDE terminal output + Save round-trip on ACP sessions
|
|
16
|
+
- **cli:** File-watcher honors .gitignore per-repo
|
|
17
|
+
- **cli:** Refresh pluginAuthToken on boot to survive JWT_SECRET rotation
|
|
18
|
+
- **cli:** Use /pairing/reconnect on boot to refresh token + activate session
|
|
19
|
+
|
|
20
|
+
### Diag
|
|
21
|
+
|
|
22
|
+
- **cli:** Log boot triple + on-401 triple to isolate INVALID_PLUGIN_TOKEN
|
|
23
|
+
|
|
24
|
+
## [2.27.16] — 2026-06-06
|
|
25
|
+
|
|
26
|
+
### Added
|
|
27
|
+
|
|
28
|
+
- **cli:** Wire FileWatcher + TurnFileAggregator into ACP runner
|
|
29
|
+
|
|
7
30
|
## [2.27.14] — 2026-06-06
|
|
8
31
|
|
|
9
32
|
### Added
|