Merge pull request #267 from saffron-health/release-v0.6.11
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 portalandlibretto experimental billing statuscommands for Libretto Cloud accounts.billing portalprints a URL to open your plans page (current plan, switch options, and payment management).billing statusprints your current plan, subscription status, period end date, and browser-hour usage. Both commands require a Libretto Cloud session orLIBRETTO_API_KEY.
Fixes
.envloading: Environment variables from your workspace.envfile 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.envcould be missed when commands resolved them before.envwas loaded.execon failed runs:execandreadonly-execnow 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.