Skip to main content

CLI

Minor Changes

  • c35d5d4: Clean up the public runs and evaluation API surface: move workflow eval operations onto automations, expose run scores/artifacts through the unified runs API, and update CLI/SDK helpers to use the canonical routes. Breaking: runs.evalResults and GET /api/v1/runs/\{id}/eval-results are replaced by runs.scores and GET /api/v1/runs/\{id}/scores.

Patch Changes

  • c35d5d4: Clarify --max-wait help text so timeout exit behavior reads naturally.

SDK

Minor Changes

  • c35d5d4: Clean up the public runs and evaluation API surface: move workflow eval operations onto automations, expose run scores/artifacts through the unified runs API, and update CLI/SDK helpers to use the canonical routes. Breaking: runs.evalResults and GET /api/v1/runs/\{id}/eval-results are replaced by runs.scores and GET /api/v1/runs/\{id}/scores.
  • 1a7b2ab: Expose canonical automation dataset example file routes in the generated SDK.