Skip to content

Merge pull request #267 from saffron-health/release-v0.6.11

Choose a tag to compare

@github-actions github-actions released this 30 Apr 23:02
f940549

libretto@0.6.11 generate-changelog /home/runner/work/libretto/libretto/packages/libretto
tsx scripts/generate-changelog.ts v0.6.11

Features

  • Billing commands: New libretto experimental billing portal and libretto experimental billing status commands for Libretto Cloud accounts. billing portal prints a URL to open your plans page (current plan, switch options, and payment management). billing status prints your current plan, subscription status, period end date, and browser-hour usage. Both commands require a Libretto Cloud session or LIBRETTO_API_KEY.

Fixes

  • .env loading: Environment variables from your workspace .env file are now loaded at the very start of CLI execution, before any command runs. Previously, provider credentials (e.g. BROWSERBASE_API_KEY) and AI model credentials read from .env could be missed when commands resolved them before .env was loaded.
  • exec on failed runs: exec and readonly-exec now work correctly against sessions from failed workflow runs that were created before the browser daemon was introduced. Instead of erroring with "no daemon socket", the CLI falls back to a direct CDP connection so you can still inspect the browser after a run failure.