Replace the '>' prefix + yellow fg on the selected/viewing agent row with
Modifier::REVERSED applied to the full span, matching ratatui Table highlight
conventions and removing the need for a cursor character.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- claudbg-vqhj: '/' key to focus filter/search bar
- claudbg-j9az: bug — model column always blank in sessions list
- claudbg-6m2c: token count filter fields (in:/out:/tokens: with </> ops)
- claudbg-e49f: Home/End keys to jump to top/bottom of transcript
- claudbg-8bs3: color-highlight selected agent row instead of '>' cursor
Removed "project truncates beginning" TODO item — already implemented
in truncate_project() which prepends '…' and keeps the tail.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>