codeam-cli 2.25.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 +16 -0
  2. package/dist/index.js +801 -186
  3. package/package.json +3 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ 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
+
7
23
  ## [2.24.0] — 2026-06-02
8
24
 
9
25
  ### Added