Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
}
}
},
"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.",
"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.",
"icon": "https://raw.githubusercontent.com/OpenRouterTeam/spawn/main/assets/agents/cursor.png",
"featured_cloud": [
"digitalocean",
Expand Down
2 changes: 1 addition & 1 deletion sh/e2e/lib/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ _ensure_agent_binary() {
# PATH includes all common binary locations for detection.
local bin_name=""
local install_cmd=""
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"'
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"'

case "${agent}" in
claude)
Expand Down
2 changes: 1 addition & 1 deletion sh/e2e/lib/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ verify_cursor() {

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