-
Notifications
You must be signed in to change notification settings - Fork 4.1k
feat: notch cleanup and settings improvements #7667
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
- Resolved conflicts in core/config/default.ts: kept settings-improvements context providers while adding defaultConfig from main - Resolved conflicts in gui/src/components/AssistantAndOrgListbox/index.tsx: kept ToolTip import from main - Resolved conflicts in gui/src/components/mainInput/InputToolbar.tsx: kept settings-improvements useCodebase logic with main's ToolTip structure and getMetaKeyLabel - Resolved conflicts in gui/src/components/mainInput/Lump/LumpToolbar/BlockSettingsTopToolbar.tsx: removed docs section and used plain string tooltips for tools and MCP sections 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
💡 To request a new 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.
2 issues found across 6 files
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.
RomneyDa
left a 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.
Note, already reviewed a few times on original PR (see description) this is the final stamp
…ettings-improvements-test-fix
|
🎉 This PR is included in version 1.13.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@RomneyDa speaking: I'm changing the base of this to main since I messed up the git history on the original PR
See discussion on original PR here #7561
Summary by cubic
Stabilizes and reorganizes chat tool-call tests to reduce flakiness and improve isolation across edit and parallel tool call scenarios. Tests now configure the mock model via Redux, mock required IDE responses, and split large suites for clarity.
Bug Fixes
Refactors