chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-23 02:19:31 +00:00
commit 237595e242
4 changed files with 6 additions and 18 deletions

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()}>