chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-23 02:19:31 +00:00
parent 1707b5addd
commit 3ee37d171d
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()}>