fix: align cloud defaults with manifest (DO size, Hetzner location) (#2387)

DO default was s-2vcpu-4gb which isn't available in nyc3, causing 422
errors. Changed to s-2vcpu-2gb to match manifest.json. Also aligned
Hetzner default location from nbg1 to fsn1 to match manifest.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ahmed Abushagur 2026-03-09 11:23:22 -07:00 committed by GitHub
parent 26d95e54bc
commit e38f4483d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

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