codeam-cli 2.49.5 → 2.51.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 +26 -0
  2. package/dist/index.js +729 -222
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,32 @@ 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.50.0] — 2026-06-28
8
+
9
+ ### Added
10
+
11
+ - **cli:** Persisted beads-config.json (default-on disable flag)
12
+ - **cli:** Honor persisted beads disable flag in provisionBeadsForStart
13
+ - **cli:** ConfigureBeads enable/disable/status service
14
+ - **cli:** Beads_configure command handler + event emitter
15
+ - **cli:** Emit input_suggestion chip on ACP agent path after closing question
16
+
17
+ ### Fixed
18
+
19
+ - **cli:** Status honors persisted disable flag; drop beads handler cast
20
+ - **cli:** Make beads_configure status probe read-only (no provisioning)
21
+
22
+ ### Tests
23
+
24
+ - **cli:** Gated beads_configure integration smoke
25
+ - **cli:** Import vitest globals in beads test files (fix typecheck)
26
+
27
+ ## [2.49.5] — 2026-06-28
28
+
29
+ ### Fixed
30
+
31
+ - **cli:** Credit on-demand local Headroom savings to the backend
32
+
7
33
  ## [2.49.4] — 2026-06-27
8
34
 
9
35
  ### Fixed