Release SDK updates - #18
Merged
Merged
Conversation
Stainless-Generated-From: df7471c061f32531d93410ed4786c7abb92a7460
Stainless-Generated-From: 25fd93b723046c33ecaed126ad33b83426ffd86b
…22763) Stainless-Generated-From: 33a80bbe7e0cd4f74163d60e35a46680300d0b35
… (LI-8138) (#22907) Stainless-Generated-From: 828b6306884d396280171dd0a90aac916b04f414
…-8138) (#22940) Stainless-Generated-From: 3db49514b83d77a5753a0cf9ef7de15286de9f09
…lback to fast (#22919) Stainless-Generated-From: e4a44be564244cbbf1358d6e8a5c40bde8d7f0cd
…confidence, reject only granular bboxes (#22965) Stainless-Generated-From: 33160073e59628d075b4b8f4f3c238d2dacb05e0
…te (LI-8138) (#22943) Stainless-Generated-From: b6f468fc702bbc0564eca6a865fa93ded03ee85d
Stainless-Generated-From: bbcd1247b2d415be8745983e8c811f09ce590a26
…options.save_output_pdf) (#23510) Stainless-Generated-From: 9b747e176674dccd4c2a58ac71678552d49de516
…a directory (#23502) Stainless-Generated-From: 40626d1bde9298eb5cd19d35b616f6b1a675764a
Since 2026-07-23 every back-sync push has been rejected:
! [remote rejected] production/main -> stlc/from-prod (refusing to
allow a GitHub App to create or update workflow
.github/workflows/release-doctor.yml without `workflows` permission)
The PAT-retirement commits on production put .github/workflows changes
into production/main. GITHUB_TOKEN can never carry those back — workflows
is not a grantable scope in a permissions: block — so the branch, and with
it the whole back-sync, has been stuck for 60 consecutive runs.
Push and open the PR with a second CI_BOT app token scoped to this repo
and carrying permission-workflows: write, stop persisting GITHUB_TOKEN on
origin, and narrow the workflow's own permissions to contents: read, which
is all checkout needs.
Also drop the schedule: trigger. GitHub attributes cron runs to whoever
last edited the schedule: block, so these were running under an unrelated
account; the cadence moves to the central dispatcher in run-llama/stainless.
Claude-Session: https://claude.ai/code/session_01WfHtqy5RiA44MuSdChGxck
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…b (#23709) Stainless-Generated-From: 4aaee7bc2348e82d282b90854c633aa92eba0640
Sync release changes from production
Stainless-Generated-From: aa500a0cd499a834162cf56637b3300537a63c7b
Verified 2026-08-07 by running both trigger paths side by side on this repo: workflow_dispatch runs are attributed to llama-org-ci-bot[bot], scheduled runs to a maintainer who has left the org. The dispatcher in run-llama/stainless covers this workflow, so the cron only produced a duplicate run under a departed user's name.
…R anchor (#23817) Stainless-Generated-From: c85e7647792649682ef404232b38329408fb9a43
Stainless-Generated-From: 0e7dfb318cc2b937f19fe8924b8917e01ee3a667
Stainless-Generated-From: e6f5ca19b6cabf6a0fbe1cd95e5bb12769abd9c5
…ieve Stainless-Generated-From: 18fd94aeec9592f97756b4a7c05967c938a4818d
…ClassifyCancel (#13)
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.
Promotes
stainless/releaseontomain— 26 commits. Merging this lets release-please cut the next release and writeCHANGELOG.md.Features
3705dd2)1e7b609)59351c3)a9b12bf)087ee56)1108da9)b3d53f6)1fb5977)2fd9092)Bug Fixes
b98043b)f0eb259)Documentation
2f78313)Refactors
087b803)CHANGELOG.mdf8451dc)f280440)01b0b3a)980300a)Chores & CI (4)
2138578)6ca7228)18782f6)9f1eff4)Codegen & merge commits (5)
c487f93)5d0209f)424444a)477abd8)11fbb6d)Regenerated by
stlc-promote.ymlon every promote, frommain...stainless/release.