docs(xai-oauth): note bare-code manual-paste form from #33880#33917
Closed
r266-tech wants to merge 2 commits into
Closed
docs(xai-oauth): note bare-code manual-paste form from #33880#33917r266-tech wants to merge 2 commits into
r266-tech wants to merge 2 commits into
Conversation
teknium1
added a commit
that referenced
this pull request
May 29, 2026
…3917) The original PR diff updated two guides (oauth-over-ssh.md and xai-grok-oauth.md) but only the oauth-over-ssh.md edit landed in the PR's actual commit. Mirror the note to the primary xai-grok-oauth.md guide too so users reading the main entry point don't miss the bare-code form that already shipped in #33880.
Contributor
|
Closing — merged via salvage PR #34459 (#34459) with your commit Quick note: your PR body described updating two guides but the actual commit on the branch only modified Real docs gap closed — the bare-code form is the load-bearing case for browser-only-console users today, and missing it from the docs left a discoverability hole. Thanks! |
KKT-OPT
pushed a commit
to KKT-OPT/hermes-agent
that referenced
this pull request
May 31, 2026
…usResearch#33917) The original PR diff updated two guides (oauth-over-ssh.md and xai-grok-oauth.md) but only the oauth-over-ssh.md edit landed in the PR's actual commit. Mirror the note to the primary xai-grok-oauth.md guide too so users reading the main entry point don't miss the bare-code form that already shipped in NousResearch#33880.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds a short note in both
xai-grok-oauth.mdandoauth-over-ssh.mddocumenting the bare-code manual-paste form that #33880 just shipped.After #33880,
_parse_pasted_callbackaccepts three forms (auth.py L3118-3133 docstring):http://127.0.0.1:56121/callback?code=...&state=...?code=...&state=...The in-CLI prompt (
hermes auth add xai-oauth --manual-paste) already mentions the bare-code option (auth.py L3183-3186), but the two user-facing guides still describe only the first two forms, so a user reading docs first will still be waiting for a "failed callback URL page" that xAI no longer produces.This PR mirrors the in-CLI wording so docs and prompt agree.
If this has already landed via a separate patch, feel free to close + mark accordingly.