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
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.
|
||||||
Loading…
Reference in New Issue