-
Notifications
You must be signed in to change notification settings - Fork 3.5k
fix: show config errors for selected assistant, remove duplicate fatal #7714
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
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 2 files
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="gui/src/components/Layout.tsx">
<violation number="1" location="gui/src/components/Layout.tsx:284">
FatalErrorIndicator will still show on /index.html (Chat) because the condition only excludes "/"; also exclude "/index.html" to avoid duplicate fatal error notices on the chat page.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
🎉 This PR is included in version 1.14.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
…l error

Before:
duplicate fatal error notices
no fatal error explanation

After:

removes duplicate
shows fatal errors in config agents section

Description
[ What changed? Feel free to be brief. ]
AI Code Review
@continue-general-review
or@continue-detailed-review
Checklist
Screen recording or screenshot
[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]
Tests
[ What tests were added or updated to ensure the changes work as expected? ]
Summary by cubic
Fixes duplicate fatal error banners and shows configuration errors for the selected assistant in the Agents section, so users see a single, clear error with details. Addresses CON-3899.