fix: keep scene 8 transcript visible

This commit is contained in:
lda
2026-07-12 05:28:44 +07:00 Verified
parent d1128c0b49
commit 7165c74d83
6 changed files with 92 additions and 3 deletions
@@ -24,7 +24,11 @@ export const Scene8ChatEntry = ({ state, dispatch }: Scene8ChatEntryProps) => {
};
return (
<section className="agent-handoff-scene__entry" aria-label="authoring chat entry">
<section
className="agent-handoff-scene__entry"
aria-label="authoring chat entry"
data-entry-phase={state.phase}
>
<div className="agent-handoff-scene__intro">
<span>Scene 8 · agent handoff</span>
<h1>What should the workflow author prepare?</h1>
@@ -62,6 +66,7 @@ export const Scene8ChatEntry = ({ state, dispatch }: Scene8ChatEntryProps) => {
throughPhase="discover"
activePhase="discover"
surface="stage"
scrollMode="start"
requestOverride={state.request}
/>
</div>