Problem Statement
When running 2-3 tasks, the notes and changed files panels and the terminal button takes vertical space from the Coding Agent TUI and shell. I end up decreasing the sizes of the panel to get more terminal room, then increasing them when I need to check file changes.
Possible Solution
Move notes and changed files into compact popover badges in the title bar. The full column height goes to the terminal and shell. Notes and file status are still one click away, just not permanently visible. Terminal Button goes to the bottom of the page so the reading area is focused
Additional context
I have a working implementation on a branch if this direction is interesting. Happy to submit a PR or adjust the approach based on feedback.
Before
After

Problem Statement
When running 2-3 tasks, the notes and changed files panels and the terminal button takes vertical space from the Coding Agent TUI and shell. I end up decreasing the sizes of the panel to get more terminal room, then increasing them when I need to check file changes.
Possible Solution
Move notes and changed files into compact popover badges in the title bar. The full column height goes to the terminal and shell. Notes and file status are still one click away, just not permanently visible. Terminal Button goes to the bottom of the page so the reading area is focused
Additional context
I have a working implementation on a branch if this direction is interesting. Happy to submit a PR or adjust the approach based on feedback.
Before
After