Skip to content

docs(reference): document --no-supervise / HERMES_GATEWAY_NO_SUPERVISE from #33583#33751

Merged
benbarclay merged 4 commits into
NousResearch:mainfrom
r266-tech:docs-reference-no-supervise
May 28, 2026
Merged

docs(reference): document --no-supervise / HERMES_GATEWAY_NO_SUPERVISE from #33583#33751
benbarclay merged 4 commits into
NousResearch:mainfrom
r266-tech:docs-reference-no-supervise

Conversation

@r266-tech

Copy link
Copy Markdown
Contributor

Summary

#33583 (feat(docker): auto-redirect gateway run to supervised mode inside s6 image) introduced a new opt-out CLI flag --no-supervise on hermes gateway run and a matching env var HERMES_GATEWAY_NO_SUPERVISE, but only updated website/docs/user-guide/docker.md with a tip admonition. The canonical reference tables — reference/cli-commands.md (hermes gateway Options) and reference/environment-variables.md (HERMES_GATEWAY_* block) — still don't list either, so users searching the reference for the opt-out flag find nothing.

This PR adds the missing rows to both reference tables (EN + zh-Hans mirror), with text grounded directly in the source:

  • hermes_cli/main.py:11418gateway run subparser registers --no-supervise (boolean opt-out arg).
  • hermes_cli/gateway.py:5185-5186 — handler reads args.no_supervise OR HERMES_GATEWAY_NO_SUPERVISE env (truthy values 1/true/yes).
  • hermes_cli/gateway.py:5207 — stderr breadcrumb advertises the opt-out path.

Files

  • website/docs/reference/cli-commands.md (+1) — --no-supervise row in hermes gateway Options table
  • website/docs/reference/environment-variables.md (+1) — HERMES_GATEWAY_NO_SUPERVISE row in the HERMES_GATEWAY_* block
  • website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/cli-commands.md (+1) — zh-Hans mirror
  • website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/environment-variables.md (+1) — zh-Hans mirror

Pure docs, ~4 LOC additive. No code change. If this has already landed via separate patch, please feel free to close and mark accordingly.

@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have area/docker Docker image, Compose, packaging labels May 28, 2026
@benbarclay benbarclay merged commit ef009a9 into NousResearch:main May 28, 2026
4 checks passed
Bryce-huang pushed a commit to wbkunlun/hermes-agent that referenced this pull request May 29, 2026
…E from NousResearch#33583 (NousResearch#33751)

* docs(reference): document --no-supervise / HERMES_GATEWAY_NO_SUPERVISE (en)

* docs(reference): document --no-supervise / HERMES_GATEWAY_NO_SUPERVISE (en)

* docs(reference): document --no-supervise / HERMES_GATEWAY_NO_SUPERVISE (zh)

* docs(reference): document --no-supervise / HERMES_GATEWAY_NO_SUPERVISE (zh)
#AI commit#
KKT-OPT pushed a commit to KKT-OPT/hermes-agent that referenced this pull request May 31, 2026
…E from NousResearch#33583 (NousResearch#33751)

* docs(reference): document --no-supervise / HERMES_GATEWAY_NO_SUPERVISE (en)

* docs(reference): document --no-supervise / HERMES_GATEWAY_NO_SUPERVISE (en)

* docs(reference): document --no-supervise / HERMES_GATEWAY_NO_SUPERVISE (zh)

* docs(reference): document --no-supervise / HERMES_GATEWAY_NO_SUPERVISE (zh)
gweeteve pushed a commit to gweeteve/hermes-agent that referenced this pull request Jun 2, 2026
…E from NousResearch#33583 (NousResearch#33751)

* docs(reference): document --no-supervise / HERMES_GATEWAY_NO_SUPERVISE (en)

* docs(reference): document --no-supervise / HERMES_GATEWAY_NO_SUPERVISE (en)

* docs(reference): document --no-supervise / HERMES_GATEWAY_NO_SUPERVISE (zh)

* docs(reference): document --no-supervise / HERMES_GATEWAY_NO_SUPERVISE (zh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/docker Docker image, Compose, packaging P3 Low — cosmetic, nice to have type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants