Search documentation

Search the Fumadocs-backed documentation index.

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, E2B 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. (ENG-2918)
  • Made pnpm dev:platform non-interactive so it can be scripted. (ENG-2941)
  • Added notebook discovery, creation, opening, and editing flows from the CLI, including notebook scaffolding from runs or failed variants. (ENG-2927)
  • Improved org/context visibility and switching in the CLI, with clearer org-aware output and mismatch guardrails. (ENG-2926)
  • Replaced technology-specific CLI terms like duckdb and parquet with more generic language. (ENG-2957)
  • Added a preflight message when axp run cannot access the required axp-base image. (ENG-2956)
  • Fixed axp auth login for org-scoped API keys and improved login guidance. (ENG-2913, ENG-2934)
  • Updated query help to show schema-discovery examples instead of placeholder SQL. (ENG-2942)
  • Added success output for axp validate in the first-run flow. (514-1672)
  • Added clearer next-step messaging after axp run, axp install, and axp create. (514-1677, 514-1669, 514-1671)
  • Improved handling of .env and reserved ANTHROPIC_API_KEY credentials during runs. (514-1707, 514-1715)
  • Streamed live logs and run status during active runs. (ENG-2841)
  • Added documentation for experiment YAML schema and the CLI notebook/org-context workflows. (ENG-2865, ENG-2927, ENG-2926)

Platform

  • Added secure managed model access for remote runners using short-lived workload tokens and a platform-hosted model proxy. (ENG-2951)
  • Switched Docker to the remote-runner architecture and removed axp build. (ENG-2961)
  • Fixed missing E2B templates so runs can recreate them automatically when needed. (ENG-2974)
  • Made platform setup commands non-interactive. (ENG-2941)

Web App

  • Added favicons across the Next.js apps. (ENG-2938)
  • Embedded the release version in the web app and linked it to release notes. (ENG-2918)

Admin App

  • Added the company metrics registry and the first PostHog-backed metric fetcher. (514-1797, 514-1792)
  • Shipped a company metrics MCP server so chat clients can access metrics. (514-1791)