Skip to content

Commit 030a1a2

Browse files
authored
Merge pull request #35 from vercel-labs/changeset-release/main
Version Packages
2 parents 59ceaca + 3885f2b commit 030a1a2

7 files changed

Lines changed: 16 additions & 17 deletions

File tree

.changeset/chatty-cobras-decide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nested-eval-results-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-brooms-look.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/agent-eval/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vercel/agent-eval
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#34](https://github.com/vercel-labs/agent-eval/pull/34) [`01cff78`](https://github.com/vercel-labs/agent-eval/commit/01cff7846c7909d3fb38400b519a9a9968992294) Thanks [@paoloricciuti](https://github.com/paoloricciuti)! - fix: always add model name to experiment run
8+
39
## 0.1.0
410

511
### Minor Changes

packages/agent-eval/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vercel/agent-eval",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Framework for testing AI coding agents in isolated sandboxes",
55
"repository": {
66
"type": "git",

packages/playground/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vercel/agent-eval-playground
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#36](https://github.com/vercel-labs/agent-eval/pull/36) [`621e989`](https://github.com/vercel-labs/agent-eval/commit/621e9893e5e6f6ea0bb454a914cf93f8c58bea42) Thanks [@allenzhou101](https://github.com/allenzhou101)! - Fix playground UI to correctly display nested eval results by recursively discovering eval directories instead of only checking immediate subdirectories
8+
9+
- [#34](https://github.com/vercel-labs/agent-eval/pull/34) [`8d712a6`](https://github.com/vercel-labs/agent-eval/commit/8d712a63500c9560519f51093d19ce4f6e501ebe) Thanks [@paoloricciuti](https://github.com/paoloricciuti)! - fix: adapt to new result structure
10+
311
## 0.1.1
412

513
### Patch Changes

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vercel/agent-eval-playground",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Web-based playground for browsing agent-eval experiment results",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)