From 10752c6d50a731533860ce5a1627c6308ea2c62c Mon Sep 17 00:00:00 2001 From: Stephen Chin Date: Tue, 26 May 2026 00:31:53 -0700 Subject: [PATCH 1/3] fix(hermesagent): update setup note to reflect automatic gateway service enable --- json/hermesagent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/hermesagent.json b/json/hermesagent.json index 3bb3cbec..0f2c4d25 100644 --- a/json/hermesagent.json +++ b/json/hermesagent.json @@ -42,7 +42,7 @@ "type": "warning" }, { - "text": "After container startup, login as root and run 'hermes-setup' to configure your model provider and gateway server. When prompted to install the gateway service, install it as a user service (not a system service).", + "text": "After container startup, login as root and run 'hermes-setup' to configure your model provider and gateway server. When prompted, install the gateway as a user service — hermes-setup will enable and start it automatically.", "type": "info" }, { From b1185c088b7266a43e1d8ee44815111983e192bc Mon Sep 17 00:00:00 2001 From: Stephen Chin Date: Tue, 26 May 2026 00:34:12 -0700 Subject: [PATCH 2/3] fix(hermesagent): hint to use 'su - hermes' with dash to source .profile --- install/hermesagent-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/hermesagent-install.sh b/install/hermesagent-install.sh index dc10c4f3..01c57b00 100644 --- a/install/hermesagent-install.sh +++ b/install/hermesagent-install.sh @@ -113,6 +113,7 @@ msg_info "Configuring Login Hints" cat <<'HINT' >/etc/profile.d/hermes-hint.sh if [[ "$(id -u)" -eq 0 ]]; then echo " Run 'hermes-setup' to configure your model provider and gateway server." + echo " Use 'su - hermes' (with the dash) to switch to the hermes user." fi HINT msg_ok "Configured Login Hints" From 0be2fd11edc13b8d26d1fca67ccccbdb85242ac6 Mon Sep 17 00:00:00 2001 From: Stephen Chin Date: Tue, 26 May 2026 00:36:37 -0700 Subject: [PATCH 3/3] revert: drop JSON note rephrasing, keep only install script fixes --- json/hermesagent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/hermesagent.json b/json/hermesagent.json index 0f2c4d25..3bb3cbec 100644 --- a/json/hermesagent.json +++ b/json/hermesagent.json @@ -42,7 +42,7 @@ "type": "warning" }, { - "text": "After container startup, login as root and run 'hermes-setup' to configure your model provider and gateway server. When prompted, install the gateway as a user service — hermes-setup will enable and start it automatically.", + "text": "After container startup, login as root and run 'hermes-setup' to configure your model provider and gateway server. When prompted to install the gateway service, install it as a user service (not a system service).", "type": "info" }, {