Skip to content

Commit 4a623c3

Browse files
committed
docs(ai-chat): pin May 8 + May 16 changelog entries to 0.0.0-chat-prerelease-20260519091352
1 parent 0b65f53 commit 4a623c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/ai-chat/changelog.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ sidebarTitle: "Changelog"
44
description: "Pre-release updates for AI chat agents."
55
---
66

7-
<Update label="May 16, 2026" description="0.0.0-chat-prerelease-pending" tags={["SDK", "Breaking"]}>
7+
<Update label="May 16, 2026" description="0.0.0-chat-prerelease-20260519091352" tags={["SDK", "Breaking"]}>
88

99
## `session.out` is now bounded — header-form control records + per-turn trim
1010

11-
Long-lived chats were accumulating `session.out` records forever (every turn appends; nothing trimmed). The Sessions dashboard re-streamed the entire history from `seq_num=0` on every page load, and OOM-retry boot scanned the whole stream to find the last turn-complete. Surfaced by Arena AI: "what's the lifetime of these streams?"
11+
Long-lived chats were accumulating `session.out` records forever (every turn appends; nothing trimmed). The Sessions dashboard re-streamed the entire history from `seq_num=0` on every page load, and OOM-retry boot scanned the whole stream to find the last turn-complete.
1212

1313
After this release `session.out` stays roughly **one turn long forever** at steady state. After each `turn-complete`, the agent appends an S2 `trim` command record pointing back to the previous turn-complete's seq_num. Full conversation history continues to live in the durable S3 snapshot, not on the stream. Resume across a single turn boundary still works (the previous `turn-complete` is still on the stream and S2's eventually-consistent trim window gives 10-60s of grace); resume across multiple turns of inactivity falls back to the snapshot.
1414

@@ -67,7 +67,7 @@ Hard cutover — no compat shim. v4.5 is prerelease.
6767

6868
</Update>
6969

70-
<Update label="May 8, 2026" description="0.0.0-chat-prerelease-pending" tags={["SDK", "Breaking"]}>
70+
<Update label="May 8, 2026" description="0.0.0-chat-prerelease-20260519091352" tags={["SDK", "Breaking"]}>
7171

7272
## 512 KiB `/in/append` ceiling removed for long chats — slim wire + S3 snapshot
7373

0 commit comments

Comments
 (0)