Skip to content

fix: correct social_medium_agent typo in ExpandedInputBox#1634

Open
hobostay wants to merge 1 commit into
eigent-ai:mainfrom
hobostay:fix/social-medium-agent-typo
Open

fix: correct social_medium_agent typo in ExpandedInputBox#1634
hobostay wants to merge 1 commit into
eigent-ai:mainfrom
hobostay:fix/social-medium-agent-typo

Conversation

@hobostay
Copy link
Copy Markdown

Summary

  • Fix typo in agentIconMap key from social_medium_agent to social_media_agent in src/components/ChatBox/BottomBox/ExpandedInputBox.tsx
  • The agent type is defined as social_media_agent in types/chatbox.d.ts and types/workspace.d.ts, but the icon map used the wrong key social_medium_agent
  • This caused the icon lookup to always miss for social media agents, falling back to the generic Bot icon instead of showing the Bird icon

Test plan

  • Verify that the Bird icon appears correctly for social media agents in the expanded input box
  • Verify other agent icons (developer, browser, document, multi_modal) still display correctly

🤖 Generated with Claude Code

…utBox

The agentIconMap key was `social_medium_agent` but the agent type
defined in types/chatbox.d.ts and types/workspace.d.ts is
`social_media_agent`. This caused the icon lookup to always miss
for social media agents, falling back to the default Bot icon.

Co-Authored-By: Claude Opus 4.7 <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