chore(sdk): sync to agent_platform@fce2913 (v0.1.13)#143
Closed
abonneth wants to merge 1 commit into
Closed
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.
Auto-generated from
agent_platform's codegen home (sdk-codegen/).Version:
0.1.13(patch; every sync bumps +0.0.1)Upstream: agent_platform@fce2913
Note
Medium Risk
Breaking change on
get_session_resourcereturn type and polling event completeness may affect existing callers; optional browser proxy URLs touch remote session provisioning.Overview
Release
0.1.13— auto-synced OpenAPI/Fern codegen from upstreamagent_platform.Adds
client.quota.get_token_quota()(GET /api/v2/quota/tokens) returningTokenQuotaStatusfor org token metering.Browser environments gain optional
BrowserNetwork(proxy_url) on create/replace/patch, applied when provisioning a new remote runner (not when reusingsession_id).get_session_resourceis a breaking API change: it now streams raw bytes (Iterator/AsyncIterator) after following the presigned redirect, maps 404 toNotFoundError, and documents octet-stream success instead of a no-op redirect helper.wait_for_session/run_session(sync and async) drain trailing events after the session settles wheninclude_events=True, so late events are not dropped.SessionHandle.send_messageaccepts a plainstrand wraps it as a user message.Client construction reads
HAI_API_KEYwhenapi_keyis omitted (default isNoneinstead of evaluating env at import). Public exports includequota,BrowserNetwork,TokenQuotaStatus, andNotFoundError.Reviewed by Cursor Bugbot for commit f3e7b51. Bugbot is set up for automated code reviews on this repo. Configure here.