codeam-cli 2.64.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 +38 -0
- package/dist/index.js +1557 -965
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,44 @@ 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
|
+
|
|
24
|
+
## [2.64.0] — 2026-08-14
|
|
25
|
+
|
|
26
|
+
### Added
|
|
27
|
+
|
|
28
|
+
- **shared:** Agent-squad wire types (StartTaskPayload.agentId, roster, handoff fence)
|
|
29
|
+
- **cli:** FetchSquadRoster + handoff event posting
|
|
30
|
+
- **cli:** Squad roster state, journal persistence, team preamble + delta briefing
|
|
31
|
+
- **cli:** Codeam-handoff fence extraction + stream truncation helper
|
|
32
|
+
- **cli:** Suppress codeam-handoff fences from the live stream
|
|
33
|
+
- **cli:** Roster-aware fast swap + per-agent conversation resume
|
|
34
|
+
- **cli:** Start_task.agentId routing + team preamble / delta briefing composition
|
|
35
|
+
- **cli:** Agent-proposed handoffs — detect, emit, resolve
|
|
36
|
+
- **cli:** Announce squad capability
|
|
37
|
+
|
|
38
|
+
### Fixed
|
|
39
|
+
|
|
40
|
+
- **cli:** Ignore codeam-handoff fences nested in 4+-backtick blocks + CRLF seam collapse
|
|
41
|
+
- **cli:** Rebind context handles on route swap + realistic routing test + roster refresh
|
|
42
|
+
- **cli:** Own-turns briefing filter, masked terminal truncation, honest PTY agentId failure
|
|
43
|
+
- **cli:** StripHandoffFences is a byte-identical passthrough when no fence present
|
|
44
|
+
|
|
7
45
|
## [2.63.1] — 2026-08-13
|
|
8
46
|
|
|
9
47
|
### Fixed
|