-
Notifications
You must be signed in to change notification settings - Fork 3.7k
feat: rules and MCP fixes and UI updates #8018
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
|
✅ Review Complete Likely cause: Expired CONTINUE_API_KEY or missing continuedev/review-bot assistant 📋 View workflow logs for details. |
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/config/sections/ToolsSection.tsx">
<violation number="1" location="gui/src/pages/config/sections/ToolsSection.tsx:329">
The Prompts resource row is rendered twice because this conditional block is duplicated; users will see duplicate Prompts sections when prompts are present.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.
…allin/con-4022-hide-empty-prompts-resources
…allin/con-4022-hide-empty-prompts-resources
…allin/con-4022-hide-empty-prompts-resources
Description
ruleFileandpromptFiletosourceFilefor uniformity through the codebasedisabledstatusSummary by cubic
Hide MCP Prompts and Resources in the Config > Tools view when none exist to reduce clutter and keep Tools as the focus. Aligns with CON-4022.