chore: release main - #487
Open
stainless-app[bot] wants to merge 5 commits into
Open
Conversation
#485) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
…r span (#484) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
August 6, 2026 21:33
8c9eeac to
2af8c8b
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
August 7, 2026 16:24
2af8c8b to
f0d38bf
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.23.0
0.23.0 (2026-08-07)
Full Changelog: agentex-client-v0.22.2...agentex-client-v0.23.0
Features
agentex-sdk: 0.23.0
0.23.0 (2026-08-07)
Full Changelog: agentex-sdk-v0.22.2...agentex-sdk-v0.23.0
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
Greptile Summary
The release advances both packages to version 0.23.0 and ships tracing improvements for error categorization, business-span correlation, and Temporal context propagation.
Confidence Score: 5/5
The PR appears safe to merge.
No blocking failure remains.
Important Files Changed
Sequence Diagram
sequenceDiagram participant ACP as ACP Handler participant Client as Temporal Client participant Workflow as Temporal Workflow participant Activity as Temporal Activity participant Trace as Agentex Business Trace participant Obs as OTel / Datadog ACP->>Obs: Open dispatch span ACP->>Client: Start workflow or send signal Client->>Workflow: Propagate trace context in headers Workflow->>Activity: Propagate trace context Activity->>Trace: Start business span Trace->>Obs: Add correlation and reverse tags Activity->>Trace: End span with categorized error metadata Trace->>Obs: Close correlated observability spanReviews (3): Last reviewed commit: "chore: release main" | Re-trigger Greptile