backup current stable ejclaw state

This commit is contained in:
Codex
2026-05-27 10:53:05 +09:00
parent 646bc34372
commit 1509108e04
57 changed files with 7127 additions and 154 deletions

View File

@@ -379,6 +379,12 @@ export class MessageTurnController {
this.hadError
) {
await this.publishFailureFinal();
} else if (
outputStatus === 'error' &&
this.visiblePhase === 'silent' &&
!this.terminalObserved()
) {
await this.publishFailureFinal();
}
this.clearProgressTicker();