codeam-cli 2.48.0 → 2.49.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 +21 -0
- package/dist/index.js +5265 -5037
- package/package.json +4 -2
- package/dist/postinstall.js +0 -33
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,27 @@ 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.48.1] — 2026-06-26
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- **cli:** Actionable failure bubble replaces streamed raw 401 instead of appending below it
|
|
12
|
+
|
|
13
|
+
## [2.48.0] — 2026-06-26
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
|
|
17
|
+
- **shared:** EnvVar wire type for env-config
|
|
18
|
+
- **cli:** Dotenv parse/serialize util for env-config
|
|
19
|
+
- **cli:** Accept env-config vars[] in startCommandSchema
|
|
20
|
+
- **cli:** Env_read handler
|
|
21
|
+
- **cli:** Env_write handler (validate + atomic write)
|
|
22
|
+
- **cli:** Preview_restart handler (kill + re-spawn from stored detection)
|
|
23
|
+
|
|
24
|
+
### Changed
|
|
25
|
+
|
|
26
|
+
- **cli:** Store detection on ActivePreview + extract startPreviewFromDetection
|
|
27
|
+
|
|
7
28
|
## [2.47.1] — 2026-06-26
|
|
8
29
|
|
|
9
30
|
### Chore
|