fix: close presentation visual pass review findings

This commit is contained in:
lda
2026-07-12 21:46:55 +07:00 Verified
parent 26efa88817
commit 1602f6946f
6 changed files with 178 additions and 106 deletions
@@ -78,7 +78,12 @@ export const ProblemLoopScene = ({ scene, beat }: ProblemLoopSceneProps) => {
<p>Good at getting through one request.</p>
</header>
<div className="problem-chat-card__transcript" aria-label="one-off assistant transcript" role="group">
<AssistantOperatorThread mode="dock" messages={oneOffToolLoopMessages} ariaLabel="one-off assistant transcript" />
<AssistantOperatorThread
mode="dock"
messages={oneOffToolLoopMessages}
scrollMode="end"
ariaLabel="one-off assistant transcript"
/>
</div>
<p className="problem-artifact-note">The useful work lives in the conversation history.</p>
</article>