add branch/compact retries to agent-harness
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user