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:
Tyler Slaton
2026-07-29 08:46:15 -04:00
parent ef7eae5136
commit 1e5ba689e0
2 changed files with 0 additions and 14 deletions
@@ -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.
-5
View File
@@ -1,5 +0,0 @@
---
"@copilotkit/core": patch
---
fix(core): preserve tool result ordering for parallel frontend tool calls