codeam-cli 2.25.0 → 2.26.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.
- package/CHANGELOG.md +27 -0
- package/dist/index.js +801 -186
- package/package.json +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,33 @@ 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.26.0] — 2026-06-03
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- **workflow:** Cross-PR review by Claude Code on codex-authored PRs (#231)
|
|
12
|
+
- **cli,vsc-plugin:** Preview lifecycle + branch reporting (Phase 1B for #438) (#232)
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- **workflow:** Use existing CROSS_REPO_PAT for api-v2 dispatch (#230)
|
|
17
|
+
|
|
18
|
+
## [2.25.0] — 2026-06-03
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
|
|
22
|
+
- **plugins:** Report PluginAgent.isTerminal for the 5 terminal agents (#229)
|
|
23
|
+
|
|
24
|
+
### Chore
|
|
25
|
+
|
|
26
|
+
- **templates:** Drop required fields QA flagged as friction (#216)
|
|
27
|
+
- **meta:** Split issue templates by surface — auto-applied labels (#224)
|
|
28
|
+
|
|
29
|
+
### Agent
|
|
30
|
+
|
|
31
|
+
- Implement issue #220 — Deleted session remains visible on Home screen until a manual refresh occurs (#222)
|
|
32
|
+
- Implement issue #218 — VS Code connection succeeds but messages remain stuck in "thinking" state and are never processed (#219)
|
|
33
|
+
|
|
7
34
|
## [2.24.0] — 2026-06-02
|
|
8
35
|
|
|
9
36
|
### Added
|