Get the right command to do something in Cursorless.

You'll need a Google AI Studio API key. We're using this instead of OpenAI or Anthropic because unlike those it has a free model that is more than sufficient, so there is no need to set up billing.
You can get one here.
https://cursorless-command-helper.vercel.app/
Requires
- NodeJS installed
- Clone this repository.
npm install
to install the required dependencies.npm run dev
to launch the development server.
If you run it locally you can experiment with using a different model. In my experience, Gemini 2.0 Flash Experimental works great, so anything better than that should work too, though I haven't tried.