chore: formatter cleanup and test updates from bot cherry-pick

This commit is contained in:
Eyejoker
2026-03-30 00:57:03 +09:00
parent 5865dea558
commit a215b2471a
3 changed files with 33 additions and 23 deletions

View File

@@ -267,8 +267,7 @@ export class MessageTurnController {
// If the progress message already shows the same text as the final
// result, finalize it in-place instead of sending a duplicate message.
const alreadyVisible =
this.progressMessageId &&
this.latestProgressText === text;
this.progressMessageId && this.latestProgressText === text;
if (alreadyVisible) {
await this.finalizeProgressMessage();
this.visiblePhase = toVisiblePhase(phase);