Skip to content

changelog: 2026-08-21 - #138

Open
Yash1hi wants to merge 2 commits into
mainfrom
changelog-2026-08-21
Open

changelog: 2026-08-21#138
Yash1hi wants to merge 2 commits into
mainfrom
changelog-2026-08-21

Conversation

@Yash1hi

@Yash1hi Yash1hi commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Automated weekly changelog entry. Opened by the fallback step because the bot pushed the branch without creating a PR, so the usual summary is missing — review changelog.mdx directly.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@mintlify

mintlify Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
scorecard 🟢 Ready View Preview Aug 21, 2026, 11:15 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@github-actions

Copy link
Copy Markdown
Contributor

🖼️ Image Usage Check ✅

All 247 images in the repository are being used! No unused images found.

Great job keeping the repository clean! 🎉

Comment thread changelog.mdx Outdated
<Update label="August 21, 2026">
### Compare three records at once

The **Compare** page takes a third record. Pick two as before, then use the **Add record** rail to choose a third, or run a search that narrows to exactly three records and the slots fill themselves. Each card collapses to a slim rail while you read the others. The shared **Expected** column moves to the front of the row, and chat compares Traces A, B and C. At three records, human float [metrics](/features/metrics) trade the five-point scale for a 1st/2nd/3rd ranking, and binary metrics become one winner pick: Pass for the winner, Fail for the rest.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This language sounds very AI. Here's a better version:

Suggested change
The **Compare** page takes a third record. Pick two as before, then use the **Add record** rail to choose a third, or run a search that narrows to exactly three records and the slots fill themselves. Each card collapses to a slim rail while you read the others. The shared **Expected** column moves to the front of the row, and chat compares Traces A, B and C. At three records, human float [metrics](/features/metrics) trade the five-point scale for a 1st/2nd/3rd ranking, and binary metrics become one winner pick: Pass for the winner, Fail for the rest.
The **Compare** page now allows comparing up to three records. When comparing three records, human float metrics become a 1st/2nd/3rd ranking and human binary metrics become a best-winner pick.

The detail on how to add a third record is unnecessary here in the changelog, because it's pretty obvious from the UI. If you do want to add it, it should go in the docs for the Compare page. The detail on the Expected column moving to the front of the row is also unnecessary because you can see it from the screenshot.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Also, you should include a reason why this is helpful, not just what changed.

Why is comparing three records at a time useful to our users?

Comment thread changelog.mdx Outdated

### Score per-model metrics in the preference panel

Human metrics that sit on one of the compared records but not the other (a reviewer's `model a preference` on one card, `model b preference` on the other) now get their own rows in the preference panel. Pass/Fail writes to that record alone. Int and float metrics show the current value with an edit button onto the scoring form. Put two of these metrics in a **metric group** and they share one row, labeled with the group's name.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
Human metrics that sit on one of the compared records but not the other (a reviewer's `model a preference` on one card, `model b preference` on the other) now get their own rows in the preference panel. Pass/Fail writes to that record alone. Int and float metrics show the current value with an edit button onto the scoring form. Put two of these metrics in a **metric group** and they share one row, labeled with the group's name.
We now group metrics by their metric group on the Compare page. This is useful if you have metrics like "Model A preference" and "Model B preference" that you want to see on the same row.

Comment thread changelog.mdx Outdated

### Bug Fixes and Improvements

- **[Compare]** Shared human float metrics get a five-point preference scale: Strong A, Slight A, Equal, Slight B, Strong B. Each pick saves a matching pair of scores to the two records. The panel's "Model preference" heading is gone.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
- **[Compare]** Shared human float metrics get a five-point preference scale: Strong A, Slight A, Equal, Slight B, Strong B. Each pick saves a matching pair of scores to the two records. The panel's "Model preference" heading is gone.
- **[Compare]** Shared human float metrics get a five-point preference scale: Strong A, Slight A, Equal, Slight B, Strong B. Each pick saves a matching pair of scores to the two records.

Comment thread changelog.mdx Outdated
- **[Compare]** Shared human float metrics get a five-point preference scale: Strong A, Slight A, Equal, Slight B, Strong B. Each pick saves a matching pair of scores to the two records. The panel's "Model preference" heading is gone.
- **[Compare]** The preference panel names each side after the model that produced the record, taken from its `model:` tag, instead of by slot position. A record without a usable tag falls back to its run or record id.
- **[Compare]** Clicking a metric name in the preference panel opens its scoring guidelines, and record tags show next to the record id on the cards and on the panel's column headers.
- **[Compare]** Docx attachments render inline below a record's output on the compare cards, tracked changes and Word comments included. Filenames mentioned in the text are clickable chips, and highlight-to-annotate works over the inline document.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

grammar nit

Suggested change
- **[Compare]** Docx attachments render inline below a record's output on the compare cards, tracked changes and Word comments included. Filenames mentioned in the text are clickable chips, and highlight-to-annotate works over the inline document.
- **[Compare]** Docx attachments render inline below a record's output on the compare cards, including tracked changes and Word comments. Filenames mentioned in the text are clickable chips and highlight-to-annotate works over the inline document.

Comment thread changelog.mdx Outdated
- **[Compare]** Clicking a metric name in the preference panel opens its scoring guidelines, and record tags show next to the record id on the cards and on the panel's column headers.
- **[Compare]** Docx attachments render inline below a record's output on the compare cards, tracked changes and Word comments included. Filenames mentioned in the text are clickable chips, and highlight-to-annotate works over the inline document.
- **[Records]** The **Add widget** menu greys out widgets already on the board. Saved or imported layouts that hold duplicates keep the first instance.
- **[API]** New endpoints for metric groups: list and create them under a project, then fetch, update, or archive one by id.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

These should be links to the API reference pages (although they don't exist yet)

Suggested change
- **[API]** New endpoints for metric groups: list and create them under a project, then fetch, update, or archive one by id.
- **[API]** New endpoints for metric groups: [list](/api-reference/list-metric-group) and [create](/...) them under a project, then [fetch](/...), [update](/...), or [archive](/...) one by id.

Comment thread changelog.mdx Outdated
- **[Compare]** Docx attachments render inline below a record's output on the compare cards, tracked changes and Word comments included. Filenames mentioned in the text are clickable chips, and highlight-to-annotate works over the inline document.
- **[Records]** The **Add widget** menu greys out widgets already on the board. Saved or imported layouts that hold duplicates keep the first instance.
- **[API]** New endpoints for metric groups: list and create them under a project, then fetch, update, or archive one by id.
- **[Projects]** The [project](/features/projects) selector loads every project's record count in a single request rather than one request per project.

@TwoTau TwoTau Aug 24, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This projects bullet point is an implementation detail. You could do:

Suggested change
- **[Projects]** The [project](/features/projects) selector loads every project's record count in a single request rather than one request per project.
- **[Projects]** The project selector loads faster.

but IMO this is sufficiently minor that you shouldn't even include it:

Suggested change
- **[Projects]** The [project](/features/projects) selector loads every project's record count in a single request rather than one request per project.

Applies Vishal's review suggestions: plainer three-record compare copy with the reason it helps, simplified metric-group section, drops the removed-heading and project-selector bullets, grammar fix on the docx bullet, and links the metric-group API bullet to its api-reference pages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants