We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78e7e1 commit c4ffd93Copy full SHA for c4ffd93
1 file changed
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
@@ -1979,8 +1979,8 @@ function Task(props: ToolProps<typeof TaskTool>) {
1979
1980
if (isRunning() && tools().length > 0) {
1981
// content[0] += ` · ${tools().length} toolcalls`
1982
- if (current()) content.push(`⤷ ${Locale.titlecase(current()!.tool)} ${(current()!.state as any).title}`)
1983
- 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`)
1984
}
1985
1986
if (props.part.state.status === "completed") {
0 commit comments