Commit 33dd22e
authored
revert: back out the ENT-679 Intelligence threads rollout (CopilotKit#5151, CopilotKit#5196, CopilotKit#5205, CopilotKit#5211) (CopilotKit#5217)
## Summary
Reverts the four remaining Intelligence/threads merges, completing the
back-out started by CopilotKit#5215 (langgraph-fastapi) and CopilotKit#5216 (agent-spec):
- Revert CopilotKit#5211 — mcp-apps
- Revert CopilotKit#5205 — a2a-middleware
- Revert CopilotKit#5196 — pydantic-ai
- Revert CopilotKit#5151 — north-star foundation + batch 1 (incl. crewai-flows
CopilotKit#5189 and llamaindex CopilotKit#5199, which merged into it)
## End-state verification
- `git diff be20a38 HEAD -- examples/integrations` is **empty** —
every integration example is byte-identical to pre-CopilotKit#5151 main
(`be20a389cf`, the merge's first parent).
- `scripts/__tests__/integration-intelligence-migration.test.ts`
(introduced by the rollout) is deleted.
- Total scope vs main: examples/integrations + that test file. Nothing
else touched.
## Heads-up: collateral on two follow-up commits
@jpr5 — your agent-key standardization commits (4bf50c7, 2103d0c)
were written against the post-CopilotKit#5151 trees (they update `agentId` refs on
ThreadsDrawer/CopilotChatConfigurationProvider etc.), so this revert
necessarily takes those files back to their pre-CopilotKit#5151 content, undoing
the rename. Keeping the rename only where it auto-applied would have
left broken half-states (e.g. adk route registering `default` while the
restored layout pins `agent="my_agent"`). If you still want the rename
on the pre-threads files, it needs a fresh pass on top of this.
Also note: CopilotKit#5151 carried the starter-smoke heals (v2 label keys, 1.59.1
bumps, `useSingleEndpoint`, parity sync). Reverting it returns main's
starter smoke to its pre-CopilotKit#5151 state (9 starters red).
🤖 Generated with [Claude Code](https://claude.com/claude-code)207 files changed
Lines changed: 11547 additions & 210226 deletions
File tree
- examples/integrations
- _intelligence
- docker/init-db
- _parity
- a2a-middleware
- app
- api/copilotkit/[[...slug]]
- components
- threads-drawer
- adk
- src
- app
- api/copilotkit/[[...slug]]
- components
- threads-drawer
- ui
- lib
- agno
- src
- app
- api/copilotkit/[[...slug]]
- components
- threads-drawer
- ui
- lib
- crewai-crews
- src/app
- api/copilotkit/[[...slug]]
- crewai-flows
- src
- app
- api/copilotkit/[[...slug]]
- components
- threads-drawer
- ui
- lib
- langgraph-fastapi
- src/components/example-layout
- langgraph-js
- app/api/copilotkit/[[...slug]]
- src
- app
- api/copilotkit/[[...slug]]
- components
- example-layout
- threads-drawer
- langgraph-python
- src
- app
- api/copilotkit/[[...slug]]
- components
- example-layout
- threads-drawer
- llamaindex
- src
- app
- api/copilotkit/[[...slug]]
- components
- threads-drawer
- ui
- lib
- mastra
- src
- app
- api/copilotkit/[[...slug]]
- components
- threads-drawer
- ui
- lib
- mastra
- mcp-apps
- app
- api/copilotkit
- [[...slug]]
- components/threads-drawer
- threejs-server
- ms-agent-framework-dotnet
- src
- app
- api/copilotkit/[[...slug]]
- components
- threads-drawer
- ui
- lib
- ms-agent-framework-python
- src
- app
- api/copilotkit/[[...slug]]
- components
- threads-drawer
- ui
- lib
- pydantic-ai
- src
- app
- api/copilotkit/[[...slug]]
- components
- threads-drawer
- ui
- lib
- strands-python
- src/components/example-layout
- scripts/__tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 2 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 36 | | |
41 | 37 | | |
42 | 38 | | |
| |||
130 | 126 | | |
131 | 127 | | |
132 | 128 | | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 129 | + | |
137 | 130 | | |
138 | 131 | | |
139 | 132 | | |
| |||
151 | 144 | | |
152 | 145 | | |
153 | 146 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
| 147 | + | |
158 | 148 | | |
159 | 149 | | |
160 | 150 | | |
| |||
174 | 164 | | |
175 | 165 | | |
176 | 166 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
| 167 | + | |
181 | 168 | | |
182 | 169 | | |
183 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
0 commit comments