Commit a89d80c
fix: encode dots in CWD path for JSONL session lookup
encodeCwd() only replaced `/` with `-`, but Claude Code also replaces
`.` with `-` in project directory names (e.g. `github.com` → `github-com`).
This caused findSessionJsonl() to fail, falling back to raw capture which
lacks scrollback in FLICK (alternate screen) mode.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9adb8e0 commit a89d80c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments