Skip to content

Commit 4f03019

Browse files
committed
chore(showcase): unify unsupported demo convention
Drop gen-ui-interrupt and interrupt-headless demo entries from manifest.yaml for langroid and claude-sdk-typescript, and delete the orphan stub page.tsx + README.md files for those routes. Both features stay listed in not_supported_features so the dashboard keeps showing the no-entry icon with hover tooltip. Aligns these two integrations with the convention used by the other 12 integrations that mark these features unsupported (ag2, agno, built-in-agent, claude-sdk-python, crewai-crews, google-adk, llamaindex, mastra, pydantic-ai, spring-ai, strands): icon-only with tooltip rather than a Demo / Code row that links to a stub page explaining why there is nothing to demo.
1 parent 73c0e5e commit 4f03019

10 files changed

Lines changed: 0 additions & 231 deletions

File tree

showcase/integrations/claude-sdk-typescript/manifest.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -463,24 +463,6 @@ demos:
463463
highlight:
464464
- src/app/demos/beautiful-chat/page.tsx
465465
- src/app/api/copilotkit/route.ts
466-
- id: gen-ui-interrupt
467-
name: Generative UI (Interrupt)
468-
description: Unsupported in this integration — the Claude SDK pass-through does not expose interrupt-driven UI primitives
469-
tags:
470-
- generative-ui
471-
route: /demos/gen-ui-interrupt
472-
animated_preview_url:
473-
highlight:
474-
- src/app/demos/gen-ui-interrupt/page.tsx
475-
- id: interrupt-headless
476-
name: Interrupt (Headless)
477-
description: Unsupported in this integration — the Claude SDK pass-through does not expose interrupt-driven UI primitives
478-
tags:
479-
- chat-ui
480-
route: /demos/interrupt-headless
481-
animated_preview_url:
482-
highlight:
483-
- src/app/demos/interrupt-headless/page.tsx
484466
- id: hitl-in-chat
485467
name: In-Chat HITL (useHumanInTheLoop — ergonomic API)
486468
description: Interactive approval/decision surface rendered inline in the chat via the high-level `useHumanInTheLoop` hook

showcase/integrations/claude-sdk-typescript/src/app/demos/gen-ui-interrupt/README.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

showcase/integrations/claude-sdk-typescript/src/app/demos/gen-ui-interrupt/page.tsx

Lines changed: 0 additions & 30 deletions
This file was deleted.

showcase/integrations/claude-sdk-typescript/src/app/demos/interrupt-headless/README.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

showcase/integrations/claude-sdk-typescript/src/app/demos/interrupt-headless/page.tsx

Lines changed: 0 additions & 30 deletions
This file was deleted.

showcase/integrations/langroid/manifest.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -500,17 +500,3 @@ demos:
500500
- src/app/demos/a2ui-fixed-schema/a2ui/definitions.ts
501501
- src/app/demos/a2ui-fixed-schema/a2ui/renderers.tsx
502502
- src/app/api/copilotkit-a2ui-fixed-schema/route.ts
503-
- id: gen-ui-interrupt
504-
name: Gen UI Interrupt
505-
description: Not supported by Langroid — Langroid does not expose a primitive equivalent to LangGraph's interrupt() that lets the agent pause and resume mid-run.
506-
tags:
507-
- generative-ui
508-
route: /demos/gen-ui-interrupt
509-
animated_preview_url:
510-
- id: interrupt-headless
511-
name: Interrupt (Headless)
512-
description: Not supported by Langroid — same reason as gen-ui-interrupt; the headless variant requires the same interrupt primitive.
513-
tags:
514-
- generative-ui
515-
route: /demos/interrupt-headless
516-
animated_preview_url:

showcase/integrations/langroid/src/app/demos/gen-ui-interrupt/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

showcase/integrations/langroid/src/app/demos/gen-ui-interrupt/page.tsx

Lines changed: 0 additions & 48 deletions
This file was deleted.

showcase/integrations/langroid/src/app/demos/interrupt-headless/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

showcase/integrations/langroid/src/app/demos/interrupt-headless/page.tsx

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)