codeam-cli 2.35.9 → 2.36.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 +23 -0
- package/dist/index.js +624 -340
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,29 @@ 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.36.0] — 2026-06-11
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- **cli:** Per-OS dolt installer (install-dolt.ts)
|
|
12
|
+
- **cli:** Stable bd-safe prefix from projectKey (D16)
|
|
13
|
+
- **cli:** Shared dolt sql-server lifecycle (ensureSharedServer, D8)
|
|
14
|
+
- **cli:** Adapter runs in shared-server mode; correct stale embedded doc
|
|
15
|
+
- **cli:** Provision dolt + shared-server + per-prefix DB (D15-D17)
|
|
16
|
+
- **cli:** Export BEADS_DOLT_SHARED_SERVER to the agent (GAP 2, D15)
|
|
17
|
+
- **cli:** Harden dolt PATH resolution for codespaces
|
|
18
|
+
- **cli:** No-sudo dolt fallback (tarball -> ~/.local/bin) for locked-down containers
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- **cli:** Make dolt PATH resolution host-independent (Windows CI)
|
|
23
|
+
|
|
24
|
+
## [2.35.9] — 2026-06-10
|
|
25
|
+
|
|
26
|
+
### Fixed
|
|
27
|
+
|
|
28
|
+
- **cli:** Suspend the prompt idle-watchdog while a tool call runs (#317)
|
|
29
|
+
|
|
7
30
|
## [2.35.8] — 2026-06-10
|
|
8
31
|
|
|
9
32
|
### Added
|