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 3ba8cf0e07 feat(claudbg-agi7): transcript search panel with highlight and n/N navigation
- Bottom search bar (3 rows, always visible), press 't' to focus
- Case-insensitive match highlighting (yellow bg) across all spans
- Panel title shows current/total match count (e.g. "2/7")
- 'n'/'N' navigate next/previous match, wrapping around
- Enter applies search and returns focus to chat log
- Esc clears search and returns focus to chat log
- Tab cycles ChatLog → SubagentsPanel → SearchInput → ChatLog
- Help modal updated with search keybindings

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
..
claudbg-1e1c--tui-quit-confirmation-dialog.md chore(beans): close completed epics 2 months ago
claudbg-1tlk--tui-help-modal-listing-all-keyboard-shortcuts.md chore(beans): close completed epics 2 months ago
claudbg-2vwx--filter-queries.md feat(claudbg-4bms): filter query parser with AND/OR and key:value syntax 2 months ago
claudbg-3wel--v010-core-session-inspector.md chore(beans): mark all v0.1.0 epics and milestone completed 2 months ago
claudbg-4bms--filter-query-parser.md feat(claudbg-4bms): filter query parser with AND/OR and key:value syntax 2 months ago
claudbg-4d4h--sessions-commands.md chore(beans): mark all v0.1.0 epics and milestone completed 2 months ago
claudbg-4g3l--limit-list-output-to-10-by-default-with-limit-flag.md feat(claudbg-4g3l): add --limit flag to list commands, default 10 2 months ago
claudbg-6dgc--table-overflows-terminal-truncate-long-columns-and.md fix(output): respect terminal width and truncate long project paths 2 months ago
claudbg-6gx6--tui-color-toggle-with-c-key.md feat(claudbg-6gx6): TUI c key toggles color globally 2 months ago
claudbg-6wkk--database-caching.md chore(beans): mark all v0.1.0 epics and milestone completed 2 months ago
claudbg-7vkw--index-subcommand-full-resync.md feat(commands): implement index subcommand and command stubs [claudbg-7vkw] 2 months ago
claudbg-8vpb--transcription-output-improvements.md chore(beans): close completed epics 2 months ago
claudbg-9c8r--tui-sub-agents-panel-in-transcript-view.md chore(beans): close completed epics 2 months ago
claudbg-33n0--agent-discovery-looks-in-wrong-subagents-directory.md fix(discovery): correct subagent directory path structure 2 months ago
claudbg-37cj--add-no-color-global-flag-and-no-color-env-var-supp.md feat(claudbg-37cj): add --[no-]color global flag and NO_COLOR support 2 months ago
claudbg-76fy--implement-jsonl-session-file-reader.md chore(beans): mark Wave 2 tickets completed 2 months ago
claudbg-78xt--tui-add-ratatui-crossterm-dependencies.md feat(tui): add ratatui + crossterm dependencies 2 months ago
claudbg-80fb--tui-sub-agent-transcript-always-empty-sessionid-se.md fix(claudbg-eej6,claudbg-80fb): fix two TUI session/agent transcript bugs 2 months ago
claudbg-a532--include-help-text-should-enumerate-valid-values.md fix(cli): improve --include help text with valid values and example 2 months ago
claudbg-ag0r--follow-flag-for-agents-commands.md chore(beans): mark Wave 6 agent tickets completed 2 months ago
claudbg-agi7--tui-transcript-search-panel-with-highlight-and-nn.md feat(claudbg-agi7): transcript search panel with highlight and n/N navigation 2 months ago
claudbg-b1pa--stub-commands.md chore(beans): mark all v0.1.0 epics and milestone completed 2 months ago
claudbg-bh11--sessions-list-command.md chore(beans): mark Wave 5 tickets completed [claudbg-bh11, claudbg-ei6j, claudbg-m4p1, claudbg-zwoj] 2 months ago
claudbg-bt5p--xml-output-renderer.md feat(output): implement table, JSON, and XML output renderers [claudbg-ftb9, claudbg-fkyt, claudbg-bt5p] 2 months ago
claudbg-d3aj--session-statistics-computation.md chore(beans): mark Wave 2 tickets completed 2 months ago
claudbg-d8ht--color-coded-transcript-output-in-cli.md feat(claudbg-d8ht): color-coded transcript label prefixes in CLI 2 months ago
claudbg-d9ev--sessions-dump-should-collapse-consecutive-identica.md fix(dump): collapse consecutive identical rows in sessions dump 2 months ago
claudbg-edmr--lazy-sync-process-session-files-on-read.md feat(db): implement database & caching layer [claudbg-goc1, claudbg-umrv, claudbg-hskl, claudbg-edmr] 2 months ago
claudbg-eej6--tui-session-select-panics-handleblock-on-called-fr.md fix(claudbg-eej6,claudbg-80fb): fix two TUI session/agent transcript bugs 2 months ago
claudbg-ei6j--sessions-dump-command.md chore(beans): mark Wave 5 tickets completed [claudbg-bh11, claudbg-ei6j, claudbg-m4p1, claudbg-zwoj] 2 months ago
claudbg-f4ot--transcription-header-shows-tools-as-debug-hashmap.md fix(transcribe): format tool_calls as readable list in header 2 months ago
claudbg-fkyt--json-output-renderer.md feat(output): implement table, JSON, and XML output renderers [claudbg-ftb9, claudbg-fkyt, claudbg-bt5p] 2 months ago
claudbg-ftb9--table-output-renderer.md feat(output): implement table, JSON, and XML output renderers [claudbg-ftb9, claudbg-fkyt, claudbg-bt5p] 2 months ago
claudbg-g0oh--remove-nextest-use-cargo-test.md chore(claudbg-g0oh): remove cargo-nextest, use cargo test 2 months ago
claudbg-g5uv--session-file-discovery.md chore(beans): mark Wave 2 tickets completed 2 months ago
claudbg-g7zj--output-formatting.md chore(beans): mark all v0.1.0 epics and milestone completed 2 months ago
claudbg-g12t--agent-commands.md chore(beans): mark all v0.1.0 epics and milestone completed 2 months ago
claudbg-gf58--tui-filter-panel-with-persistent-history.md feat(claudbg-gf58): TUI filter panel with persistent query history 2 months ago
claudbg-goc1--libsql-db-setup-and-connection.md feat(db): implement database & caching layer [claudbg-goc1, claudbg-umrv, claudbg-hskl, claudbg-edmr] 2 months ago
claudbg-h7xu--cli-foundation.md chore(beans): mark all v0.1.0 epics and milestone completed 2 months ago
claudbg-horp--cli-filter-flag-on-sessions-list-and-agents-list.md feat(claudbg-horp): add --filter flag to sessions/agents list commands 2 months ago
claudbg-hskl--denormalized-raw-sessions-table.md feat(db): implement database & caching layer [claudbg-goc1, claudbg-umrv, claudbg-hskl, claudbg-edmr] 2 months ago
claudbg-i6l2--tui-interactive-session-browser.md chore(beans): close completed epics 2 months ago
claudbg-i8tm--query-subcommand-stub.md fix(output): ensure minimum table width for non-interactive environments 2 months ago
claudbg-i09w--app-error-type-and-result-alias.md feat(wave1): App error type and Result alias [claudbg-i09w] 2 months ago
claudbg-iwqj--agents-transcribe-command.md chore(beans): mark Wave 6 agent tickets completed 2 months ago
claudbg-jupi--sub-agent-file-discovery.md chore(beans): mark Wave 2 tickets completed 2 months ago
claudbg-kg0v--tool-use-input-truncated-at-120-chars-regardless-o.md fix(transcribe): respect --verbose for tool use input truncation 2 months ago
claudbg-ki43--agents-list-command.md chore(beans): mark Wave 6 agent tickets completed 2 months ago
claudbg-kxii--tui-interactive-session-browser.md docs(CLAUDE.md): add JSONL schema notes and correct subagent path structure 2 months ago
claudbg-kzcs--agents-dump-command.md chore(beans): mark Wave 6 agent tickets completed 2 months ago
claudbg-lmdl--tui-subcommand-stub.md fix(output): ensure minimum table width for non-interactive environments 2 months ago
claudbg-ltt0--sessions-no-sub-command-defaults-to-sessions-list.md feat(claudbg-ltt0): sessions with no subcommand defaults to list 2 months ago
claudbg-m4p1--sessions-transcribe-command.md chore(beans): mark Wave 5 tickets completed [claudbg-bh11, claudbg-ei6j, claudbg-m4p1, claudbg-zwoj] 2 months ago
claudbg-mztt--data-parsing-models.md chore(beans): mark all v0.1.0 epics and milestone completed 2 months ago
claudbg-nmuu--define-global-cli-flags.md feat(wave1): Define global CLI flags (OutputFormat, IncludeList) [claudbg-nmuu] 2 months ago
claudbg-nq36--tui-app-state-model-and-screen-enum.md chore(beans): close completed epics 2 months ago
claudbg-nqxz--duration-shows-0ms-rawentryduration-ms-field-name.md fix(models): add serde rename for durationMs field 2 months ago
claudbg-nypt--spacepagedown-scrolls-down-shiftspacepageup-scroll.md feat(claudbg-nypt): Space/PageDown page down, Shift+Space/PageUp page up in TUI 2 months ago
claudbg-pfa5--json-output-is-array-of-arrays-instead-of-array-of.md fix(output): emit array-of-objects for JSON output 2 months ago
claudbg-pkyj--implement-main-cli-entry-point-and-subcommand-stru.md feat(wave1): Full clap Cli struct + dispatch skeleton in main.rs [claudbg-pkyj] 2 months ago
claudbg-pta8--tui-session-list-screen-widget.md chore(beans): close completed epics 2 months ago
claudbg-qpfe--transcript-color-coding.md feat(claudbg-d8ht): color-coded transcript label prefixes in CLI 2 months ago
claudbg-rudq--tui-transcript-screen-chat-log-and-stats-header.md chore(beans): close completed epics 2 months ago
claudbg-tci9--session-list-dump-improvements.md chore(beans): close completed epics 2 months ago
claudbg-uls1--define-rust-types-for-jsonl-schema.md chore(beans): mark Wave 2 tickets completed 2 months ago
claudbg-umrv--normalized-db-schema-sessions-messages-tool-uses-t.md feat(db): implement database & caching layer [claudbg-goc1, claudbg-umrv, claudbg-hskl, claudbg-edmr] 2 months ago
claudbg-ut9q--tui-terminal-setup-event-loop-and-teardown.md chore(beans): close completed epics 2 months ago
claudbg-x7wb--short-uuid-display-utility.md feat(wave1): Short UUID display utility and xml_escape helper [claudbg-x7wb] 2 months ago
claudbg-xpzp--sessions-list-should-show-sub-agent-run-count-per.md feat(sessions): add Sub-agents count column to sessions list 2 months ago
claudbg-yugb--add-cargotoml-dependencies.md feat(wave1): Add Cargo.toml dependencies + create src/lib.rs scaffold [claudbg-yugb] 2 months ago
claudbg-zi1d--tui-session-list-shows-no-sessions-statesessions-n.md feat(claudbg-gf58): TUI filter panel with persistent query history 2 months ago
claudbg-zwoj--follow-flag-for-sessions-commands.md chore(beans): mark Wave 5 tickets completed [claudbg-bh11, claudbg-ei6j, claudbg-m4p1, claudbg-zwoj] 2 months ago
claudbg-zy1p--tool-results-hidden-by-default-in-transcriptions-s.md fix(transcribe): show tool results by default with truncation 2 months ago