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.
Screencapture

Notes
This is a UI change, so I understand it needs design review. Happy to discuss the approach or make adjustments based on feedback.
PR
#9658
I have a working implementation ready if this is something the team would consider.
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:
Screencapture
Notes
This is a UI change, so I understand it needs design review. Happy to discuss the approach or make adjustments based on feedback.
PR
#9658
I have a working implementation ready if this is something the team would consider.