codeam-cli 2.54.0 → 2.56.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 +14 -0
- package/dist/index.js +2977 -2933
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@ 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.55.1] — 2026-07-07
|
|
8
|
+
|
|
9
|
+
## [2.54.0] — 2026-07-06
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- **shared:** Rename to @codeam/shared and make it publishable to npm (Phase 2 PR-0)
|
|
14
|
+
- **shared:** Agent capability flags + identity module + headroom manifest + beads superset (Phase 2 PR-1)
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- **cli:** Windows CI green — derive claude exe suffix from platformKey; win32-native install-target expectations
|
|
19
|
+
- **cli:** Self-update can actually spawn npm on Windows — shell for the .cmd shim
|
|
20
|
+
|
|
7
21
|
## [2.53.4] — 2026-07-06
|
|
8
22
|
|
|
9
23
|
### Fixed
|