You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 Shrink file_read tool display based on container width (#421)
Use container queries to show abbreviated byte count when space is
limited:
- Narrow: `1.2KB`
- Medium: `read 1.2KB`
- Wide: `read 1.2KB of 5.4KB`
Prevents line-breaking in the tool header while maximizing detail when
space allows.
_Generated with `cmux`_
0 commit comments