feat(coding-agent): add GLM ZCode OAuth login#295
Open
tmdgusya wants to merge 1 commit into
Open
Conversation
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.
Summary
Verification
npx tsgo --noEmitpassed--list-modelsincludesglm-zcode glm-5.2Security note
The upstream ZCode flow has no verified PKCE support. The login flow labels itself unofficial, discloses that limitation, requires the exact
zcode://oauth/callbackredirect, validates state, and uses fixed service endpoints.Summary by cubic
Adds an opt-in, unofficial
glm-zcodeOAuth provider tocoding-agent. It lets users log in with ZCode and auto‑provisions a Z.AI API key to use GLM‑5.2 via the Anthropic‑compatible endpoint.New Features
glm-zcodeprovider usinganthropic-messagesathttps://api.z.ai/api/anthropic; exposesglm-5.2(reasoning, 1M context).zcode://oauth/callbackURL; exchanges via broker, then provisions a scoped Z.AI API key and returns it asaccess. Refresh reprovisions about every 55 minutes.AGENTS.md. Added tests for provisioning, refresh, and callback validation; updated registration-order tests.Security
zcode://oauth/callbackredirect and validates state; rejects malformed callbacks.Written for commit 7a391fb. Summary will update on new commits.