From ec023a433614bdca5567fac0f00ea86b92fc60a9 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 6 Aug 2026 16:20:21 +0200 Subject: [PATCH] docs(protocol): record node attribution envelope --- packages/gateway-protocol/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gateway-protocol/CHANGELOG.md b/packages/gateway-protocol/CHANGELOG.md index 5340db811e21..6639a4a208ab 100644 --- a/packages/gateway-protocol/CHANGELOG.md +++ b/packages/gateway-protocol/CHANGELOG.md @@ -7,6 +7,7 @@ version and the additive schema surface. Dates are authoring dates (2026). ## Unreleased +- Add node protocol-feature negotiation and an authoritative nullable session-key envelope for node invokes. - Add semantic `agent` / `system` roster kinds negotiated through the `agent-kind` client capability. - Rename structured-question item `id` to `questionId` and flatten keyed answer arrays. - Slim worker and session-catalog payloads to the active wire contract.