Skip to content

Commit dd91621

Browse files
committed
docs(ai-chat): changelog entry for suspend/resume duplicate-turn fix
0.0.0-chat-prerelease-20260505140031.
1 parent c148a13 commit dd91621

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/ai-chat/changelog.mdx

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

7+
<Update label="May 5, 2026" description="0.0.0-chat-prerelease-20260505140031" tags={["SDK"]}>
8+
9+
## Fix: duplicate turn after `chat.agent` idle-suspends
10+
11+
Every message sent to a `chat.agent` after the run idle-suspended produced two turns on the agent side instead of one — same user message, two LLM calls. Internal session-stream reconnect logic was racing the waitpoint and feeding the just-consumed message back into the next turn's input buffer. No public API change.
12+
13+
</Update>
14+
715
<Update label="May 5, 2026" description="0.0.0-chat-prerelease-20260505084711" tags={["SDK"]}>
816

917
## `chat.headStart` — fast first-turn for chat.agent

0 commit comments

Comments
 (0)