chore: release main#411
Open
stainless-app[bot] wants to merge 2 commits into
Open
Conversation
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
| { | ||
| ".": "0.13.1", | ||
| ".": "0.14.0", | ||
| "adk": "0.13.1" |
There was a problem hiding this comment.
The new runtime guard is implemented under src/agentex/lib, but the root agentex-client wheel excludes src/agentex/lib/**; those files ship from the agentex-sdk/ADK package instead. This manifest bumps only the root client package while leaving adk at 0.13.1, and the ADK package metadata still points at agentex-sdk 0.13.1, so publishing this release can advertise the startup version guard without publishing the package that contains BaseACPServer, AgentexWorker, or compat.version_guard. Users upgrading the ADK package would still run without the guard. Please release/bump the ADK package for this change as well, and keep its client dependency aligned if it depends on the co-released client version.
Prompt To Fix With AI
This is a comment left during a code review.
Path: .release-please-manifest.json
Line: 3
Comment:
**Release skips ADK**
The new runtime guard is implemented under `src/agentex/lib`, but the root `agentex-client` wheel excludes `src/agentex/lib/**`; those files ship from the `agentex-sdk`/ADK package instead. This manifest bumps only the root client package while leaving `adk` at `0.13.1`, and the ADK package metadata still points at `agentex-sdk` `0.13.1`, so publishing this release can advertise the startup version guard without publishing the package that contains `BaseACPServer`, `AgentexWorker`, or `compat.version_guard`. Users upgrading the ADK package would still run without the guard. Please release/bump the ADK package for this change as well, and keep its client dependency aligned if it depends on the co-released client version.
How can I resolve this? If you propose a fix, please make it concise.
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.14.0
0.14.0 (2026-06-18)
Full Changelog: agentex-client-v0.13.1...agentex-client-v0.14.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
agentex-clientto0.14.0and updates the release metadata and changelog./openapi.json.Confidence Score: 4/5
The runtime guard changes are narrowly scoped, but the release metadata needs attention before merging because the package containing the new guard is not being released alongside the advertised client update.
The changed code is covered by focused tests and the packaging mismatch is concrete and localized to release metadata, making the main merge risk clear.
.release-please-manifest.json and the ADK/package metadata should be aligned so the package containing the guard is released with the client update.
What T-Rex did
Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "chore: release main" | Re-trigger Greptile