mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-29 12:29:31 +00:00
fix: improve credential guidance in error messages and quick-start hints (#426)
- Add OPENROUTER_API_KEY as first item in script failure error (most common cause) - Replace external GitHub README link with actionable `spawn <cloud>` command in error output - Fix help text: auth section now correctly says `spawn <cloud>` instead of `spawn <agent> <cloud>` - Add inline URL hint next to OPENROUTER_API_KEY in quick-start sections - Add cloud name label next to cloud auth vars in agent info quick-start 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:
parent
ba5cdd8c3c
commit
bb4f0c29df
2 changed files with 8 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openrouter/spawn",
|
||||
"version": "0.2.33",
|
||||
"version": "0.2.34",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"spawn": "cli.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue