feat(deep-review): enhance error and interruption experience#564
Merged
limityan merged 1 commit intoGCWing:mainfrom Apr 28, 2026
Merged
feat(deep-review): enhance error and interruption experience#564limityan merged 1 commit intoGCWing:mainfrom
limityan merged 1 commit intoGCWing:mainfrom
Conversation
b1d5214 to
a0f7d71
Compare
Add comprehensive error handling, progress tracking, and recovery options for deep review interruptions and failures. - Add deepReviewExperience.ts utility for progress aggregation, error attribution, recovery plans, and degradation options - Extend DeepReviewActionBar with reviewer progress display, partial results visibility, error attribution cards, recovery plan preview, and context overflow degradation - Add retry options for resume_failed state (retry, switch model, view partial results) - Add token consumption estimate to consent dialog - Add friendly launch error classification in DeepReviewService - Add long-running hint after 3 minutes - Add i18n strings for all new UI elements (zh-CN, en-US, zh-TW) - Update DeepReviewService test for new error format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add comprehensive error handling, progress tracking, and recovery options for deep review interruptions and failures.