You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the submission @nkongecraig-max. Closing as superseded — relied on _sync_codex_entry_from_cli and auto-import at pool load (both removed by #12360), and also bundled unrelated optional-skills (livekit-presence, screenpipe) that weren't in scope.
Hermes's Codex auth design was reworked in #12360 ("Hermes owns its own Codex auth; stop touching ~/.codex/auth.json") to stop sharing refresh tokens with the Codex CLI / VS Code extension (they rotate on every use, so shared access caused refresh_token_reused races). Users who want to adopt Codex CLI credentials get a one-time explicit prompt via hermes auth openai-codex instead.
The valid adjacent fixes from this batch (error parsing, fallback chain on auth failure, reauth UX) landed together in #15104.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
area/authAuthentication, OAuth, credential poolscomp/cliCLI entry point, hermes_cli/, setup wizardP2Medium — degraded but workaround existsprovider/copilotGitHub Copilot (ACP + Chat)type/bugSomething isn't working
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
~/.codex/auth.jsonsession when the Hermes refresh token has gone stalehermes status/ doctor side-effect free by reading persisted Codex pool entries without triggering refreshmax_output_tokensfor ChatGPT-backed Codex Responses requests, which currently reject that parameterTesting
/Users/motwe/hermes-agent/venv/bin/python -m pytest tests/hermes_cli/test_auth_codex_provider.py tests/run_agent/test_run_agent_codex_responses.py -q48 passed/Users/motwe/hermes-agent/venv/bin/python -m pytest tests/ -q19 failed, 9720 passed, 36 skipped, 1 xpassedtests/tools/test_delegate.py, managed tool/media gateway tests, andtests/gateway/test_slack_approval_buttons.pyNotes