mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 11:59:29 +00:00
refactor: Remove dead code and stale references (#2189)
- Drop unnecessary `export` from `createAgents` and `resolveAgent` in agent-setup.ts — both are internal helpers only ever called within the same module via `createCloudAgents`; no external caller imports them - Fix misleading relative-path sourcing example in github-auth.sh header comment — the shell-script rules ban relative `source ./` paths, and the example is updated to show the correct CDN eval pattern - Bump CLI patch version 0.12.17 → 0.12.18 Co-authored-by: spawn-qa-bot <qa@openrouter.ai> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
This commit is contained in:
parent
50b096b02d
commit
48da6d8735
3 changed files with 10 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openrouter/spawn",
|
||||
"version": "0.12.17",
|
||||
"version": "0.12.18",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"spawn": "cli.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue