fix(ci): restore Z.AI API Platform validation#112171
Merged
Merged
Conversation
Contributor
|
ClawSweeper status: review started. I am starting a fresh review of this pull request: fix(ci): restore Z.AI API Platform validation This is item 1/1 in the current shard. Shard 0/1. This placeholder means the worker is alive and reading the current context. I will edit this same comment with the actual review when the claws are done clicking. Crustacean status: shell secured, claws on keyboard, evidence pebbles being sorted. |
vincentkoc
added a commit
that referenced
this pull request
Jul 21, 2026
* origin/main: (24 commits) fix(agents): keep compaction on live session model (#95713) fix(plugin-sdk): guard provider catalog live URL parsing against malformed responses (#109986) chore(cli): drop dead classifiers and single-use wrappers left by fallback removal (#112191) feat(ui): expand the lobster pet's random universe (#112073) chore(ci): audit dependency fingerprint exports (#112190) fix(ui): preserve graphemes in provider icons (#109509) fix(ui): align settings search with navigation rows (#112172) fix(agents): allow configless gateway rebind to activate standalone owner (#111841) fix(secrets): register secret targets for installed-origin plugins (#104347) improve(ui): show real machine identity in the place picker (#112162) fix: webChat scrollback history is too limited — older assistant replies and tool outputs disappear when scrolling… (#104250) test(ui): run DOM-free suites in Node (#112031) feat(nodes): make computer.act eligibility capability-based for desktop nodes (#112107) fix(apps): harden mobile gateway and watch state fix(ci): restore Z.AI API Platform validation (#112171) fix(ui): prevent Logs controls from overlapping (#112170) fix #95291: message tool fails to deliver files/images on Feishu (400 volc-dcdn / write ECONNRESET) while same Lark SDK upload succeeds standalone (#95514) refactor(cli)!: remove automatic gateway→embedded fallback from openclaw agent (#112074) refactor: move provider transports into packages/ai behind a typed host port (#111669) fix(anthropic): complete transcript reverse-scan windows across short reads (#109431) ...
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jul 22, 2026
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.
Related: #109246
Related: #109272
Related: #110243
What Problem This Solves
Resolves a problem where full release validation continued to omit Z.AI API Platform coverage after the temporary HTTP 429 account limitation was fixed.
Why This Change Was Made
Restore Z.AI API Platform to every full-profile path removed by the temporary waiver: the Docker live-model matrix, the native gateway profile, the combined xAI/Z.ai advisory gateway lane, and the broad native-agent shard. Remove the temporary omission summary while retaining the separate Z.AI Coding Plan lane and endpoint proof.
#110243 carried the same waiver onto the frozen
extended-stable/2026.6.33release branch; this PR restores currentmain, which owns ongoing release validation, without rewriting that historical release branch.User Impact
No product runtime behavior changes. Full-profile release validation once again exercises the Z.AI general API Platform alongside the existing dedicated Coding Plan validation.
Evidence
https://api.z.ai/api/paas/v4, while Coding Plan uses the separatehttps://api.z.ai/api/coding/paas/v4endpoint.tbx_01ky1n3z622adcp770y6pbzy0k: 124/124 focused workflow and shard tests passed.glm-5-turboandglm-5.1probes were selected, but both returnederrorClass=billingwith no assistant text. The current repository credential/account still needs working API Platform balance before merge.actionlint .github/workflows/openclaw-live-and-e2e-checks-reusable.ymlgit diff --checkAI-assisted by Codex; implementation and evidence reviewed by the author.