mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 11:59:29 +00:00
fix: use getSpawnDir()/getConnectionPath() in all cloud providers (#1774)
Fixes #1769 All 8 cloud providers hard-coded `${process.env.HOME}/.spawn` for connection data, bypassing the SPAWN_HOME env var support in history.ts. Replaced all 16 occurrences with getSpawnDir() and getConnectionPath(). Co-authored-by: Claude <claude@anthropic.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cc133343ad
commit
16c8a2b90b
9 changed files with 25 additions and 17 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openrouter/spawn",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"spawn": "cli.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue