Skip to content

Path autocomplete in new session dialog #46

Description

@doyled-it

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions