Feature Request
Add autocomplete/auto-suggestion for the path field when creating a new session in the new session dialog.
Problem
Currently, users must manually type out or copy-paste the full path when creating a new session. This is tedious, especially for frequently used project directories.
Proposed Solution
Add filesystem path autocomplete to the path input field in the new session dialog (src/tui/component/dialog-new.tsx). As the user types, suggest matching directories from the filesystem.
Additional Context
The project already has autocomplete infrastructure (fuzzy search for previously used paths and branch names via src/core/history.ts). This could be extended to also suggest filesystem paths as the user types.
Priority
Nice-to-have / quality of life improvement.
Feature Request
Add autocomplete/auto-suggestion for the path field when creating a new session in the new session dialog.
Problem
Currently, users must manually type out or copy-paste the full path when creating a new session. This is tedious, especially for frequently used project directories.
Proposed Solution
Add filesystem path autocomplete to the path input field in the new session dialog (
src/tui/component/dialog-new.tsx). As the user types, suggest matching directories from the filesystem.Additional Context
The project already has autocomplete infrastructure (fuzzy search for previously used paths and branch names via
src/core/history.ts). This could be extended to also suggest filesystem paths as the user types.Priority
Nice-to-have / quality of life improvement.