Skip to content

v0.62.1#2900

Merged
mmabrouk merged 1 commit intomainfrom
release/v0.62.1
Nov 11, 2025
Merged

v0.62.1#2900
mmabrouk merged 1 commit intomainfrom
release/v0.62.1

Conversation

@jp-agenta
Copy link
Member

release/v0.62.1

Copilot AI review requested due to automatic review settings November 11, 2025 15:08
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


GitHub CI seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@jp-agenta jp-agenta changed the title release/v0.62.1 v0.62.1 Nov 11, 2025
@jp-agenta jp-agenta marked this pull request as ready for review November 11, 2025 15:09
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Nov 11, 2025
@dosubot dosubot bot added Backend documentation Improvements or additions to documentation Frontend SDK labels Nov 11, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR prepares release v0.62.1, which includes a bug fix for the LLM-as-a-Judge evaluator's output schema. The main change renames the property correctness to score across multiple evaluator configurations to align with the custom output schema feature introduced in v0.62.0.

Key Changes:

  • Updates version numbers from 0.62.0 to 0.62.1 across all packages
  • Renames correctness to score in evaluator JSON schemas
  • Changes error handling in field_match_test_v0 from raising exceptions to returning failure responses
  • Removes unused db_manager import

Reviewed Changes

Copilot reviewed 12 out of 14 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
web/package.json, web/oss/package.json, web/ee/package.json, sdk/pyproject.toml, api/pyproject.toml Version bump from 0.62.0 to 0.62.1
web/oss/src/components/.../JSONSchemaGenerator.ts Renames correctness property to score throughout schema generation and parsing logic
sdk/agenta/sdk/workflows/handlers.py Changes error handling to return {"success": False} instead of raising exceptions
api/oss/src/services/converters.py Removes unused db_manager import
api/oss/src/resources/evaluators/evaluators.py Updates evaluator schemas to use score instead of correctness
docs/** Adds documentation and changelog entry for LLM-as-a-Judge output schema customization
docs/static/images/changelog/*.png Adds new screenshot images for documentation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Nov 11, 2025
@mmabrouk mmabrouk merged commit c3c924d into main Nov 11, 2025
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backend documentation Improvements or additions to documentation Frontend lgtm This PR has been approved by a maintainer SDK size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants