refactor: Deduplicate getServerName and promptSpawnName across cloud modules (#2415)

Consolidates duplicate server naming logic from 5 cloud modules into shared utilities in src/shared/ui.ts. No behavioral changes - purely structural refactor.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
A 2026-03-09 22:26:25 -07:00 committed by GitHub
parent a9cd3b700c
commit f272294902
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 65 additions and 146 deletions

View file

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