Skip to content

feature: show window number and pane number when Select CLI tool #299

@PengfeiM

Description

@PengfeiM

Did you check the docs?

  • I have read all the sidekick.nvim docs

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

When I work in a workspace, which probably a git repo, I have a AI-CLI running in two or multiple tmux panes for different task, which all related to the same neovim working in the repo.
In this case, the two opencode displayed in the CLI Select look similar, and hard to distinguish which is which.
They are displayed like below:

>   opencode  󰖩 [tmux:Anakin]               $path
    opencode  󰖩 [tmux:Anakin]               $path

Describe the solution you'd like

I wonder if there is a way to show the tmux window number and pane number, which makes me able to tell which the opencode I need.
Maybe something like this?

>   opencode  󰖩 [tmux:Anakin:1.2]           $path
    opencode  󰖩 [tmux:Anakin:1.3]           $path

Describe alternatives you've considered

Or maybe showing opencode current sum info instead of just tmux session also works?

>   opencode  󰖩 doingtask A               $path
    opencode  󰖩 doingtask B               $path

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeststaleThis issue or PR has been inactive for a whilewontfixThis issue will not be fixed or implemented

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions