chore: generate

This commit is contained in:
opencode-agent[bot] 2026-07-03 07:54:40 +00:00
parent 4c6e2a92ce
commit caedf36844

View file

@ -1992,7 +1992,9 @@ ToolRegistry.register({
<Show when={running()}>
<span data-component="task-tool-spinner" style={{ color: tone() ?? "var(--icon-interactive-base)" }}>
<Show when={newLayout()} fallback={<Spinner />}>
<SessionProgressIndicatorV2 style={{ color: v2Tone() ?? "light-dark(var(--v2-text-text-base), #ffffff)" }} />
<SessionProgressIndicatorV2
style={{ color: v2Tone() ?? "light-dark(var(--v2-text-text-base), #ffffff)" }}
/>
</Show>
</span>
</Show>