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.evalResultsandGET /api/v1/runs/\{id}/eval-resultsare replaced byruns.scoresandGET /api/v1/runs/\{id}/scores.
Patch Changes
- c35d5d4: Clarify
--max-waithelp 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.evalResultsandGET /api/v1/runs/\{id}/eval-resultsare replaced byruns.scoresandGET /api/v1/runs/\{id}/scores. - 1a7b2ab: Expose canonical automation dataset example file routes in the generated SDK.