Skip to content

reduce FocusedAgent panel width by ~10% and expand Activity/FlowMap panels#534

Merged
JeremyDev87 merged 1 commit intomasterfrom
fix/tui-reduce-focused-agent-width-501
Feb 18, 2026
Merged

reduce FocusedAgent panel width by ~10% and expand Activity/FlowMap panels#534
JeremyDev87 merged 1 commit intomasterfrom
fix/tui-reduce-focused-agent-width-501

Conversation

@JeremyDev87
Copy link
Owner

Summary

Closes #501

  • Reduce FOCUSED_AGENT_WIDTH: wide 70→63, medium 64→58 (~10% reduction)
  • FlowMap and ActivityVisualizer automatically gain the freed horizontal space (cols - focusedWidth)
  • Increase AGENT_NAME_WIDTH from 10→15 so agent names in the heatmap are no longer truncated
  • Update grid-layout.pure.spec.ts width assertions to reflect new values

Changes

File Change
grid-layout.pure.ts Reduce FOCUSED_AGENT_WIDTH (wide: 70→63, medium: 64→58)
grid-layout.pure.spec.ts Update width assertions to match new values
activity-visualizer.pure.ts Increase AGENT_NAME_WIDTH from 10→15

Test Plan

  • computeGridLayout('wide') returns focusedAgent.width = 63
  • computeGridLayout('medium') returns focusedAgent.width = 58
  • flowMap.width + focusedAgent.width = total terminal width
  • Agent names in heatmap display up to 15 characters without truncation
  • Narrow mode unchanged
  • All tests pass: yarn workspace codingbuddy test -- --testPathPattern="grid-layout|activity-visualizer"

…/FlowMap panels (#501)

- Reduce FOCUSED_AGENT_WIDTH: wide 70→63, medium 64→58
- FlowMap and ActivityVisualizer gain the freed horizontal space
- Increase AGENT_NAME_WIDTH from 10→15 for readable agent names in heatmap
- Update grid-layout.pure.spec.ts width assertions to match new values
@vercel
Copy link

vercel bot commented Feb 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Feb 18, 2026 5:59am

@JeremyDev87 JeremyDev87 self-assigned this Feb 18, 2026
@JeremyDev87 JeremyDev87 added fix tui TUI Agent Monitor labels Feb 18, 2026
@JeremyDev87 JeremyDev87 changed the title fix(tui): reduce FocusedAgent panel width by ~10% and expand Activity/FlowMap panels reduce FocusedAgent panel width by ~10% and expand Activity/FlowMap panels Feb 18, 2026
@JeremyDev87 JeremyDev87 merged commit 238272b into master Feb 18, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the fix/tui-reduce-focused-agent-width-501 branch February 18, 2026 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix tui TUI Agent Monitor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(tui): reduce FocusedAgent panel width by 10% and expand Activity/FlowMap panels

1 participant