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
fix(tui): use LineInfo().Height for textarea growth; add version to header
- Fix textarea auto-grow: was using LineCount() which returns logical
lines (always 1 with InsertNewline disabled). Now uses
LineInfo().Height which returns the visual wrapped row count —
the correct bubbles API for this purpose.
- Add version to TUI header: "Glean CLI v0.6.1" (omitted for dev builds)
Pass version through New() constructor rather than a separate setter.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <[email protected]>
0 commit comments