codeam-cli 2.39.81 → 2.39.83
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 +13 -0
- package/dist/index.js +6256 -5938
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,19 @@ 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.39.82] — 2026-06-22
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- **cli:** Upload the ACP transcript on get_conversation so truncated turns heal (incremental, scalable)
|
|
12
|
+
|
|
13
|
+
## [2.39.81] — 2026-06-22
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
- **cli:** Always publish a visible terminal frame on a failed turn (no more silent first message)
|
|
18
|
+
- **cli:** Namespace streaming-chunk ids per turn so thinking/tool chips keep rendering
|
|
19
|
+
|
|
7
20
|
## [2.39.80] — 2026-06-22
|
|
8
21
|
|
|
9
22
|
### Added
|