-
Notifications
You must be signed in to change notification settings - Fork 3.6k
feat: make ToolCallStatusMessage.tsx clickable #7977
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
💡 To request a new review, comment |
AI Code ReviewAI review failed due to service initialization issues. Please check the Continue API key and configuration. No specific line comments generated. 💡 To request a new detailed review, comment |
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.
1 issue found across 1 file
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="gui/src/pages/gui/ToolCallDiv/ToolCallStatusMessage.tsx">
<violation number="1" location="gui/src/pages/gui/ToolCallDiv/ToolCallStatusMessage.tsx:65">
Filter hidden context items before enabling click/opening to avoid exposing hidden content and to align with other components.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
💡 To request a new review, comment |
1 similar comment
💡 To request a new review, comment |
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Merged changes from main while preserving clickable functionality: - Added ToolTruncateHistoryIcon import from main - Updated flex alignment to items-start from main - Kept clickable div with hover effects and click handler 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.22.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.21.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary by cubic
Make ToolCallStatusMessage clickable to open the first relevant context item from the tool call state. Adds pointer/hover styling and only enables click when a context item exists.