You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elijah Voigt 03caf03a72 feat(claudbg-6m2c): add in/out/tokens filter fields for token-count filtering
Add `in:<N>`, `out:<N>`, and `tokens:<N>` filter fields (with `:`, `>`, `<`
operators) to the TUI filter query language. Populate input_tokens and
output_tokens on SessionListItem from the DB sessions table, wire them into
the SessionRow trait, and update the help modal to document the new fields.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
..
mod.rs feat(tui): add transcript screen with stats header and chat log 2 months ago
session_list.rs feat(claudbg-6m2c): add in/out/tokens filter fields for token-count filtering 2 months ago
transcript.rs feat(claudbg-e49f): add Home/End key bindings to jump to top/bottom of transcript 2 months ago