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:
@@ -14,7 +14,7 @@ from gateway.platforms.base import (
|
||||
class TestSecretCaptureGuidance:
|
||||
def test_gateway_secret_capture_message_points_to_local_setup(self):
|
||||
message = GATEWAY_SECRET_CAPTURE_UNSUPPORTED_MESSAGE
|
||||
assert "hermes setup" in message.lower()
|
||||
assert "local cli" in message.lower()
|
||||
assert "~/.hermes/.env" in message
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user