Skip to content

double focusedAgent panel width (wide: 35→70, medium: 32→64)#470

Merged
JeremyDev87 merged 1 commit intomasterfrom
feat/tui-double-focusedagent-width
Feb 17, 2026
Merged

double focusedAgent panel width (wide: 35→70, medium: 32→64)#470
JeremyDev87 merged 1 commit intomasterfrom
feat/tui-double-focusedagent-width

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Double FOCUSED_AGENT_WIDTH constants to provide more content display space in the focusedAgent panel
    • wide: 35 → 70
    • medium: 32 → 64
  • Update 8 test assertions to match new width values
  • Update 3 stale test descriptions and comments to reflect new values

Closes #466

Changes

grid-layout.pure.ts

  • FOCUSED_AGENT_WIDTH.wide: 35 → 70
  • FOCUSED_AGENT_WIDTH.medium: 32 → 64

grid-layout.pure.spec.ts

  • Updated 8 assertion values across wide/medium/scaling test cases
  • Fixed 2 test description strings (width 35width 70, width 32width 64)
  • Fixed 1 comment (45 + 20 = 6564 + 20 = 84)

Clamping Safety

Scenario focusedAgent flowMap Status
wide 120cols min(70, 100) = 70 50 OK
medium 100cols min(64, 80) = 64 36 OK
medium 80cols min(64, 60) = 60 20 OK (clamped)
narrow full width full width No change

No layout logic changes required — existing clamping (Math.min) handles all edge cases.

Test plan

  • All 61 grid-layout tests pass
  • Full test suite: 157 files, 3638 tests passed, 0 failures
  • Invariant tests (no overlap, no gap, bounds) pass without modification
  • Clamping edge cases (narrow terminal) pass

@vercel
Copy link

vercel bot commented Feb 17, 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 17, 2026 11:03am

@JeremyDev87 JeremyDev87 self-assigned this Feb 17, 2026
@JeremyDev87 JeremyDev87 added feat tui TUI Agent Monitor labels Feb 17, 2026
@JeremyDev87 JeremyDev87 changed the title feat(tui): double focusedAgent panel width (wide: 35→70, medium: 32→64) double focusedAgent panel width (wide: 35→70, medium: 32→64) Feb 17, 2026
@JeremyDev87 JeremyDev87 merged commit ad15df7 into master Feb 17, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/tui-double-focusedagent-width branch February 17, 2026 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat tui TUI Agent Monitor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] TUI: Double focusedAgent panel width (wide: 35→70, medium: 32→64)

1 participant