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.
709 B
709 B
| title | status | type | priority | created_at | updated_at |
|---|---|---|---|---|---|
| sessions list: some sessions show no project path | completed | bug | normal | 2026-03-31T23:44:53Z | 2026-04-01T05:59:53Z |
Some entries in claudbg sessions list do not display a project path. Investigate why the project path is missing for certain sessions.
Summary of Changes
Fixed read_cwd_from_first_line() in src/parser/discovery.rs. The old code stopped after the first non-empty line even if it contained no cwd field. The fix scans up to 20 non-empty lines looking for any entry with a cwd field. Claude Code typically writes cwd on a system-type entry which may not be the very first line in all session files.