Replace text agent badges with mini logo icons#75
Merged
Conversation
- Add AgentIcon component with SVG icons for each agent type - Claude Code: Orange sparkle icon (official brand element) - OpenCode: Pixelated 'O' icon (matching official brand style) - Codex: Blue angle brackets icon (code representation) - Remove text-based [CC], [OC], [CX] badges from session listings
gricha
added a commit
that referenced
this pull request
Jan 10, 2026
Mirrors web PR #75 changes. Creates AgentIcon component with visual icons for each agent type (Claude Code sparkle, OpenCode pixel grid, Codex brackets). Replaces text-based AgentBadge with the new icons in session list and pickers. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 tasks
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
[CC],[OC],[CX]with mini SVG logo icons in session listingsAgentIconcomponent with brand-appropriate icons for each agentIcons
< >icon (representing code)Changes
web/src/components/AgentIcon.tsx- New component with inline SVG iconsweb/src/pages/WorkspaceDetail.tsx- Updated to use AgentIcon instead of text badges