Add Hermes as a supported default coding agent #8643
PoorReno
started this conversation in
Suggestions
Replies: 2 comments
|
I second that suggestion! |
0 replies
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.
`omarchy default agent` and `omarchy agent` currently support a fixed list of
coding agents: pi, omp, opencode, claude, codex, grok, gemini, copilot, crush.
Could Hermes (https://github.com/NousResearch/Hermes-Agent) be added to that list?
It follows the same shape as the existing entries - a CLI coding agent that
could be installed via mise (similar to how `grok` maps to
`npm:@xai-official/grok` or `omp` maps to `github:can1357/oh-my-pi`) and
launched non-interactively from omarchy-agent.
Happy to help test/verify once support lands.
All reactions