Skip to content

feat: enhance ToolCallMessage component with dynamic status colors#110

Merged
wasaga merged 1 commit intomainfrom
nickytonline/traffic-light-tool-messages
Jul 7, 2025
Merged

feat: enhance ToolCallMessage component with dynamic status colors#110
wasaga merged 1 commit intomainfrom
nickytonline/traffic-light-tool-messages

Conversation

@nickytonline
Copy link
Copy Markdown
Member

@nickytonline nickytonline commented Jul 7, 2025

Added a new utility function to determine color classes based on the status and error state of tool calls. This improves the visual feedback in the ToolCallMessage component by using color-coded indicators for different states (error, completed, loading).

This change enhances user experience by providing clearer status information at a glance.

CleanShot 2025-07-07 at 16 15 25

CleanShot 2025-07-07 at 16 14 09@2x

Closes #111

Added a new utility function to determine color classes based on the status and error state of tool calls. This improves the visual feedback in the ToolCallMessage component by using color-coded indicators for different states (error, completed, loading).

This change enhances user experience by providing clearer status information at a glance.
@nickytonline nickytonline requested review from wasaga and zeucapua July 7, 2025 20:19
@wasaga wasaga merged commit be41931 into main Jul 7, 2025
2 checks passed
@wasaga wasaga deleted the nickytonline/traffic-light-tool-messages branch July 7, 2025 20:32
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.

Improve visual feedback for tool call status in ToolCallMessage component

2 participants