1.0.0-beta.6 (2026-06-28)
Features Added
- Container protocol version
2.0.0support: the per-request call ID (x-agent-foundry-call-id) and global user ID (x-agent-user-id) are read from inbound requests and exposed onResponseContext.PlatformContext. The per-request call ID is forwarded on all outbound Foundry Storage calls;x-agent-user-idis used only for container-side partitioning and is not forwarded to 1P services.
Breaking Changes
ResponseContext.Isolationis nowResponseContext.PlatformContext(typePlatformContextwithUserIdKey/CallId).ResponsesProvidermethods now take aPlatformContext contextparameter (previouslyIsolationContext isolation).- In-process partition enforcement is now keyed on the user ID (
x-agent-user-id) instead of the chat isolation key.