feat(web): framework icons for agent sessions - #654
Merged
Conversation
The list rows and the session header named the emitting framework in words only. Put its brand mark beside the name, from a vendor id -> icon map next to the existing label map. Only frameworks whose logo can be drawn faithfully get a mark; the rest fall back to the generic glyph on purpose — an approximated logo names the wrong company, the fallback just declines to name one.
Collaborator
Author
|
Extended coverage in b1b4e07: langchain, crewai, pydantic_ai, smolagents (Hugging Face), spring_ai, haystack, and effect_ai now carry real marks sourced from simple-icons (CC0) path geometry, and claude_agent_sdk switched from the Anthropic wordmark glyph to the Claude spark. Still on the generic fallback for lack of verifiable geometry: dspy, eve, flue, litellm, llamaindex, mastra, agno, strands, and the unknown:* buckets. |
JeremyFunk
had a problem deploying
to
pr-preview
August 27, 2026 18:56 — with
GitHub Actions
Failure
🍁 Maple PR previewWarning Preview cleanup could not be confirmed. The Alchemy teardown outcome was Final commit |
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.
The agent sessions UI shows only a text label for the detected framework (
maple_ai.vendor.id). This adds framework-specific icons:currentColoricon conventions; Google and the Maple mark reuse existing components.vendorIcon()mapping inapps/web/src/lib/agent-sessions/vendor-icon.ts, beside the existingvendorLabel(). Vendors without a verified logo geometry (and theunknown:*buckets) deliberately fall back to the generic chat glyph rather than an approximated mark./lab/agent-sessionfixture now stampsvendorIdso the icon path is exercisable without a warehouse.Verified: scoped
apps/webtypecheck green; agent-session vitest suites pass (312 tests), including a new test for the icon mapping fallback behavior.🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.