Skip to content

feat(tui): show running tools and LLM status in sidebar #9655

@Becktor

Description

@Becktor

Problem

When running long operations (tools, background agents, LLM inference), there's no visibility into what's currently happening in the session.

Proposed Solution

Add a "Running" section to the sidebar that shows:

  • LLM status on top (Pondering, Streaming, Sending, Retry) with elapsed time
  • Active tools (bash, grep, glob, etc.) with command preview and elapsed time
  • Background agents numbered as agent1, agent2, etc.

Screenshot

Image

Notes

This is a UI change, so I understand it needs design review. Happy to discuss the approach or make adjustments based on feedback.

I have a working implementation ready if this is something the team would consider.

Metadata

Metadata

Assignees

Labels

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions