fix(suggestions): remove stale progress comments - #2648
Conversation
Code Review by Qodo
1.
|
PR Summary by QodoFix stale progress comment when /improve finds no suggestions
AI Description
Diagram
High-Level Assessment
Files changed (2)
|
|
Code review by qodo was updated up to the latest commit ce9d7e2 |
|
Code review by qodo was updated up to the latest commit 17a371d |
17a371d to
4794ca9
Compare
|
Code review by qodo was updated up to the latest commit 4794ca9 |
4794ca9 to
f076920
Compare
|
Code review by qodo was updated up to the latest commit f076920 |
f076920 to
6b62dff
Compare
|
Code review by qodo was updated up to the latest commit 6b62dff |
IsmaelMartinez
left a comment
There was a problem hiding this comment.
Approving and merging. Good catch that the non-GFM branch never stored progress_response, so the temporary "Preparing suggestions..." comment could never be removed afterwards.
Verified: full suite green at 1,874, and reverting pr_code_suggestions.py while keeping your tests fails 2 of the 14.
One heads-up: #2649 touches the same test file and will conflict once this lands. Could you rebase it on main?
Thanks i will :) |
Summary
Removes the
/improveprogress placeholder when a run produces no suggestions and quiet output is enabled.Scope
All providers. The cleanup uses the exact temporary comment returned by the current run. It does not perform broad cleanup when no handle is available, so unrelated temporary comments are left untouched.
Default behavior remains unchanged when
publish_output_no_suggestionsis enabled: the placeholder still becomes the no-suggestions result.Validation
git diff --checkpasses.