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.
claudbg/.beans/claudbg-6m2c--tuifilter-tok...

641 B

title status type created_at updated_at parent
TUI/filter: token count filter fields todo feature 2026-04-01T06:10:58Z 2026-04-01T06:10:58Z claudbg-2vwx

Add token-based filter fields to the filter query language so users can narrow the session list by token usage.\n\nSupported fields and operators:\n- in: — tokens in (input tokens)\n- out: — tokens out (output tokens)\n- tokens: — total tokens (in + out)\n- All three support < and > comparisons (e.g. tokens:>50000, in:<1000)\n\nRequires storing token counts per session in the DB and exposing them via the Filter::matches() path.