Skip to content

Show agent-type icon in breadcrumb for chat conversations#75

Merged
olsonjeffery merged 1 commit into
mainfrom
task/10-show-agent-phase-icon-in-bread
Jul 25, 2026
Merged

Show agent-type icon in breadcrumb for chat conversations#75
olsonjeffery merged 1 commit into
mainfrom
task/10-show-agent-phase-icon-in-bread

Conversation

@olsonjeffery

Copy link
Copy Markdown
Owner
  • Added AgentType::icon() method to schema mapping each variant to its MDI icon string
  • Removed private agent_icon() fn from conversation_list.rs in favor of calling AgentType::icon() directly
  • Updated chat_conversation() breadcrumb registry function to accept an optional icon parameter (defaults to 'chat')
  • Added agent-run lookup in chat_handler_with_conv to determine the agent-type and derive the breadcrumb icon
  • Added unit tests: AgentType::icon() mapping, breadcrumb registry with icon override, HTML rendering test for agent icon in breadcrumbs

- Added AgentType::icon() method to schema mapping each variant
  to its MDI icon string
- Removed private agent_icon() fn from conversation_list.rs in
  favor of calling AgentType::icon() directly
- Updated chat_conversation() breadcrumb registry function to
  accept an optional icon parameter (defaults to 'chat')
- Added agent-run lookup in chat_handler_with_conv to determine
  the agent-type and derive the breadcrumb icon
- Added unit tests: AgentType::icon() mapping, breadcrumb
  registry with icon override, HTML rendering test for agent
  icon in breadcrumbs
@olsonjeffery
olsonjeffery merged commit 8a4f81b into main Jul 25, 2026
3 checks passed
@olsonjeffery
olsonjeffery deleted the task/10-show-agent-phase-icon-in-bread branch July 25, 2026 02:50
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