codeam-cli 2.17.6 → 2.18.1

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 +37 -0
  2. package/dist/index.js +10727 -4350
  3. package/package.json +3 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,43 @@ 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.17.7] — 2026-05-24
8
+
9
+ ### Fixed
10
+
11
+ - **cli:** Correctness bug fixes — shell:true, execSync(string), pair-auto hang, non-atomic config
12
+
13
+ ### Tests
14
+
15
+ - **vsc-plugin:** Pin PS5 regression case to powershell.exe only
16
+ - **vsc-plugin:** Drop flaky PS5 regression case
17
+
18
+ ### Revert
19
+
20
+ - **vsc-plugin,jetbrains-plugin:** Drop install_cli_and_pair --agent forwarding
21
+
22
+ ## [2.17.6] — 2026-05-23
23
+
24
+ ### Revert
25
+
26
+ - **vsc-plugin,jetbrains-plugin:** Drop install_cli_and_pair --agent forwarding
27
+
28
+ ## [2.17.5] — 2026-05-23
29
+
30
+ ### Added
31
+
32
+ - **vsc-plugin,jetbrains-plugin:** Forward selected agent to codeam pair
33
+
34
+ ### Fixed
35
+
36
+ - **vsc-plugin,jetbrains-plugin:** Npx fallback when codeam fails on PS5
37
+
38
+ ## [2.17.4] — 2026-05-23
39
+
40
+ ### Fixed
41
+
42
+ - **vsc-plugin,jetbrains-plugin:** Npx fallback when codeam fails on PS5
43
+
7
44
  ## [2.17.3] — 2026-05-23
8
45
 
9
46
  ### Fixed