From 25927884e0c2df0d63ab59e0063254aa0d2fd494 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Wed, 29 Jul 2026 15:14:27 -0700 Subject: [PATCH] docs(acp): document the Buzz Desktop model picker Buzz Desktop v0.5.1 now renders Hermes' ACP model menu in agent runtime settings. Add a short note under the Buzz Desktop host section explaining where the list comes from (the shared authenticated-provider inventory), the provider:model / custom:: ID shapes, and that a pick is session-scoped rather than a Hermes-wide default change. --- website/docs/user-guide/features/acp.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/website/docs/user-guide/features/acp.md b/website/docs/user-guide/features/acp.md index a9012f065ae..9562fba464e 100644 --- a/website/docs/user-guide/features/acp.md +++ b/website/docs/user-guide/features/acp.md @@ -241,6 +241,19 @@ Recent installs write both `hermes` and `hermes-acp` launchers into older installs. As a manual fallback, configure Buzz's agent command as `hermes` with args `["acp"]`. +#### Model picker + +Buzz Desktop (v0.5.1+) renders Hermes' full model menu in the agent's runtime +settings. The list comes from Hermes itself over ACP: it shows every model +from providers you have authenticated in Hermes (the same inventory behind +`hermes model` and the `/model` command), so a model missing from the menu +means its provider has no credentials configured on the Hermes side. + +Entry IDs take the form `provider:model` (e.g. `openrouter:z-ai/glm-5.1`), or +`custom::` for custom OpenAI-compatible endpoints defined in +`config.yaml`. Picking a model applies to that agent's session; it does not +change your Hermes-wide default — use `hermes model` for that. + #### Keep Buzz agents owner-only Buzz creates every agent with **Who can talk to this agent** set to `Owner only`.