Skip to content

Tags: alexmt/claude-ls

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: new session project picker — choose directory before starting (#12

)

n now opens a project picker overlay instead of launching claude
immediately. CWD is pre-selected and tagged (current dir); all known
projects from the session list are shown below. Type to filter by path,
up/down to navigate, enter starts the session.

Uses the same overlay pattern as the move picker. buildNewPickerProjects
places CWD at index 0 regardless of whether it has existing sessions.

Closes #11

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.1.2

Toggle v0.1.2's commit message
fix: fix broken rename

Signed-off-by: Alexander Matyushentsev <alexander@akuity.io>

v0.1.0

Toggle v0.1.0's commit message
ci: upgrade to golangci-lint-action v7

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.1.1

Toggle v0.1.1's commit message
fix: don't load sessions without path

Signed-off-by: Alexander Matyushentsev <alexander@akuity.io>