fix(provider): add muse-spark-1.2 to meta provider - #3840
Open
gonzoga wants to merge 2 commits into
Open
Conversation
Adds llama-4-scout-17b-16e-instruct replacement? No - adds muse-spark-1.2 model alongside existing 1.1 with identical capabilities (1M context, tools, parallel tool calls, reasoning, image input). Verified via OpenRouter API that 1.2 retains same architecture and context length. Co-Authored-By: ForgeCode <noreply@forgecode.dev>
gonzoga
force-pushed
the
feat/add-muse-spark-1.2
branch
from
August 11, 2026 18:57
5352a11 to
453f7cc
Compare
Contributor
Author
|
Note: This should be labeled type: fix instead of type: feature (commit and title updated to Current labels still show Please remove /cc @maintainers |
Newer clippy nightlies flag #[async_trait]-generated methods (which return an already-must-use Pin<Box<dyn Future>> with an implicit #[must_use]) as double_must_use, breaking the Lint Fix CI job on all branches. Allow the lint workspace-wide via [workspace.lints] and opt every crate in.
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
muse-spark-1.2as a selectable model under themetaprovider, alongside existingmuse-spark-1.1.Changes
crates/forge_repo/src/provider/provider.json:4452-4481 — Added hardcoded model entry:
muse-spark-1.2crates/forge_repo/src/provider/provider_repo.rs:983-1023 — Updated
test_meta_configto loop over both models and assert count == 2.Verification
Verified capabilities via:
/api/v1/modelsshows both 1.1 and 1.2 have identical architecturetext+image+file+audio+video->textand context 1048576cargo test -p forge_repo --lib provider::provider_repo::tests::test_meta_configpassesforge_repolib suite: 333 passedNo JSON validity issues, no other providers modified.
Fixes: user request to add muse spark 1.2 to meta model options