codeam-cli 2.63.1 → 2.65.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 +27 -0
  2. package/dist/index.js +1379 -450
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,33 @@ 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.64.0] — 2026-08-14
8
+
9
+ ### Added
10
+
11
+ - **shared:** Agent-squad wire types (StartTaskPayload.agentId, roster, handoff fence)
12
+ - **cli:** FetchSquadRoster + handoff event posting
13
+ - **cli:** Squad roster state, journal persistence, team preamble + delta briefing
14
+ - **cli:** Codeam-handoff fence extraction + stream truncation helper
15
+ - **cli:** Suppress codeam-handoff fences from the live stream
16
+ - **cli:** Roster-aware fast swap + per-agent conversation resume
17
+ - **cli:** Start_task.agentId routing + team preamble / delta briefing composition
18
+ - **cli:** Agent-proposed handoffs — detect, emit, resolve
19
+ - **cli:** Announce squad capability
20
+
21
+ ### Fixed
22
+
23
+ - **cli:** Ignore codeam-handoff fences nested in 4+-backtick blocks + CRLF seam collapse
24
+ - **cli:** Rebind context handles on route swap + realistic routing test + roster refresh
25
+ - **cli:** Own-turns briefing filter, masked terminal truncation, honest PTY agentId failure
26
+ - **cli:** StripHandoffFences is a byte-identical passthrough when no fence present
27
+
28
+ ## [2.63.1] — 2026-08-13
29
+
30
+ ### Fixed
31
+
32
+ - **cli:** Kimi/opencode stale-PATH — fold install dir into process PATH before the binary probe (#620)
33
+
7
34
  ## [2.63.0] — 2026-08-13
8
35
 
9
36
  ### Added