mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-01 05:19:31 +00:00
fix: eliminate duplicate Loading manifest spinner in agent/cloud info (#1021)
When running `spawn claude` or `spawn hetzner`, the "Loading manifest..." spinner appeared twice: once in showInfoOrError() and again in cmdAgentInfo/cmdCloudInfo via validateAndGetEntity(). Pass the pre-loaded manifest to avoid the redundant load and spinner flash. 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
415df93ea0
commit
aafe3d1ce4
3 changed files with 14 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openrouter/spawn",
|
||||
"version": "0.2.77",
|
||||
"version": "0.2.78",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"spawn": "cli.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue