Did you check the 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
Did you check the 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:
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?
Describe alternatives you've considered
Or maybe showing opencode current sum info instead of just tmux session also works?
Additional context
No response