feat(react/mcp-install-card): show agent provider logos - #164
Merged
RhysSullivan merged 5 commits intoApr 11, 2026
Conversation
The Connect-to-Agent card previously didn't make it obvious what "agent" meant in context. Surface Cursor, Claude, and OpenCode logos so users immediately understand which clients they can paste the install command into. Adds `@lobehub/icons` (and its transitive deps) as a dependency of @executor/react to supply the brand glyphs.
# Conflicts: # bun.lock
Contributor
Author
|
@RhysSullivan ready to merge |
…se Mono icon for OpenCode
RhysSullivan
added a commit
that referenced
this pull request
May 31, 2026
* feat(react/mcp-install-card): show agent provider logos The Connect-to-Agent card previously didn't make it obvious what "agent" meant in context. Surface Cursor, Claude, and OpenCode logos so users immediately understand which clients they can paste the install command into. Adds `@lobehub/icons` (and its transitive deps) as a dependency of @executor/react to supply the brand glyphs. * chore: regenerate bun.lock after merge * use Tabs component for transport switcher, fix localhost detection, use Mono icon for OpenCode --------- Co-authored-by: Rhys Sullivan <39114868+RhysSullivan@users.noreply.github.com>
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.
Summary
@lobehub/iconsas a dependency of@executor/reactfor the brand glyphs.Changes
packages/react/src/components/mcp-install-card.tsxpackages/react/package.jsonbun.lockNotes
bun.lockhas a large diff because@lobehub/iconspulls in several transitive deps (ant-design, emoji-mart, dnd-kit, emotion). All additions are downstream of the single new dependency.