Skip to content

Commit b2ea77e

Browse files
ataibarkaiclaude
andcommitted
feat(showcase/shell-dojo): update Featured selection
Replace Multimodal Attachments with Agentic Chat as the top Featured entry (chat is a better landing demo than attachments). Append three more entries to round out the curated set: Featured • Agentic Chat (was Multimodal Attachments) • Tool-Based Generative UI • Declarative Gen UI (Dynamic) • MCP Apps • Fully Open-Ended Gen UI • Chat Customization (CSS) ← new • Headless Chat (Simple) ← new • Frontend Tools ← new (in-app actions) All eight still appear in their real category groups below. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bbb1a53 commit b2ea77e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

showcase/shell-dojo/src/app/page.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,15 @@ const demoContent = demoContentData as {
4141
// of the underlying feature-registry, and these demos still show up in their
4242
// real category groups below). Order here is the display order.
4343
const FEATURED_DEMO_IDS: readonly string[] = [
44-
"multimodal",
44+
"beautiful-chat",
45+
"agentic-chat",
46+
"chat-customization-css",
47+
"headless-simple",
4548
"gen-ui-tool-based",
4649
"declarative-gen-ui",
4750
"mcp-apps",
4851
"open-gen-ui",
52+
"frontend-tools",
4953
];
5054

5155
const FEATURED_CATEGORY: FeatureCategory = {

0 commit comments

Comments
 (0)