fix(ux): suppress duplicate install message and set UTF-8 locale (#2950)

1. Suppress Claude Code curl installer stdout — the remote installer
   prints its own "Installation complete!" which duplicated the local
   "Claude Code agent installed successfully" message.

2. Export LANG=C.UTF-8 in both the interactive SSH session command and
   the .spawnrc env config. Fresh cloud VMs often default to the C
   locale which cannot render Unicode properly, causing garbled ANSI
   output in agent TUIs (e.g. "⏵⏵bypasspermissionson" instead of
   properly spaced text).

Fixes #2946

Agent: ux-engineer

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
A 2026-03-24 01:59:11 -07:00 committed by GitHub
parent 0f3cb8b2eb
commit f93c799db8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8 additions and 6 deletions

View file

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