Launch a specific coding agent by right-clicking its tab #9810
dstahl11
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Idea
In the Agents panel, right-clicking a provider tab should launch a new terminal session using that provider.
Proposed behavior
Why
The provider tabs already identify the desired agent, so this makes the panel a convenient direct launcher without requiring users to change their default agent first.
Prototype
I implemented and tested this locally, and it works.
The implementation adds an explicit agent option to
omarchy-agentand invokes it from the provider tab'srightClickedhandler. This keeps agent-specific launch flags centralized inomarchy- agent.I'm happy to submit a PR if the maintainers think this belongs upstream. attaching screen recording
screenrecording-2026-09-02_08-52-33.mp4
All reactions