From ca36dd368b52e41d363c334b2b744b588ec5bdfe Mon Sep 17 00:00:00 2001 From: AULORBE <18585860+aulorbe@users.noreply.github.com> Date: Wed, 20 May 2026 22:33:39 -0700 Subject: [PATCH] docs(cursor): add model picker and provider notes for local spawn Add a section to sh/local/README.md noting that the "Custom model" setup option must be selected to get the OpenRouter model picker when spawning Cursor locally, and that only Cursor IDE-supported providers work (linking to Cursor's supported providers docs). --- sh/local/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/sh/local/README.md b/sh/local/README.md index e731ffab4..019bf1087 100644 --- a/sh/local/README.md +++ b/sh/local/README.md @@ -43,6 +43,24 @@ OPENROUTER_API_KEY=sk-or-v1-xxxxx \ bash <(curl -fsSL https://openrouter.ai/labs/spawn/local/claude.sh) ``` +## Cursor CLI — Local Model Picker + +When spawning Cursor locally, select the **Custom model** setup option to get the +OpenRouter model picker. Without it, Cursor uses its default model. + +```bash +# Install Spawn +curl -fsSL https://openrouter.ai/labs/spawn/cli/install.sh | bash + +# Launch — select "Custom model" when prompted for setup options +spawn cursor local +``` + +> **Supported providers:** Only providers supported by Cursor's API key +> integration work locally. See +> [Cursor docs — What providers are supported?](https://cursor.com/help/models-and-usage/api-keys#what-providers-are-supported) +> for the current list. + ## What It Does Local scripts will: