codeam-cli 2.32.9 → 2.33.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.
- package/CHANGELOG.md +26 -0
- package/dist/index.js +1187 -424
- package/package.json +2 -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.32.10] — 2026-06-09
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- **cli:** Print a 'do not type here' relay notice when the agent goes online via ACP
|
|
12
|
+
|
|
13
|
+
## [2.32.9] — 2026-06-07
|
|
14
|
+
|
|
15
|
+
### Tests
|
|
16
|
+
|
|
17
|
+
- **cli:** Integration regression test for preview spawn → ready-pattern path
|
|
18
|
+
|
|
19
|
+
## [2.32.8] — 2026-06-07
|
|
20
|
+
|
|
21
|
+
### Chore
|
|
22
|
+
|
|
23
|
+
- Add FUNDING.yml — surface Sponsor button on the public repo
|
|
24
|
+
|
|
25
|
+
### Documentation
|
|
26
|
+
|
|
27
|
+
- Drop Vercel reference from SSE cap comment
|
|
28
|
+
|
|
29
|
+
### Fixed
|
|
30
|
+
|
|
31
|
+
- **cli:** Compile preview ready_pattern case-insensitive
|
|
32
|
+
|
|
7
33
|
## [2.32.7] — 2026-06-07
|
|
8
34
|
|
|
9
35
|
### Fixed
|