codeam-cli 2.61.98 → 2.62.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.
- package/CHANGELOG.md +20 -0
- package/dist/index.js +445 -235
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,26 @@ 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.99] — 2026-08-13
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- **cli:** Headroom_usage — relay Headroom's durable token-usage history (#612)
|
|
12
|
+
|
|
13
|
+
### CI
|
|
14
|
+
|
|
15
|
+
- Run the full cross-OS matrix weekly, not nightly
|
|
16
|
+
|
|
17
|
+
## [2.61.98] — 2026-08-12
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- **jetbrains-plugin:** Pairing poll flooded /api/pairing/status and ignored 429s
|
|
22
|
+
|
|
23
|
+
### Tests
|
|
24
|
+
|
|
25
|
+
- **cli:** Integration test for the command-relay SSE primary channel (#608)
|
|
26
|
+
|
|
7
27
|
## [2.61.97] — 2026-08-10
|
|
8
28
|
|
|
9
29
|
### Added
|