Commit 0b4f68f
authored
feat(showcase): align demo names + add Show Deprecated toggle (CopilotKit#4745)
Brings the dashboard's gold-standard view in line with the desired
naming and surfaces deprecated rows behind a toggle (instead of dropping
them at catalog generation).
## Summary
- **28 renames in feature-registry.json + 20 in LGP `manifest.yaml`** —
`name` and `demos[].name` aligned per the user-provided mapping. Same
label everywhere so the dojo and dashboard agree.
- **`Show deprecated` toggle in feature-grid.tsx** — checkbox in the
matrix header, default OFF. Filters feature rows where
`feature.deprecated === true`. Toggle ON surfaces all deprecated
features across all integrations (audit trail); toggle OFF hides them so
the gold-standard view stays clean.
- **Reverted catalog-side filter from CopilotKit#4744** — the catalog now emits
cells uniformly for all (integration × feature) pairs (back to 774
cells, 756 metadata.total_cells). Visibility is controlled at the
dashboard layer. Toggling on shows complete cross-integration data
without missing-cell artifacts.
## Naming highlights
| Was | Now |
|---|---|
| Pre-Built CopilotChat | Pre-Built: CopilotChat |
| Headless Chat (Simple/Complete) | Headless UI: Simple/Complete |
| Multi-modal / File Uploads | Attachments |
| Controlled Gen-UI (Display) | Generative UI: useComponent |
| In-Chat HITL (useHumanInTheLoop / useInterrupt) | Human In the Loop:
In-chat / Interrupts |
| Headless Interrupt | Human in the Loop: Headless Interrupts |
| Declarative Generative UI (A2UI — Dynamic / Fixed Schema) |
Declarative UI: Dynamic / Fixed A2UI |
| Fully Open-Ended Generative UI | Open Generative UI: Default |
| Open-Ended Gen UI (Advanced ...) | Open Generative UI: Custom |
| Tool Rendering (Default/Custom Catch-all/Specific) | Generative UI:
Tool Rendering (...) |
| Tool Rendering + Reasoning Chain | Generative UI: Rendering multiple
tools |
| Agentic Generative UI (...) | Generative UI: Agent State |
| Frontend Tools (In-app / Async) | Frontend Tools: In-app Actions /
Async |
| In-App Human in the Loop (Frontend Tools + async HITL) | Human in the
Loop: In-app |
| Shared State (Read + Write / Recipe Editor) | Shared State: Read +
Write / Read-only |
| State Streaming | Shared State: Streaming |
| Readonly State (Agent Context) | Shared State: Frontend Context |
| BYOC Hashbrown / json-render | Declarative UI: Hashbrown / json-render
|
## Deprecated toggle behavior
4 features marked `deprecated: true` in feature-registry.json:
`agentic-chat-reasoning`, `hitl`, `hitl-in-chat-booking`,
`reasoning-default-render`.
- **OFF (default)**: rows hidden across the matrix
- **ON**: rows render with normal cells. LGP shows N/A (unshipped) for
the 4 since LGP doesn't declare them; other integrations show their
actual probe state
Header text shows `(N deprecated hidden)` when toggle is off. Toggle
only renders when `deprecatedCount > 0`.
## Test plan
- [x] `pnpm vitest run` in `showcase/scripts/__tests__/` → **18 / 18
passing**
- [x] `pnpm vitest run` in `showcase/harness/` → **1588 / 1588 passing**
- [x] `npx tsx showcase/scripts/validate-fixture-tool-surface.ts` →
clean
- [x] `npx tsx showcase/scripts/generate-registry.ts` → 18 integrations,
38 wired LGP, 774 cells
- [ ] Verify the toggle on Vercel preview — it should appear in the
matrix header, default unchecked, click expands rows by 4 (the 4
deprecated features rendering as new cells)
🤖 Generated with [Claude Code](https://claude.com/claude-code)6 files changed
Lines changed: 126 additions & 124 deletions
File tree
- showcase
- integrations/langgraph-python
- scripts
- __tests__
- shell-dashboard/src
- components
- lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
| 380 | + | |
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
| 394 | + | |
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
| 467 | + | |
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
| 521 | + | |
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
| 534 | + | |
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
120 | 118 | | |
121 | | - | |
| 119 | + | |
122 | 120 | | |
123 | | - | |
| 121 | + | |
124 | 122 | | |
125 | 123 | | |
126 | 124 | | |
127 | | - | |
| 125 | + | |
128 | 126 | | |
129 | 127 | | |
130 | 128 | | |
| |||
133 | 131 | | |
134 | 132 | | |
135 | 133 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
145 | 144 | | |
146 | 145 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 146 | + | |
179 | 147 | | |
180 | 148 | | |
181 | 149 | | |
| |||
237 | 205 | | |
238 | 206 | | |
239 | 207 | | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
| 208 | + | |
| 209 | + | |
244 | 210 | | |
245 | 211 | | |
246 | 212 | | |
| |||
340 | 306 | | |
341 | 307 | | |
342 | 308 | | |
343 | | - | |
| 309 | + | |
344 | 310 | | |
345 | 311 | | |
346 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
332 | 327 | | |
333 | 328 | | |
334 | 329 | | |
| |||
345 | 340 | | |
346 | 341 | | |
347 | 342 | | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | 343 | | |
359 | 344 | | |
360 | 345 | | |
| |||
0 commit comments