feat: add billing/payment setup guidance for new cloud users (#2319)

Detect billing-related server creation errors, open the cloud's billing
page in the browser, and prompt the user to retry after adding a payment
method. Adds pre-flight account checks for DigitalOcean (account status)
and GCP (billing enabled).

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
This commit is contained in:
Ahmed Abushagur 2026-03-08 00:50:51 -08:00 committed by GitHub
parent c9792f1213
commit ff3a60267c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 662 additions and 34 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@openrouter/spawn",
"version": "0.15.14",
"version": "0.15.15",
"type": "module",
"bin": {
"spawn": "cli.js"