From 161ee57ee67b9d5bf1bc87dd28d2079ddc5107e1 Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Fri, 29 May 2026 11:59:48 -0700 Subject: [PATCH] docs: list Hermes in supported integrations table The Hermes Agent integration ships in the CLI (src/specify_cli/integrations/hermes/) and is registered in the catalog, but the supported-agents table in the integrations reference omitted it. Add the row so the docs match the shipped integration. --- docs/reference/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/integrations.md b/docs/reference/integrations.md index ec6c894652..dd32467dbc 100644 --- a/docs/reference/integrations.md +++ b/docs/reference/integrations.md @@ -18,6 +18,7 @@ The Specify CLI supports a wide range of AI coding agents. When you run `specify | [Gemini CLI](https://github.com/google-gemini/gemini-cli) | `gemini` | | | [GitHub Copilot](https://code.visualstudio.com/) | `copilot` | | | [Goose](https://block.github.io/goose/) | `goose` | Uses YAML recipe format in `.goose/recipes/` | +| [Hermes](https://github.com/NousResearch/hermes-agent) | `hermes` | Skills-based integration; installs skills globally into `~/.hermes/skills/` | | [IBM Bob](https://www.ibm.com/products/bob) | `bob` | IDE-based agent | | [iFlow CLI](https://docs.iflow.cn/en/cli/quickstart) | `iflow` | | | [Junie](https://junie.jetbrains.com/) | `junie` | |