mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-24 14:43:37 -04:00
fix(tui): soften block tool errors
This commit is contained in:
committed by
OpenCode Agent
parent
4db272ff64
commit
d5e3dac5b2
@@ -2941,7 +2941,7 @@ function BlockToolContent(props: BlockToolProps & { borderColor: RGBA }) {
|
||||
</Show>
|
||||
{props.children}
|
||||
<Show when={error()}>
|
||||
<text fg={theme.text.feedback.error.default}>{error()}</text>
|
||||
<text fg={theme.text.subdued}>{error()}</text>
|
||||
</Show>
|
||||
</box>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user