-
Notifications
You must be signed in to change notification settings - Fork 3.5k
feat: diff UI for find and replace tools #7367
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
feat: diff UI for find and replace tools #7367
Conversation
💡 To request a new review, comment |
AI Code ReviewAI review completed but failed to parse output 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.
6 issues found across 14 files
React with 👍 or 👎 to teach cubic. You can also tag @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
This is super cool. One of my favorite things about continue is how it uses the chat so effectively vs other tools. |
ff931ec
into
dallin/search_and_replace_makeover
🎉 This PR is included in version 1.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.11.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Continuation of #7267
Adds nice diff UI for the new find and replace tools:

Summary by cubic
Adds a collapsible diff view for find-and-replace tools so users can preview changes inline and accept/reject them without leaving the chat. Also preloads file content to generate accurate diffs and smoother UX.
New Features
Dependencies