Skip to content

agent_ui: Add some general UI fixes#53696

Merged
danilo-leal merged 3 commits intomainfrom
agent-panel-ui-fixes
Apr 11, 2026
Merged

agent_ui: Add some general UI fixes#53696
danilo-leal merged 3 commits intomainfrom
agent-panel-ui-fixes

Conversation

@danilo-leal
Copy link
Copy Markdown
Member

A note-worthy thing I'm adding in this PR to fix an agent panel problem is a trait method allowing to set a min-width in panels. I think some of them—if not all—could benefit from it, because there is a certain width these panels can get in that we just can't ensure they will work; things will break. So we either accept that and let the user's common sense understand that, or we don't allow them to reach that state... Surely, a small enough window size can still break things, but then it's out of the realms of solution...

Release Notes:

  • Agent: Fixed multi-line queued messages getting cut-off when the agent panel is in full screen.
  • Agent: Fixed agent panel getting auto-closed after submitting a queued message when the panel is in full screen.
  • Agent: Added a min-width to the agent panel, preventing it from reaching a small enough width where it would be essentially unusable.
@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Apr 11, 2026
@zed-community-bot zed-community-bot Bot added the staff Pull requests authored by a current member of Zed staff label Apr 11, 2026
@danilo-leal danilo-leal self-assigned this Apr 11, 2026
@danilo-leal danilo-leal merged commit 6213f06 into main Apr 11, 2026
42 checks passed
@danilo-leal danilo-leal deleted the agent-panel-ui-fixes branch April 11, 2026 16:30
@zed-zippy zed-zippy Bot added the PR state:needs review Used to label PRs that are in need of a post-merge approval label Apr 14, 2026
@eholk
Copy link
Copy Markdown
Contributor

eholk commented Apr 14, 2026

@zed-zippy approved

@mikayla-maki
Copy link
Copy Markdown
Member

@zed-industries/approved

@mikayla-maki mikayla-maki removed the PR state:needs review Used to label PRs that are in need of a post-merge approval label Apr 14, 2026
piper-of-dawn pushed a commit to piper-of-dawn/zed that referenced this pull request Apr 25, 2026
A note-worthy thing I'm adding in this PR to fix an agent panel problem
is a trait method allowing to set a min-width in panels. I think some of
them—if not all—could benefit from it, because there is a certain width
these panels can get in that we just can't ensure they will work; things
will break. So we either accept that and let the user's common sense
understand that, or we don't allow them to reach that state... Surely, a
small enough _window_ size can still break things, but then it's out of
the realms of solution...

Release Notes:

- Agent: Fixed multi-line queued messages getting cut-off when the agent
panel is in full screen.
- Agent: Fixed agent panel getting auto-closed after submitting a queued
message when the panel is in full screen.
- Agent: Added a min-width to the agent panel, preventing it from
reaching a small enough width where it would be essentially unusable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement staff Pull requests authored by a current member of Zed staff

3 participants