0.2.0-rp
Release notes for 0.2.0-rp.
This release focused on making AXP more usable across setup, CLI workflows, and remote execution. It added release-note publishing and version linking, improved first-run guidance and command output, expanded notebook and org-context workflows in the CLI, made run and auth flows clearer, and laid groundwork for remote runners and secure managed model access. It also shipped platform updates for non-interactive setup, Docker/runner architecture changes, managed sandbox template recovery, and new admin-app metrics capabilities.
CLI
- Added release-note rendering and version links in the CLI, and updated the release process so notes ship with the right release suffix.
- Made
pnpm dev:platformnon-interactive so it can be scripted. - Added notebook discovery, creation, opening, and editing flows from the CLI, including notebook scaffolding from runs or failed variants.
- Improved org/context visibility and switching in the CLI, with clearer org-aware output and mismatch guardrails.
- Replaced technology-specific CLI terms like
duckdbandparquetwith more generic language. - Added a preflight message when
axp runcannot access the requiredaxp-baseimage. - Fixed
axp auth loginfor org-scoped API keys and improved login guidance. - Updated query help to show schema-discovery examples instead of placeholder SQL.
- Added success output for
axp validatein the first-run flow. - Added clearer next-step messaging after
axp run,axp install, andaxp create. - Improved handling of
.envand reserved model-provider credentials during runs. - Streamed live logs and run status during active runs.
- Added documentation for the experiment YAML schema and CLI notebook/org-context workflows. See Experiment YAML and AXP CLI.
The first-run path became more explicit in this release:
axp intro
axp experiment validate experiment.yaml
axp run experiment.yamlPlatform
- Added secure managed model access for remote runners using short-lived workload tokens and a platform-hosted model proxy.
- Switched Docker to the remote-runner architecture and removed
axp build. - Fixed missing managed sandbox templates so runs can recreate them automatically when needed.
- Made platform setup commands non-interactive.
Web App
- Added favicons across the Next.js apps.
- Embedded the release version in the web app and linked it to release notes.
Admin App
- Added the company metrics registry and the first metrics fetcher.
- Shipped a company metrics MCP server so chat clients can access metrics.