codeam-cli 2.61.1 → 2.61.3

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/index.js +301 -225
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,28 @@ 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.2] — 2026-07-16
8
+
9
+ ### Added
10
+
11
+ - **shared:** Add fleet_box_ready user event
12
+ - **cli:** Host_list_dir — read-only directory browse for the deploy path picker
13
+
14
+ ### Tests
15
+
16
+ - **cli:** Host_list_dir handler (lists dir + failed path via relay result)
17
+ - **cli:** Host_list_dir failed-path assertion is cross-platform (path.resolve normalizes on Windows)
18
+
19
+ ## [2.61.1] — 2026-07-15
20
+
21
+ ### Documentation
22
+
23
+ - **cli:** CODEAM_HOST_LABEL / resolveHostLabel + fleet box 'CodeAgent Box' label
24
+
25
+ ### Fixed
26
+
27
+ - **cli:** Cross-platform preview-port reclaim (Windows taskkill, not a no-op)
28
+
7
29
  ## [2.61.0] — 2026-07-15
8
30
 
9
31
  ### Added