Skip to content

Task/subagent progress display no longer shows agent name (e.g. Explore, General) #15915

@rcdailey

Description

@rcdailey

Description

Since v1.2.16 (the new task/subagent progress design), the TUI no longer displays which agent type is being used for a task. Previously, you could tell at a glance whether a task was running an Explore, General, or custom agent. Now only the task description is shown.

Current output:

│ Task Verify Refit cancellation behavior
└ 22 toolcalls · 1m 1s

Expected output:

│ Explore: Task Verify Refit cancellation behavior
└ 22 toolcalls · 1m 1s

The title format should be [AGENT NAME]: [TASK DESCRIPTION], where the agent name is visually distinct (bold, colored, or both) so it stands out from the description.

This applies to both in-progress and completed task output. It likely affects custom agents as well.

Plugins

N/A

OpenCode version

1.2.16

Steps to reproduce

  1. Run any task that delegates to a subagent (e.g. an explore task)
  2. Observe the task progress and completion output in the TUI
  3. Note that no agent type identifier is shown

Screenshot and/or share link

N/A

Operating System

Linux

Terminal

Kitty

Metadata

Metadata

Assignees

Labels

opentuiThis relates to changes in v1.0, now that opencode uses opentui

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions