codeam-cli 2.32.10 → 2.34.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 +17 -0
  2. package/dist/index.js +1386 -559
  3. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,23 @@ 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.33.0] — 2026-06-09
8
+
9
+ ### Added
10
+
11
+ - **shared:** Beads wire types (ingest payload + action)
12
+ - **cli:** Bundle @beads/bd + cross-OS adapter, installer & projectKey
13
+ - **cli:** Beads bootstrap + issues.jsonl watcher -> backend
14
+ - **cli:** Apply queued beads actions as native bd commands
15
+ - **cli:** Gated beads orchestrator + barrel exports
16
+ - **cli:** Wire always-on beads into the live start + command-relay path
17
+
18
+ ## [2.32.10] — 2026-06-09
19
+
20
+ ### Fixed
21
+
22
+ - **cli:** Print a 'do not type here' relay notice when the agent goes online via ACP
23
+
7
24
  ## [2.32.9] — 2026-06-07
8
25
 
9
26
  ### Tests