mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-07-10 00:14:27 +00:00
fix(ui): keep message-part tool output auto-scroll synced (#567)
## Summary - Pass MessagePart render notifications into ToolCall as onContentRendered. - Ensures streaming bash output rendered through the generic MessagePart path notifies the outer VirtualFollowList when content grows. ## Validation - npm run typecheck --workspace @codenomad/ui
This commit is contained in:
parent
e29c3a085c
commit
353d8d2eae
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@ export default function MessagePart(props: MessagePartProps) {
|
|||
toolCallId={props.part?.id}
|
||||
instanceId={props.instanceId}
|
||||
sessionId={props.sessionId}
|
||||
onContentRendered={props.onRendered}
|
||||
/>
|
||||
</Suspense>
|
||||
</Match>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue