mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 14:55:19 +00:00
tui: remove toolcall count from task status to reduce visual clutter
This commit is contained in:
@@ -1978,7 +1978,7 @@ function Task(props: ToolProps<typeof TaskTool>) {
|
||||
let content = [`Task ${props.input.description}`]
|
||||
|
||||
if (isRunning() && tools().length > 0) {
|
||||
content[0] += ` · ${tools().length} toolcalls`
|
||||
// content[0] += ` · ${tools().length} toolcalls`
|
||||
if (current()) content.push(`└ ${Locale.titlecase(current()!.tool)} ${(current()!.state as any).title}`)
|
||||
else content.push(`└ Running...`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user