Skip to content

Commit fe5deae

Browse files
authored
Merge branch 'main' into qa/dedup-scanner
2 parents 2b589b6 + f9b8147 commit fe5deae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
}
333333
}
334334
},
335-
"notes": "Works with OpenRouter via --endpoint flag pointing to openrouter.ai/api/v1 and CURSOR_API_KEY set to OpenRouter key. Binary installs to ~/.cursor/bin/agent.",
335+
"notes": "Works with OpenRouter via --endpoint flag pointing to openrouter.ai/api/v1 and CURSOR_API_KEY set to OpenRouter key. Binary installs to ~/.local/bin/agent.",
336336
"icon": "https://raw.githubusercontent.com/OpenRouterTeam/spawn/main/assets/agents/cursor.png",
337337
"featured_cloud": [
338338
"digitalocean",

sh/e2e/lib/provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ _ensure_agent_binary() {
378378
# PATH includes all common binary locations for detection.
379379
local bin_name=""
380380
local install_cmd=""
381-
local path_prefix='export PATH="$HOME/.npm-global/bin:$HOME/.bun/bin:$HOME/.local/bin:$HOME/.cargo/bin:$HOME/.claude/local/bin:$HOME/.cursor/bin:/usr/local/bin:$PATH"'
381+
local path_prefix='export PATH="$HOME/.npm-global/bin:$HOME/.bun/bin:$HOME/.local/bin:$HOME/.cargo/bin:$HOME/.claude/local/bin:/usr/local/bin:$PATH"'
382382

383383
case "${agent}" in
384384
claude)

sh/e2e/lib/verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ verify_cursor() {
755755

756756
# Binary check — cursor installs to ~/.local/bin/agent (since 2026-03-25)
757757
log_step "Checking cursor binary..."
758-
if cloud_exec "${app}" "PATH=\$HOME/.local/bin:\$HOME/.cursor/bin:\$HOME/.bun/bin:\$PATH command -v agent" >/dev/null 2>&1; then
758+
if cloud_exec "${app}" "PATH=\$HOME/.local/bin:\$HOME/.bun/bin:\$PATH command -v agent" >/dev/null 2>&1; then
759759
log_ok "cursor (agent) binary found"
760760
else
761761
log_err "cursor (agent) binary not found"

0 commit comments

Comments
 (0)