-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Fix progress status #1526
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
Fix progress status #1526
Conversation
|
104ceb9 to
5c72034
Compare
5c72034 to
93abc91
Compare
93abc91 to
8917ab7
Compare
mrubens
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.
Thanks for the quick fix! 🚀

Context
fix asked twice to save changes when showing progress status.
details: #1518
Implementation
use
askApprovalinstead of add aaskcall when diff completedScreenshots
How to Test
Get in Touch
Important
Fixes progress status handling in
Cline.tsby usingaskApprovaland addingprogressStatussupport, with UI updates inCodeAccordian.tsx.askcall withaskApprovalinCline.tsto prevent double prompts during progress status updates.progressStatusparameter toask()andsay()methods inCline.tsto handle progress updates.getProgressStatus()inMultiSearchReplaceDiffStrategyinmulti-search-replace.tsto provide progress updates.CodeAccordianinCodeAccordian.tsxto displayprogressStatustext during diff operations.This description was created by
for 104ceb9f8b904cf8576963e266839c498725301b. It will automatically update as commits are pushed.