-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat: integrate tool call icons with status indicators #4248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add 17 custom tool call icon components (Terminal, FileEdit, Globe, etc.) - Create comprehensive tool-to-icon mapping system - Implement status indicator overlay system (success/error/loading/pending) - Replace old green dot status with integrated icon+status display - Remove redundant LoaderCircle and Dot components from tool calls - Maintain all existing functionality (tooltips, expansion, etc.) Visual improvements: - Each tool call now shows specific icon (11x11px matching design system) - Status indicators: green (success), red (error), yellow pulsing (loading), gray (pending) - Cleaner layout with single status indicator per tool - Better visual hierarchy and user experience Files added: - ui/desktop/src/components/icons/toolcalls/ (17 icon components) - ui/desktop/src/utils/toolIconMapping.tsx (mapping logic) - ui/desktop/src/components/ToolCallStatusIndicator.tsx (status system) Files modified: - ui/desktop/src/components/ToolCallWithResponse.tsx (integration)
Co-authored-by: dianed-square <73617011+dianed-square@users.noreply.github.com> Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
|
Co-authored-by: dianed-square <73617011+dianed-square@users.noreply.github.com> Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
|
Sorry for the ping @block/goose-devrel I think it got caught in a rebase delint I was doing |
|
@spencrmartin, I noticed some diffs for files under |
| const toolLabel = ( | ||
| <span className={cn('ml-2', extensionTooltip && 'cursor-pointer hover:opacity-80')}> | ||
| {getToolLabelContent()} | ||
| <span className={cn('ml-2 flex items-center gap-2', extensionTooltip && 'cursor-pointer hover:opacity-80')}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea that's fire, was thinking there a pass on spacing that should be done ty!
ffdac01 to
76e1323
Compare


Visual improvements:
Files added:
Files modified: