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.
687 B
687 B
| title | status | type | priority | created_at | updated_at | blocking | |
|---|---|---|---|---|---|---|---|
| TUI: some sessions show no project path in session list | completed | bug | normal | 2026-03-31T23:44:55Z | 2026-04-01T05:49:51Z |
|
In the TUI session list, some sessions do not display a project path. Likely related to the same root cause as the CLI bug (claudbg-9627).
Summary of Changes
Implemented together with claudbg-0yk4 in src/tui/run.rs. When sr.project_path from disk discovery is empty (cwd not present in first JSONL line), fall back to the project_path stored in the DB sessions table (which is populated during claudbg index sync by scanning all JSONL entries).