mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
sync
This commit is contained in:
parent
0b6cd3fb40
commit
10a2d7ffdc
2 changed files with 4 additions and 4 deletions
|
|
@ -38,8 +38,10 @@ export const OpentuiCommand = cmd({
|
|||
{
|
||||
targetFps: 60,
|
||||
gatherStats: false,
|
||||
useAlternateScreen: false,
|
||||
},
|
||||
)
|
||||
console.log("done")
|
||||
})
|
||||
},
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue