add branch/compact retries to agent-harness

This commit is contained in:
David Brailovsky
2026-07-21 12:11:39 +00:00
parent 8e53e0e49c
commit 162179af5a
10 changed files with 354 additions and 67 deletions
@@ -3111,7 +3111,7 @@ export class InteractiveMode {
break;
}
case "summarization_retry_start": {
case "summarization_retry_scheduled": {
this.showError(event.errorMessage);
this.showStatusIndicator(
new RetryStatusIndicator(this.ui, event.attempt, event.maxAttempts, event.delayMs),
@@ -3131,7 +3131,7 @@ export class InteractiveMode {
break;
}
case "summarization_retry_end": {
case "summarization_retry_finished": {
this.clearStatusIndicator("retry");
this.ui.requestRender();
break;