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.
18 lines
687 B
Markdown
18 lines
687 B
Markdown
---
|
|
# claudbg-zniv
|
|
title: 'TUI: some sessions show no project path in session list'
|
|
status: completed
|
|
type: bug
|
|
priority: normal
|
|
created_at: 2026-03-31T23:44:55Z
|
|
updated_at: 2026-04-01T05:49:51Z
|
|
blocking:
|
|
- claudbg-9627
|
|
---
|
|
|
|
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).
|