[1/2] feat: accept generation model catalogues - #168
Merged
Conversation
dazzatronus
force-pushed
the
derk/eng-889-catalogue-contract
branch
2 times, most recently
from
August 27, 2026 10:04
596ec07 to
47c4e99
Compare
dazzatronus
force-pushed
the
derk/eng-889-catalogue-contract
branch
from
August 27, 2026 10:44
47c4e99 to
95349b0
Compare
|
🎉 This PR is included in version 2.18.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Studio cannot offer generation models without a catalogue, and hardcoding one would tie every model launch to an SDK release. Registration now takes an optional snapshot of the expanded
GET /models?expand=optionsresponse and normalises it into the shapes the editor can work with. Nothing renders yet — that is [2/2].Decisions a reviewer cannot see in the diff:
pricingblock is ignored.optionsschema are dropped, because an unexpanded entry and a model with genuinely no options are indistinguishable.inputSrcare excluded — source media has no picker in this release.catalogue; the UI bridge is@internaland stripped fromdist/index.d.ts.Verify:
npm run verify:ciRisk: none at runtime — a stored catalogue with no reader.