Skip to content

Commit 98afe0d

Browse files
marthakellyclaude
andcommitted
fix(showcase/ms-agent-python): repair stale chat-slots and headless-complete highlights
Both manifest entries point at file names that no longer exist on disk after the LGP-cells port (PR CopilotKit#4895). The bundler errors at build time on the missing paths, which blocked PR CopilotKit#4900's shell rebuild. Adopt LGP's canonical highlight pattern for both demos. - chat-slots: drop the three custom-* refs, keep page.tsx + slot-wrappers.tsx - headless-complete: drop message-list.tsx + use-rendered-messages.tsx, add the chat/, hooks/, attachments/ subpaths that LGP uses Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9150c6f commit 98afe0d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

showcase/integrations/ms-agent-python/manifest.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,7 @@ demos:
281281
highlight:
282282
- src/agents/agent.py
283283
- src/app/demos/chat-slots/page.tsx
284-
- src/app/demos/chat-slots/custom-welcome-screen.tsx
285-
- src/app/demos/chat-slots/custom-assistant-message.tsx
286-
- src/app/demos/chat-slots/custom-disclaimer.tsx
284+
- src/app/demos/chat-slots/slot-wrappers.tsx
287285
- src/app/api/copilotkit/route.ts
288286
- id: headless-simple
289287
name: Headless Chat (Simple)
@@ -306,8 +304,11 @@ demos:
306304
highlight:
307305
- src/agents/agent.py
308306
- src/app/demos/headless-complete/page.tsx
309-
- src/app/demos/headless-complete/message-list.tsx
310-
- src/app/demos/headless-complete/use-rendered-messages.tsx
307+
- src/app/demos/headless-complete/chat/chat.tsx
308+
- src/app/demos/headless-complete/hooks/use-tool-renderers.tsx
309+
- src/app/demos/headless-complete/hooks/use-frontend-components.ts
310+
- src/app/demos/headless-complete/hooks/use-headless-suggestions.ts
311+
- src/app/demos/headless-complete/attachments/use-attachments-config.ts
311312
- src/app/api/copilotkit/route.ts
312313
- id: agentic-chat-reasoning
313314
name: Reasoning

0 commit comments

Comments
 (0)