fix(meta): live validation targets deployed Muse Spark 1.1#103163
Merged
Conversation
Contributor
Author
|
Land-ready proof:
Proof note: a redundant live rerun after the changelog-only follow-up reached the 1Password approval boundary and timed out; no credential fallback was used. Git verifies all Meta code and docs remained byte-identical to the successful live run. |
Contributor
Author
|
Merged via squash.
|
vincentkoc
pushed a commit
that referenced
this pull request
Jul 10, 2026
* fix(meta): target Muse Spark 1.1 in live checks * chore: follow release-owned changelog policy (cherry picked from commit 6fd9cc9)
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jul 10, 2026
…103163) * fix(meta): target Muse Spark 1.1 in live checks * chore: follow release-owned changelog policy
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.
Follow-up to #102873 and #103070.
What Problem This Solves
Fixes an issue where maintainers running the Meta provider smoke test would get two failures after Muse Spark 1.1 deployed because validation still targeted the removed pre-deployment model id and the documented command did not use the live-test runner.
Why This Change Was Made
The Meta live suite now resolves and calls the deployed
muse-spark-1.1catalog model, while the never-shipped fallback id is removed from thinking policy and documentation. Both documentation surfaces now use the repository's canonicaltest:livecommand.User Impact
Maintainers can copy the documented command and validate Meta's deployed Muse Spark 1.1 endpoint end to end. Users no longer see obsolete fallback guidance.
Evidence
/v1/modelsresponse listedmuse-spark-1.1; the suite expectedmuse-sparkand failed both catalog and completion checks.pnpm test:live -- extensions/meta/meta.live.test.tspassed 1 file / 2 tests, including a high-reasoning Responses API completion in 2.16 seconds. The tested Meta tree at66b23c0ae5c8a999f8fafeff5f4e76eb8c53a866is byte-identical to final headed3fa4640c43e84d006728e5262231fd516e36df; the only later delta deletes a release-owned changelog line required by the prepare guard.tbx_01kx4kg34nj1bd3mwt6ygwddmy:corepack pnpm test extensions/meta/index.test.tspassed 3/3;corepack pnpm check:changedpassed the extension, extension-test, and docs lanes.