Skip to content

Conversation

@xlyk
Copy link
Contributor

@xlyk xlyk commented Jan 29, 2026

Summary

Two UI improvements:

  1. Fix notification dropdown z-index - The notification popup was being overlapped by timeline content. Increased TabBar z-index from 60 to 200 so the dropdown appears on top.

  2. Hide run_command from main agent timeline - The run_command tool calls from the main agent are now hidden in the ToolCallGroup component since the command output already shows in terminal/command blocks. This reduces visual noise without losing information.

Changes

  • frontend/components/TabBar/TabBar.tsx - Increase z-index from 60 to 200
  • frontend/components/UnifiedTimeline/UnifiedTimeline.tsx - Filter run_command from streaming blocks
  • frontend/components/AgentChat/AgentMessage.tsx - Filter run_command from persisted messages

Test plan

  • just check passes
  • Verify notification dropdown appears above timeline content
  • Verify run_command tool calls no longer appear in agent timeline
  • Verify command output still shows in terminal/command blocks

xlyk added 2 commits January 28, 2026 20:56
- Increase TabBar z-index from 60 to 200 so notification dropdown
  appears above timeline content
- Hide run_command tool calls from main agent in timeline (both
  streaming and persisted messages) since command output already
  shows in terminal/command blocks
@xlyk xlyk merged commit 6f023ba into main Jan 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants