mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +00:00
ci: add cursor agent to tarball build pipeline (#3049)
Cursor CLI installs a native binary via curl, so it needs both x86_64 and arm64 builds. Also adds cursor.com to the allowed domains list. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
This commit is contained in:
parent
dcb740ec68
commit
3687fb38c3
2 changed files with 9 additions and 1 deletions
|
|
@ -48,5 +48,11 @@
|
|||
"install": [
|
||||
"mkdir -p ~/.npm-global/bin && npm install -g --prefix ~/.npm-global @jetbrains/junie-cli"
|
||||
]
|
||||
},
|
||||
"cursor": {
|
||||
"tier": "minimal",
|
||||
"install": [
|
||||
"curl -fsSL https://cursor.com/install | bash || [ -f /root/.local/bin/cursor ]"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue