Did you check the 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!!
Did you check the 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>aatorequire("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>aamapping 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>aamapping 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!!