release: 0.102.0 - #183
Open
kernel-internal[bot] wants to merge 7 commits into
Open
Conversation
Stainless-Generated-From: 33f6b77e4ee242cca4c48f8813036f180bafa75e
Stainless-Generated-From: c7e2428f6249bde3aa911cce83b16b4d617022ba
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 11, 2026 18:12
bec706b to
4b48c51
Compare
Stainless-Generated-From: 8e72f2abb75350a74a3559de1369e3eb6a96d63c
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 11, 2026 18:53
4b48c51 to
79fc4b4
Compare
Stainless-Generated-From: c33621d7ff6d8e7d97650e767c9620a55f921e17
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 11, 2026 21:23
79fc4b4 to
0db08ff
Compare
Stainless-Generated-From: de486b1aa3fe4aed5dcbf1a995eb6bc902d2682d
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 13, 2026 22:51
0db08ff to
1a57b14
Compare
Stainless-Generated-From: 6aa71ac773e2d94ade986e0da43f0dbb2221748b
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 14, 2026 17:10
1a57b14 to
4f62e4d
Compare
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.
Automated Release PR
0.102.0 (2026-09-14)
Features
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Note
High Risk
Adds payment-adjacent vault operations (card fill and Square checkout preparation) and changes operation return types, which affects how integrators handle secrets, partial failures, and checkout recovery.
Overview
Release 0.102.0 bumps the package and changelog. The substantive SDK changes are new vault checkout/fill capabilities, config-registry guidance, and minor browser-control docs.
Vault item operations expand beyond
authorize: eligible Link cards can run a guardedfilloperation (browser session, exactpage_url, CSS selectors → value-free per-field results), and unused AgentCard cards can run single-useprepare_checkoutfor Square (checkout context, approval URL,ready_to_submit/ expiry semantics).performOperationis now typed as a discriminated union (authorize/prepare_checkout→ item-shaped responses;fill→FillVaultItemOperationResult) instead of always returningVaultItem. AgentCard state, preparation, and deletion docs/types reflect the new lifecycle (preparing,ready_to_submit,consumed, etc.) and allow abandoningrecovery_requiredcards when no authorization ID was returned.Config registry lookup/resolve responses add optional
guidancemarkdown; lookuprecommendationis typed asRecommendationResult(including structured no-recommendation withproxy_restricted).Browser computer
pressKeydocs now describe X11 punctuation in combos (e.g.Ctrl+minus,Ctrl+-normalization).Reviewed by Cursor Bugbot for commit 4f62e4d. Bugbot is set up for automated code reviews on this repo. Configure here.