[Feat] Add Z.AI and Z.AI Coding Plan inference providers#771
Closed
pridemusvaire wants to merge 47 commits into
Closed
[Feat] Add Z.AI and Z.AI Coding Plan inference providers#771pridemusvaire wants to merge 47 commits into
pridemusvaire wants to merge 47 commits into
Conversation
Promote v0.0.2 to production
Promote v0.0.3 to production
Promote v0.0.4 to production
Promote v0.1.0 to production
Promote v0.1.1 to production
Promote v0.2.0 to production
Promote v0.3.0 to production
Promote v0.3.1 to production
Promote v0.4.0 to production
Promote v0.4.1 to production
…CodeInc#299) SlackSetupExperience's intro screen owns the step action buttons, and it is skipped when the Slack config is already saved (savedSatisfied). But StepAuthEnvVars's providerOwnsActions check was missing the matching !savedSatisfied clause, so revisiting the auth step with saved Slack credentials rendered the value form with no action button at all, stranding the user on the page. Align providerOwnsActions with the intro guard and add a regression test for the saved-Slack revisit path. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Hotfix-only cut from main with the RooCodeInc#299 Slack setup Continue fix.
…-continue [Chore] Release Roomote 0.4.2 hotfix for saved Slack continue
Drop the reverted analytics Model group-by line and document notification destination and homepage dump-flash fixes now included on release/v0.5.0.
Merge latest develop (RooCodeInc#370, RooCodeInc#371), document the Blaxel Compose --wait fix on the existing 0.5.0 notes, remove the shipping pending changeset, and quiet residual oxlint/ESLint friction from that merge.
Promote v0.5.0 to production
Promote v0.6.0 to production
Promote v0.7.0 to production
Promote v0.7.1 to production
Promote v0.8.0 to production
Promote v0.8.1 to production
Promote v0.9.0 to production
Promote v0.10.0 to production
Promote v0.11.0 to production
Promote v0.12.0 to production
Promote v0.12.1 to production
Promote v0.13.0 to production
Promote v0.14.0 to production
Include post-cut develop fixes in the unshipped 0.14.1 notes and freeze point.
Promote v0.14.1 to production
Promote v0.15.0 to production
Promote v0.16.0 to production
Promote v0.17.0 to production
Promote v0.18.0 to production
Promote v0.19.0 to production
Promote v0.20.0 to production
Promote v0.20.1 to production
pridemusvaire
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
July 25, 2026 01:34
Contributor
|
Review not completed: the PR is closed and its fork head ( Reviewed c55f7bc |
First-class BYOK providers with International/China region select, gateway regionBaseUrls for v4 hosts, and selectable env field options.
pridemusvaire
force-pushed
the
feature/zai-provider
branch
from
July 25, 2026 01:35
ef3a90e to
c55f7bc
Compare
Contributor
Author
|
Reverted: feature should target |
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
Adds Z.AI and Z.AI Coding Plan as first-class BYOK inference providers, with an International / China region select on connect.
zai,zai-coding-planzai/glm-5.2,zai-coding-plan/glm-5.2(region-independent)ZAI_API_KEY+ZAI_REGION,ZAI_CODING_PLAN_API_KEY+ZAI_CODING_PLAN_REGION(global|china, defaultglobal)/chat/completionspaths (not OpenAI/v1/...)additionalEnvFields.options(region select)Test plan