fix(web): keep settled consult timeline rows readonly for next build
Independent Staging Quality Gate / validate (push) Has been cancelled
Independent Staging Quality Gate / publish (push) Has been cancelled

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-08-23 14:57:36 +08:00
parent 9a1791a0c0
commit f18eb195d9
@@ -144,7 +144,7 @@ export function consultationTimelineFromSettled(input: {
thinkingText?: string;
thinkingSections?: readonly PublicThinkingSection[];
agentExecutionReceipt?: AgentExecutionReceipt;
}): ConsultationTimelineRow[] {
}): readonly ConsultationTimelineRow[] {
const text = input.text?.trim() ?? "";
const sections = input.thinkingSections ?? [];
const receipt = input.agentExecutionReceipt;