codeam-cli 2.39.82 → 2.39.84
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 +17 -0
- package/dist/index.js +532 -246
- 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.39.83] — 2026-06-22
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- **cli:** Install + authenticate gh on bare self-hosted boxes
|
|
12
|
+
- **cli:** Synchronous auto-upgrade for link/pair on stale CLIs
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- **cli:** Persist git credentials + commit identity for self-hosted workspaces
|
|
17
|
+
|
|
18
|
+
## [2.39.82] — 2026-06-22
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- **cli:** Upload the ACP transcript on get_conversation so truncated turns heal (incremental, scalable)
|
|
23
|
+
|
|
7
24
|
## [2.39.81] — 2026-06-22
|
|
8
25
|
|
|
9
26
|
### Fixed
|