mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tui: update generic tool icon to gear for better visual distinction
This commit is contained in:
parent
a0cf1fa13a
commit
2f5bd73c56
1 changed files with 1 additions and 1 deletions
|
|
@ -666,7 +666,7 @@ type ToolProps<T extends Tool.Info> = {
|
|||
}
|
||||
function GenericTool(props: ToolProps<any>) {
|
||||
return (
|
||||
<ToolTitle icon="#" fallback="Writing command..." when={true}>
|
||||
<ToolTitle icon="⚙" fallback="Writing command..." when={true}>
|
||||
{props.tool} {input(props.input)}
|
||||
</ToolTitle>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue