-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Revert tool progress for now #1518
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
🦋 Changeset detectedLatest commit: c9794d2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| let toolProgressStatus | ||
| if (this.diffStrategy && this.diffStrategy.getProgressStatus) { | ||
| toolProgressStatus = this.diffStrategy.getProgressStatus(block, diffResult) | ||
| } | ||
| await this.ask("tool", completeMessage, block.partial, toolProgressStatus).catch( | ||
| () => {}, | ||
| ) | ||
|
|
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.
Might be this second block that's leading to the duplicate ask
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.
yeah I though the same from first look. I am investigating a little
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.
Context
Something about this is leading to people being asked twice to save changes, so opening a PR to revert until we figure it out.
Important
Revert tool progress tracking changes due to issues with duplicate save prompts.
ToolProgressStatustype and related logic fromCline.ts,multi-search-replace.ts, andExtensionMessage.ts.progressStatusprop fromCodeAccordianinChatRow.tsxandCodeAccordian.tsx.This description was created by
for c9794d2. It will automatically update as commits are pushed.