release: 0.102.0 - #183
Open
kernel-internal[bot] wants to merge 6 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
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-13)
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 vault card fill into browser checkout (payment-sensitive) and changes TypeScript return types for
performOperation, which can break callers that assumed aVaultItemonly.Overview
Release 0.102.0 updates the generated SDK and docs to match new API behavior—mainly vault checkout, config registry lookups, and keyboard docs.
Vault items add a
filloperation (alongsideauthorize) for Link-wallet cards: callers sendbrowser_id, exactpage_url, and CSS field bindings; the API returns a value-freeFillVaultItemOperationResult(per-field status/errors) instead of always returning aVaultItem.performOperationis now typed asVaultItemOperationResponse(item or fill result), andItemPerformOperationParamsis a union. Docs also clarify 409 when an operation is no longer available, fill retry semantics, and AgentCard lifecycle: cards inrecovery_requiredwithout an authorization ID may be deleted to abandon an unknown checkout so a replacement can be created (wallet/vault delete rules unchanged).Config registry
lookup/resolveresponses gain optionalguidancemarkdown;recommendationis typed asRecommendationResult(recommendation or structured no-recommendation, e.g.proxy_restricted).Browser computer
pressKeydocs now describe punctuation combos (Ctrl+minus,Ctrl+plus, withCtrl+-normalized).Version/changelog/manifest bump only otherwise.
Reviewed by Cursor Bugbot for commit 1a57b14. Bugbot is set up for automated code reviews on this repo. Configure here.