Skip to content

Replace text agent badges with mini logo icons#75

Merged
gricha merged 2 commits intomainfrom
feature/agent-icon-badges
Jan 10, 2026
Merged

Replace text agent badges with mini logo icons#75
gricha merged 2 commits intomainfrom
feature/agent-icon-badges

Conversation

@gricha
Copy link
Copy Markdown
Owner

@gricha gricha commented Jan 10, 2026

Summary

  • Replace text-based agent badges [CC], [OC], [CX] with mini SVG logo icons in session listings
  • Add new AgentIcon component with brand-appropriate icons for each agent

Icons

  • Claude Code: Orange sparkle icon (Anthropic's signature brand element)
  • OpenCode: Pixelated "O" icon (matching the official brand style from opencode.ai/brand)
  • Codex: Blue angle brackets < > icon (representing code)

Changes

  • web/src/components/AgentIcon.tsx - New component with inline SVG icons
  • web/src/pages/WorkspaceDetail.tsx - Updated to use AgentIcon instead of text badges

- 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 gricha merged commit 5010609 into main Jan 10, 2026
8 checks passed
@gricha gricha deleted the feature/agent-icon-badges branch January 10, 2026 05:38
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant