fix(ux): include cloud provider dashboard URLs in script failure and interrupt messages (#1029)

When spawn scripts fail or are interrupted, error messages now include
the cloud provider's actual dashboard URL instead of generic "check your
cloud provider dashboard" text. This helps users quickly navigate to
their provider to check server status, clean up orphaned resources, or
debug provisioning failures.

Agent: ux-engineer

Co-authored-by: A <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
A 2026-02-13 16:01:57 -08:00 committed by GitHub
parent 7d6bc0292b
commit 059690f8d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 113 additions and 21 deletions

View file

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