feat(chat): redesign ice breaker prompts as card grid with connection icons#2965
Merged
feat(chat): redesign ice breaker prompts as card grid with connection icons#2965
Conversation
… icons Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
🧪 BenchmarkShould we run the Virtual MCP strategy benchmark for this PR? React with 👍 to run the benchmark.
Benchmark will run on the next push after you react. |
Contributor
Release OptionsSuggested: Minor ( React with an emoji to override the release type:
Current version:
|
Contributor
There was a problem hiding this comment.
2 issues found across 3 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="apps/mesh/src/web/components/chat/ice-breakers.tsx">
<violation number="1" location="apps/mesh/src/web/components/chat/ice-breakers.tsx:221">
P2: Always render `IntegrationIcon` in overflow items; the current icon guard skips the component and prevents fallback icons for connections without an icon URL.</violation>
</file>
<file name="apps/mesh/src/web/components/chat/tiptap/mention/suggestion.tsx">
<violation number="1" location="apps/mesh/src/web/components/chat/tiptap/mention/suggestion.tsx:134">
P2: Using `??` for `description` can render blank mention labels when `description` is an empty string. Fall back to title/name when description is empty.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
…ty description Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…er with search modal Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…t top Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… overflow modal Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
1 issue found across 1 file (changes from recent commits).
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="apps/mesh/src/web/components/chat/ice-breakers.tsx">
<violation number="1" location="apps/mesh/src/web/components/chat/ice-breakers.tsx:257">
P2: `colsClass` now forces 3/4 columns at all sizes, removing the previous responsive fallback and causing cramped card layouts in narrow containers.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…root provider Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… dropdown Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… constraint Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…hing room Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…bile Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
guitavano
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this contribution about?
Redesigns the ice breaker prompts from a horizontal scrollable pill list into a responsive card grid. Each card shows the originating connection's icon (top-left) and the prompt description (bottom-left), making it easy to understand which integration a prompt comes from. Overflow prompts are accessible via a "+N more" card with a popover. Also removes the
IceBreakerscomponent from the home empty state (it was rendering in two places).Screenshots/Demonstration
How to Test
Migration Notes
N/A
Review Checklist
Summary by cubic
Redesigned ice breaker prompts as a card grid with connection icons and prompt names, plus a searchable “+N more” modal (fixed height; mobile uses a drawer). The / prompt dropdown shows connection icons with a taller layout; ice breakers expand up to max‑w‑3xl in the sidebar and are removed from the home empty state.
New Features
createMCPClient+listPromptsfrom@decocms/mesh-sdk, cached with@tanstack/react-query.Bug Fixes
description || title || namefor labels.delayDurationso hover tooltips appear promptly.Written for commit 3a9b909. Summary will update on new commits.