fix: improve gateway secret capture guidance message
The old message referenced 'hermes setup' which doesn't handle skill-specific env vars. Updated to direct users to load the skill in the local CLI (which triggers the secure prompt) or add the key to ~/.hermes/.env manually.
This commit is contained in:
@@ -29,7 +29,7 @@ from gateway.session import SessionSource, build_session_key
|
||||
|
||||
GATEWAY_SECRET_CAPTURE_UNSUPPORTED_MESSAGE = (
|
||||
"Secure secret entry is not supported over messaging. "
|
||||
"Run `hermes setup` or update ~/.hermes/.env locally."
|
||||
"Load this skill in the local CLI to be prompted, or add the key to ~/.hermes/.env manually."
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user