[PR #9286] fix(app): session-header directory name overflow #13055

Closed
opened 2026-02-16 18:17:56 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/9286

State: closed
Merged: No


What does this PR do?

Fixes #9288
If the working dir is too long it just bleeds out of the side of the session header. I changed the width from static to bounded, not sure if yall would rather truncate with an ellipsis...

before
image
after
image

How did you verify your code works?

Waiting for any comments

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9286 **State:** closed **Merged:** No --- ### What does this PR do? Fixes #9288 If the working dir is too long it just bleeds out of the side of the session header. I changed the width from static to bounded, not sure if yall would rather truncate with an ellipsis... before <img width="569" height="59" alt="image" src="https://github.com/user-attachments/assets/a9101ca1-e357-473c-a883-04f922bacfe4" /> after <img width="559" height="55" alt="image" src="https://github.com/user-attachments/assets/2f628dde-6118-462a-84c0-fbd6fa723a0b" /> ### How did you verify your code works? Waiting for any comments
yindo added the pull-request label 2026-02-16 18:17:56 -05:00
yindo closed this issue 2026-02-16 18:17:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13055