This commit is contained in:
Dax Raad 2025-09-21 05:02:25 -04:00
parent 0b6cd3fb40
commit 10a2d7ffdc
2 changed files with 4 additions and 4 deletions

View file

@ -38,8 +38,10 @@ export const OpentuiCommand = cmd({
{
targetFps: 60,
gatherStats: false,
useAlternateScreen: false,
},
)
console.log("done")
})
},
})

View file

@ -230,10 +230,8 @@ function ToolPart(props: { part: ToolPart; message: AssistantMessage }) {
return (
<box
{...container}
ref={(r) => {
r.renderAfter = function () {
resize(this as BoxRenderable)
}
renderAfter={function () {
resize(this as BoxRenderable)
}}
>
<Dynamic