chore: release main#464
Open
stainless-app[bot] wants to merge 5 commits into
Open
Conversation
…t in workflow templates
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
July 21, 2026 18:29
7f14903 to
e70f46e
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
July 21, 2026 23:06
e70f46e to
74d4c40
Compare
…ty trace (#465) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
July 24, 2026 06:19
74d4c40 to
2365a59
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.
✨ Stainless prepared a new release
agentex-client: 0.21.0
0.21.0 (2026-07-24)
Full Changelog: agentex-client-v0.20.0...agentex-client-v0.21.0
Features
agentex-sdk: 0.21.0
0.21.0 (2026-07-24)
Full Changelog: agentex-sdk-v0.20.0...agentex-sdk-v0.21.0
Chores
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
Greptile Summary
This is a Stainless-generated release PR bumping both
agentex-clientandagentex-sdkfrom 0.20.0 to 0.21.0. The substantive code changes add a newinclude_livequery parameter to the schedules list API and introduce an observability-correlation module that tags business spans with the active OTel/ddtrace context.schedules.py,schedule_list_params.py, all schedule response types): addsinclude_live: boolas an optional query parameter andlive_data_available: Optional[bool]to every schedule response model, consistently across both sync and async clients.obs_ids.py,trace.py): newobs_correlation()helper readsSGP_OBS_MODEto select ddtrace, OTel, or dual-stack context and tags business spans withobs.trace_id/obs.span_id, preserving the run-leveltrace_id(task ID) unchanged.ci.yml): broadens the depot-runner condition from an exact repo name match tostartsWith(github.repository, 'stainless-sdks/'), supporting private-production-repo forks.Confidence Score: 5/5
Safe to merge — all changes are additive, backward-compatible, and consistently applied across sync and async surfaces.
The observability correlation module is well-guarded (optional imports, no fabricated IDs, env-var mode selection), the schedule API additions are straightforward optional fields, and the CI change is a narrowly scoped broadening of a string-prefix check. No existing behavior is modified.
No files require special attention.
Important Files Changed
Reviews (4): Last reviewed commit: "chore: release main" | Re-trigger Greptile