-
Notifications
You must be signed in to change notification settings - Fork 432
[release] v0.72.4 #3335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[release] v0.72.4 #3335
+507
−205
Conversation
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
- Add body.get('variant_slug') to variant reference parsing
- Add body.get('variant_version') to variant version parsing
- Convert variant_version to string since JSON integers need conversion
- This makes variant params consistent with how environment params work
Previously, variant_slug only worked via query params or the legacy 'config'
body param. Now 'variant_slug' and 'variant_version' work directly in the
request body, matching the pattern used for 'environment'.
Variant Use API drawer: - Add 'Invoke LLM' code snippets to VariantUseApiContent, matching the deployment drawer functionality - Use variant_slug and variant_version in request body params - Reuse LanguageCodeBlock component for consistent UI Code snippet fixes: - Fix fetch_variant snippets to use dynamic URL instead of hardcoded cloud.agenta.ai - Fix Authorization header from 'Bearer' to 'ApiKey' for consistency - Remove inline comments from all snippets (curl, python, typescript) that were breaking copy-paste functionality - Ensure all generated snippets are directly pastable into terminal/editor
- Delete trace from observbility - Load next/prev traces when delete from the drawer - Reactored code
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ical-type-view [fix]: annotation single categorical type view
…le-traces [improve]: Delete traces from observability
…-playgorund [feat]: show provider model input/output cost in playground
feat(web): add Invoke LLM snippets for variants & fix code snippets
feat(sdk): add body param support for variant_slug and variant_version
jp-agenta
approved these changes
Dec 31, 2025
mmabrouk
approved these changes
Dec 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
lgtm
This PR has been approved by a maintainer
size:XL
This PR changes 500-999 lines, ignoring generated files.
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.
New version v0.72.4 in