codeam-cli 2.60.22 → 2.60.24

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 +18 -0
  2. package/dist/index.js +957 -453
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,24 @@ 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.60.23] — 2026-07-09
8
+
9
+ ### Added
10
+
11
+ - **cli:** Coderabbit — OAuth login capture core (Phase 1)
12
+
13
+ ### Fixed
14
+
15
+ - **cli:** Coderabbit — rewrite batch strategy against the REAL CLI surface
16
+ - **cli:** Coderabbit — parser handles the REAL --agent NDJSON control + error events
17
+ - **cli:** Cursor baton — mint create-chat via os.buildLaunch (Windows spawn fix)
18
+
19
+ ## [2.60.22] — 2026-07-09
20
+
21
+ ### Fixed
22
+
23
+ - **cli:** Baton — late-bind Codex's session id instead of blocking start()
24
+
7
25
  ## [2.60.21] — 2026-07-09
8
26
 
9
27
  ### Fixed