chore: ticket all TODO.md items and clear the list

Created 7 new beans for untracked TODO items:
- claudbg-wfoe: Ctrl+C quits without confirmation
- claudbg-xokw: accept msgs/messages as filter aliases
- claudbg-vcxz: document filter syntax in help text
- claudbg-pow4: cursor movement in filter/search bar
- claudbg-ysj0: prevent transcript overflow + Ctrl+L redraw
- claudbg-28ao: move db/history files to ~/.claude/claudbg/
- claudbg-wxdt: truncate project path from start in TUI

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main
Elijah Voigt 2 months ago
parent f8d666f2ad
commit f6a4bd0535

@ -0,0 +1,10 @@
---
# claudbg-28ao
title: Move claudbg.db and claudbg.tui.history to ~/.claude/claudbg/
status: todo
type: task
created_at: 2026-04-01T16:47:11Z
updated_at: 2026-04-01T16:47:11Z
---
Move the claudbg.db database file and claudbg.tui.history filter history file from ~/.claude/ into a dedicated ~/.claude/claudbg/ subdirectory to reduce clutter in the ~/.claude/ root.

@ -0,0 +1,10 @@
---
# claudbg-pow4
title: 'TUI: cursor movement in filter/search bar (left/right arrow keys)'
status: todo
type: feature
created_at: 2026-04-01T16:47:09Z
updated_at: 2026-04-01T16:47:09Z
---
Support moving the cursor left and right within the Filter/Search bar text input so users can edit text in the middle of the input without having to delete everything first.

@ -0,0 +1,10 @@
---
# claudbg-vcxz
title: Document filter syntax in help text
status: todo
type: task
created_at: 2026-04-01T16:47:07Z
updated_at: 2026-04-01T16:47:07Z
---
Add filter field documentation to the help text shown in the TUI (e.g. '?' help modal). Users should be able to discover available filter fields and operators without reading source code.

@ -0,0 +1,10 @@
---
# claudbg-wfoe
title: 'TUI: Ctrl+C immediately quits without confirmation'
status: todo
type: feature
created_at: 2026-04-01T16:47:04Z
updated_at: 2026-04-01T16:47:04Z
---
Support Ctrl+C to immediately quit without confirmation. Currently quit requires a confirmation dialog; Ctrl+C should bypass this and exit immediately.

@ -0,0 +1,10 @@
---
# claudbg-wxdt
title: 'TUI: truncate project path from start when it overflows (show end, not beginning)'
status: todo
type: bug
created_at: 2026-04-01T16:47:14Z
updated_at: 2026-04-01T16:47:14Z
---
In the TUI session list, when the project path is too long to fit in the column, the beginning is shown and the end is cut off. Instead, the end of the path should be shown (right-justified or left-truncated) since the unique/distinguishing part of the path is usually at the end.

@ -0,0 +1,10 @@
---
# claudbg-xokw
title: 'Filter: accept ''msgs''/''messages'' as aliases for message count filter'
status: todo
type: bug
created_at: 2026-04-01T16:47:06Z
updated_at: 2026-04-01T16:47:06Z
---
For filtering, both 'msgs' and 'messages' should be accepted as field names when filtering on message count, since the UI displays the column as 'msgs'.

@ -0,0 +1,10 @@
---
# claudbg-ysj0
title: 'TUI: prevent transcript overflow into sub-agents panel; add Ctrl+L to redraw'
status: todo
type: bug
created_at: 2026-04-01T16:47:10Z
updated_at: 2026-04-01T16:47:10Z
---
Occasionally the Transcript widget overflows into the Sub-Agents panel, making the UI look broken. Prevent this overflow from happening. Also add a Ctrl+L keybinding to force a full screen redraw/reset to recover from any rendering artifacts.

@ -1,7 +1 @@
# TODO # TODO
* TUI: `/` should move the selected pane to the "search" bar (similar to less searching) — claudbg-vqhj
* TUI: Model is not showing up in the sessions list... — claudbg-j9az
* TUI: Add the ability to filter by tokens in and tokens out (`in:<int>`, `out:<int>`, `tokens:<int>`, supports < and > too) — claudbg-6m2c
* TUI: In addition to G/gg for navigating to the top/bottom of the transcript, support Home (top) and End (bottom). — claudbg-e49f
* TUI: For the currently selected agent, color code the selected agent instead of the `>` cursor. — claudbg-8bs3

Loading…
Cancel
Save