codeam-cli 2.24.0 → 2.26.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist/index.js +810 -187
  3. package/package.json +3 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,48 @@ 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.25.0] — 2026-06-03
8
+
9
+ ### Added
10
+
11
+ - **plugins:** Report PluginAgent.isTerminal for the 5 terminal agents (#229)
12
+
13
+ ### Chore
14
+
15
+ - **templates:** Drop required fields QA flagged as friction (#216)
16
+ - **meta:** Split issue templates by surface — auto-applied labels (#224)
17
+
18
+ ### Agent
19
+
20
+ - Implement issue #220 — Deleted session remains visible on Home screen until a manual refresh occurs (#222)
21
+ - Implement issue #218 — VS Code connection succeeds but messages remain stuck in "thinking" state and are never processed (#219)
22
+
23
+ ## [2.24.0] — 2026-06-02
24
+
25
+ ### Added
26
+
27
+ - **vsc-plugin,jetbrains-plugin:** Honor agent payload on install_cli_and_pair (#215)
28
+
29
+ ### CI
30
+
31
+ - **workflow:** Agent-implements-issue — Codex picks up labelled issues (#200)
32
+ - **workflow:** Allow external reporters to trigger codex-action (#211)
33
+ - **workflow:** Forward mobile-app + api bugs to the private repo (#212)
34
+ - **workflow:** Pass --repo to gh issue comment in the forward job (#213)
35
+ - **workflow:** Forward — idempotent re-dispatch (#214)
36
+
37
+ ### Chore
38
+
39
+ - **deps-dev:** Bump glob from 11.1.0 to 13.0.6 in /apps/vsc-plugin (#199)
40
+
41
+ ### Fixed
42
+
43
+ - **jetbrains-plugin:** Use ensurePluginId for telemetry distinct_id
44
+
45
+ ### Agent
46
+
47
+ - Implement issue #201 — docs(cli): document missing subcommands in README Commands table (#202)
48
+
7
49
  ## [2.23.37] — 2026-05-31
8
50
 
9
51
  ### Fixed