fix(rectification): fail closed UI and question ownership
Independent Staging Quality Gate / validate (push) Successful in 12m32s
Independent Staging Quality Gate / publish (push) Has been cancelled

This commit is contained in:
Jesse_Chen
2026-09-01 02:06:53 +08:00
parent 9f011194f2
commit 4b1331776d
27 changed files with 770 additions and 38 deletions
@@ -28,6 +28,7 @@ import {
type CompletedActivityReceiptView,
} from "@/lib/rectification-activity-receipt";
import {
canRenderRectificationSelectionCards,
isRecommendedRectificationCandidate,
natalRecastMeaning,
parseRectificationCandidateResult,
@@ -1068,6 +1069,7 @@ export function RectificationAgenticChat(props: RectificationAgenticChatProps) {
const showSelectionCards = Boolean(
candidateResult?.selectionAllowed
&& candidateResult?.canAdopt
&& canRenderRectificationSelectionCards(candidateResult)
&& latestSettledAssistant
&& !showLiveChoiceCard
&& !busy