codeam-cli 2.16.2 → 2.17.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 +40 -0
  2. package/dist/index.js +604 -453
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,46 @@ 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.0] — 2026-05-22
8
+
9
+ ### Added
10
+
11
+ - Detect OpenAI Codex in VS Code + JetBrains plugins (#46)
12
+
13
+ ### CI
14
+
15
+ - **vsc-plugin:** VS Code E2E workflow — open panel + pair-backend probe (#45)
16
+
17
+ ### Fixed
18
+
19
+ - **cli:** Windows EPERM #43 + cross-OS CI smoke matrix + agent-creds tests
20
+ ## [2.16.1] — 2026-05-21
21
+
22
+ ### Fixed
23
+
24
+ - **cli:** Codeam link — auto-install, multi-probe creds, file-watcher login (#42)
25
+
26
+ ## [2.16.2] — 2026-05-22
27
+
28
+ ### Chore
29
+
30
+ - **meta:** Expand issue templates with question + documentation forms
31
+
32
+ ### Documentation
33
+
34
+ - **shared:** Correct prod URL in api-url history comment
35
+
36
+ ### Fixed
37
+
38
+ - **cli:** Codeam link — auto-install, multi-probe creds, file-watcher login
39
+ - **cli:** Windows EPERM crash from chokidar watching user-profile junctions (#43)
40
+
41
+ ## [2.16.1] — 2026-05-21
42
+
43
+ ### Fixed
44
+
45
+ - **cli:** Codeam link — auto-install, multi-probe creds, file-watcher login (#42)
46
+
7
47
  ## [2.16.0] — 2026-05-21
8
48
 
9
49
  ### Added