> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eigenpal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 0.9.0

> EigenPal platform release 0.9.0

## 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.
