Skip to content

fix(studio): rename /api/projects to /api/benchmarks#1019

Merged
christso merged 2 commits intomainfrom
fix/1016-benchmarks-api
Apr 9, 2026
Merged

fix(studio): rename /api/projects to /api/benchmarks#1019
christso merged 2 commits intomainfrom
fix/1016-benchmarks-api

Conversation

@christso
Copy link
Copy Markdown
Collaborator

@christso christso commented Apr 9, 2026

Summary

  • Renames all /api/projects route registrations to /api/benchmarks in the CLI server
  • Updates the startup log from Projects API: ... to Benchmarks API: ...
  • Updates the studio frontend to call /api/benchmarks instead of /api/projects

Test plan

  • All 431 unit tests pass
  • Build, typecheck, lint, and validate all pass via pre-push hook
  • Red: agentv studio logs Projects API: http://localhost:3117/api/projects
  • Green: agentv studio logs Benchmarks API: http://localhost:3117/api/benchmarks

Closes #1016

🤖 Generated with Claude Code

christso and others added 2 commits April 9, 2026 08:24
Renames the studio API endpoints from /api/projects to /api/benchmarks
and updates the startup log to show "Benchmarks API" instead of
"Projects API", aligning with user-facing labels.

Closes #1016

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying agentv with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8ebd859
Status: ✅  Deploy successful!
Preview URL: https://a4549554.agentv.pages.dev
Branch Preview URL: https://fix-1016-benchmarks-api.agentv.pages.dev

View logs

@christso christso merged commit 37bb84a into main Apr 9, 2026
4 checks passed
@christso christso deleted the fix/1016-benchmarks-api branch April 9, 2026 08:39
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.

bug: api endpoint is still called projects (not benchmarks)

1 participant