feat(FN-4095): restore green verification gates and add QuickChatFAB regres

Restores green verification gates for executor review verdicts (FN-4095) with a targeted core store change, and adds a regression test ensuring the QuickChatFAB scrolls to the bottom when opened.

Fusion-Task-Id: FN-4095
This commit is contained in:
Fusion
2026-05-12 06:03:41 -07:00
committed by gsxdsm
parent fc863f6e96
commit 2be89d15fd
3 changed files with 28 additions and 1 deletions

View File

@@ -3277,6 +3277,8 @@ export class TaskStore extends EventEmitter<TaskStoreEvents> {
task.status = undefined;
task.error = undefined;
task.blockedBy = undefined;
task.paused = undefined;
task.pausedByAgentId = undefined;
const hasNonPendingStepProgress = task.steps.some((step) => step.status !== "pending");
const preserveStepProgress =