Skip to content

fix: improve sidebar agent card layout - full name visibility#142

Merged
khaliqgant merged 2 commits intomainfrom
fix/sidebar-agent-name-visibility
Jan 11, 2026
Merged

fix: improve sidebar agent card layout - full name visibility#142
khaliqgant merged 2 commits intomainfrom
fix/sidebar-agent-name-visibility

Conversation

@khaliqgant
Copy link
Copy Markdown
Member

Summary

  • Move agent name to its own line with proper wrapping to prevent truncation
  • Actions and status indicators now appear on a second line below the agent name
  • Reduces visual crowding in the sidebar

Changes

  • Change flex alignment from items-center to items-start
  • Remove truncate from agent name, add whitespace-normal and break-words
  • Add flex-wrap to name container for proper text flow
  • Reposition actions/status below name section

Before

Agent names were truncated (showing "Le..." instead of full name) with buttons cramped on the same line.

After

Full agent names are visible with proper wrapping, actions/status indicators on second line below name.

Testing

  • Verify sidebar displays full agent names without truncation
  • Confirm buttons/status indicators properly positioned on second line
  • Test with various agent name lengths
  • Verify visual alignment and spacing

🤖 Generated with Claude Code

Co-Authored-By: SidebarFixer noreply@anthropic.com

Agent Relay added 2 commits January 11, 2026 18:05
When listTrajectorySteps() is called without a trajectoryId parameter,
it now collects and returns steps from ALL active trajectories instead
of just the first one found. Steps are merged and sorted chronologically
across all trajectories.

Changes:
- Modified trajectory paths collection to use array instead of single variable
- Loop through ALL active trajectories, not just breaking after first
- Merge steps from all loaded trajectories
- Sort merged steps chronologically by timestamp
- Update comments to clarify behavior

Fixes issue where dashboard was only showing steps from a single trajectory.
Move agent name to its own line with proper wrapping to prevent truncation.
Actions and status indicators now appear on a second line below the agent name,
reducing visual crowding in the sidebar.

Changes:
- Change flex alignment from items-center to items-start
- Remove truncate from agent name, add whitespace-normal and break-words
- Add flex-wrap to name container for proper text flow
- Reposition actions/status below name section
- Improves name visibility and reduces visual clutter

Fixes issue where agent names were truncated ('Le...' instead of full name)
and buttons were cramped on the same line.
@khaliqgant khaliqgant merged commit 781d470 into main Jan 11, 2026
6 checks passed
@khaliqgant khaliqgant deleted the fix/sidebar-agent-name-visibility branch January 11, 2026 18:22
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.

1 participant