Sync clients#25
Merged
Merged
Conversation
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.
Note
Medium Risk
Large auto-generated client update that expands the API surface (many new endpoints/resources) and changes the
consumer_providers.deployrequest shape, which could break downstream callers relying on the old signature/body fields.Overview
Syncs the generated
mt_2026_01_01_magnetarPython client with a newer API spec, adding new endpoint groups for agents, assistants/conversations, documents (incl. participants/permissions/versions), and a broad integrations surface (integrations, providers, instances, and instance groups).Adjusts existing endpoints to match updated contracts: adds
getsupport for callback instances, addsget_envendpoints for custom providers/versions, expands dashboard file listing filters, and renames/realigns file-link APIs tofiles_links. Updates consumer provider setup/deploy flow to be integration-based, withdeploynow requiring anintegration_setup_session_idinstead of passing inlineconfig/auth.Reviewed by Cursor Bugbot for commit a0b8e0c. Bugbot is set up for automated code reviews on this repo. Configure here.