chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-23 02:19:31 +00:00
parent d29f5eba92
commit 237595e242
4 changed files with 6 additions and 18 deletions
+1 -4
View File
@@ -2083,10 +2083,7 @@ function Shell(props: ToolProps) {
onClick={collapsed().overflow ? () => setExpanded((prev) => !prev) : undefined}
>
<box gap={1}>
<Show
when={isRunning()}
fallback={<text fg={theme.text}>$ {stringValue(props.input.command)}</text>}
>
<Show when={isRunning()} fallback={<text fg={theme.text}>$ {stringValue(props.input.command)}</text>}>
<Spinner color={theme.text}>{stringValue(props.input.command)}</Spinner>
</Show>
<Show when={output()}>