mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
fix: remove all changesets
Recently we made a few commits that let in some changesets. As a result, agents now frequently try to add them to every change that gets made to CopilotKit. Likely this was just an old branch and review didn't catch them getting merged in. Immediate remmediation is to just remove the folder and make this commit message so future agents can find the decision in commit history. Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
---
|
||||
"@copilotkit/runtime": patch
|
||||
---
|
||||
|
||||
fix(runtime): coalesce consecutive same-role Anthropic messages before dispatch
|
||||
|
||||
Fixes multi-turn conversations with Anthropic where a text + tool_use turn produced
|
||||
two consecutive assistant messages in the API payload, violating role-alternation and
|
||||
causing subsequent assistant responses to appear appended to the previous message.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@copilotkit/core": patch
|
||||
---
|
||||
|
||||
fix(core): preserve tool result ordering for parallel frontend tool calls
|
||||
Reference in New Issue
Block a user