@velum-labs/routekit-tool-cursor 0.9.6 → 0.9.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/launch.js +1 -1
  2. package/package.json +5 -5
package/dist/launch.js CHANGED
@@ -27,7 +27,7 @@ export function cursorInstructions(publicUrl, model, apiKey) {
27
27
  return [
28
28
  "In Cursor Settings -> Models, enable Override OpenAI Base URL and set:",
29
29
  ` Override OpenAI Base URL : ${publicUrl}/v1/cursor`,
30
- ` Model name : ${model.replace("/", "-")}`,
30
+ ` Model name : ${model.replaceAll("/", "-")}`,
31
31
  ` OpenAI API Key : ${apiKey ?? "routekit-local"}`
32
32
  ].join("\n");
33
33
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@velum-labs/routekit-tool-cursor",
3
3
  "private": false,
4
- "version": "0.9.6",
4
+ "version": "0.9.7",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/velum-labs/handoffkit.git",
@@ -29,10 +29,10 @@
29
29
  "@velum-labs/cursorkit": "0.2.0",
30
30
  "@zed-industries/agent-client-protocol": "0.4.5",
31
31
  "zod": "4.4.3",
32
- "@velum-labs/routekit-contracts": "0.9.6",
33
- "@velum-labs/routekit-harness-core": "0.9.6",
34
- "@velum-labs/routekit-runtime": "0.9.6",
35
- "@velum-labs/routekit-tools": "0.9.6"
32
+ "@velum-labs/routekit-contracts": "0.9.7",
33
+ "@velum-labs/routekit-harness-core": "0.9.7",
34
+ "@velum-labs/routekit-tools": "0.9.7",
35
+ "@velum-labs/routekit-runtime": "0.9.7"
36
36
  },
37
37
  "keywords": [
38
38
  "llm",