mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-05 02:31:47 +00:00
PR #9931 ("feat(google-workspace): add --from flag for custom sender display name") accidentally removed the required_credential_files frontmatter block that tells hermes to bind-mount google_token.json and google_client_secret.json into Docker and Modal remote terminals before running setup.py. Without this header the credential files are never registered in the session-scoped ContextVar, so get_credential_file_mounts() returns an empty list at container creation time and the OAuth files are invisible inside the sandbox. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| test_google_oauth_setup.py | ||
| test_google_workspace_api.py | ||
| test_google_workspace_credential_files.py | ||
| test_memento_cards.py | ||
| test_openclaw_migration.py | ||
| test_openclaw_migration_hardening.py | ||
| test_telephony_skill.py | ||
| test_youtube_quiz.py | ||