Add configured coding agent to the Apps launcher #8566
kimbrough-aiml
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.
Summary
After upgrading to Omarchy 4.0.1, Codex could no longer be found by searching the SUPER + SPACE / Apps launcher.
Codex is installed through mise and works from a terminal:
It is also configured as the default Omarchy agent and launches through SUPER + SHIFT + CTRL + A. However, Omarchy does not create a desktop entry, so Codex is absent from the normal application index.
Expected behaviour
Once a coding agent is installed and selected under Setup > Defaults > Agent, it should also be discoverable by searching for its name in the launcher.
This could be implemented by installing a generated
.desktopentry that runs:omarchy-agentAlternatively, the launcher could include configured CLI agents directly.
Environment
Workaround
Creating a user-level
~/.local/share/applications/Codex.desktopentry makes Codex searchable in the launcher again.All reactions