Skip to content

feature: Add option to skip CLI instance selector #274

@iryan2

Description

@iryan2

Did you check the docs?

  • I have read all the sidekick.nvim docs

Is your feature request related to a problem? Please describe.

I only ever use Claude Code with sidekick, and I never want to attach to an existing instance of Claude Code.

I have remapped <Leader>aa to require("sidekick.cli").toggle({ name = "claude", focus = true }) as per the docs, which works perfectly when I don't have any other Claude Code instances running.

However, I often have multiple CC instances running, so my <Leader>aa mapping usually produces the selection screen with all my CC instances listed, more or less defeating the purpose of the custom mapping.

Describe the solution you'd like

I'd love it if I could configure sidekick such that my <Leader>aa mapping always directly opens a new instance of Claude Code in the sidebar, even when other instances of CC are active on my machine. In other words, I never want to see the CLI selection window when using this mapping.

Describe alternatives you've considered

I've considered accepting the additional keypress, but if I did that I may as well remove my custom "direct to Claude Code" mapping as it's not saving me anything.

Additional context

You're the man Folke, love your work!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeststaleThis issue or PR has been inactive for a while

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions