codeam-cli 2.65.0 → 2.65.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 +17 -0
- package/dist/index.js +724 -631
- package/package.json +1 -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.65.0] — 2026-08-14
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- **cli:** Autonomous chained handoffs with a hop budget (squad_configure/squad_stats)
|
|
12
|
+
- **cli:** Per-turn agentId on the conversation push payload
|
|
13
|
+
- **cli:** @coderabbit one-shot review mentions (batch path, no swap)
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
- **cli:** Journal captures turn file paths (peek accessor)
|
|
18
|
+
- **cli:** Masked-aware live-stream fence truncation
|
|
19
|
+
- **cli:** Journal reads the CURRENT turn's paths + simplify masked fence-start
|
|
20
|
+
- **cli:** Prime turn-file baseline at session start so turn 1 journals its own paths
|
|
21
|
+
- **cli:** Squad context rides an ACP resource block, never the user's words
|
|
22
|
+
- **cli:** Phase-2 review wave — mention history, strip anchor, auto-accept ordering, hop convention
|
|
23
|
+
|
|
7
24
|
## [2.64.0] — 2026-08-14
|
|
8
25
|
|
|
9
26
|
### Added
|