mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-07 00:51:34 +00:00
tui: replace curved arrow with straight arrow for better terminal compatibility
This commit is contained in:
parent
c78e7e1a28
commit
c4ffd93caa
1 changed files with 2 additions and 2 deletions
|
|
@ -1979,8 +1979,8 @@ function Task(props: ToolProps<typeof TaskTool>) {
|
|||
|
||||
if (isRunning() && tools().length > 0) {
|
||||
// content[0] += ` · ${tools().length} toolcalls`
|
||||
if (current()) content.push(`⤷ ${Locale.titlecase(current()!.tool)} ${(current()!.state as any).title}`)
|
||||
else content.push(`⤷ ${tools().length} toolcalls`)
|
||||
if (current()) content.push(`↳ ${Locale.titlecase(current()!.tool)} ${(current()!.state as any).title}`)
|
||||
else content.push(`↳ ${tools().length} toolcalls`)
|
||||
}
|
||||
|
||||
if (props.part.state.status === "completed") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue