fix(ui): render task steps from child session

This commit is contained in:
Shantur Rathore
2026-02-05 23:08:59 +00:00
parent 8fda9aed71
commit 750a87ef45
5 changed files with 277 additions and 40 deletions

View File

@@ -74,12 +74,15 @@ function createStaticContext(snapshot: TitleSnapshot): ToolRendererContext {
toolCall: toolCallAccessor,
toolState: toolStateAccessor,
toolName: toolNameAccessor,
instanceId: "",
sessionId: "",
t,
messageVersion: messageVersionAccessor,
partVersion: partVersionAccessor,
renderMarkdown,
renderAnsi,
renderDiff,
renderToolCall: () => null,
scrollHelpers: undefined,
}
}