Skip to content

Conversation

@vmotta8
Copy link
Contributor

@vmotta8 vmotta8 commented Jan 20, 2026

What does this PR do?

fixes #8938

fixes layout issues on narrow terminal screens (< 80 columns):

  • permission prompt: moves action buttons and hints to a second line on narrow screens instead of being cut off
  • session header: moves context info and version to a second line on narrow screens
  • subagent session header: always shows navigation buttons on a separate line, and moves context info to a second line on narrow screens (3 lines total)

How did you verify your code works?

there are no tui component tests, so i tested manually by resizing terminal to various widths

permission prompt
before:
Screenshot 2026-01-20 at 18 31 55

after:
Screenshot 2026-01-20 at 18 30 44

session header
before:
Screenshot 2026-01-20 at 18 11 34

after:
Screenshot 2026-01-20 at 18 11 49

subagent session header
before:
Screenshot 2026-01-20 at 17 43 05

after:
Screenshot 2026-01-20 at 18 05 36
or
Screenshot 2026-01-20 at 18 15 51

@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@rekram1-node rekram1-node merged commit b93f33e into anomalyco:dev Jan 21, 2026
5 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.

permission dialog buttons too close to hints on narrow terminals

2 participants