@x-otto/plugin-cursor 0.1.0-alpha.0 → 0.1.0-alpha.2
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.
- package/README.md +2 -2
- package/package.json +2 -4
- package/plugin-dist/meta.json +1 -1
- package/plugin-dist/plugin.cjs +1393 -17420
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @x-otto/plugin-cursor
|
|
2
2
|
|
|
3
|
-
> Cursor subscription provider plugin
|
|
3
|
+
> Cursor subscription provider plugin.
|
|
4
4
|
|
|
5
5
|
Provides Cursor IDE's AI model access via Connect-RPC + Protobuf over HTTP/2. Supports two authentication modes: local Cursor IDE installation credentials and `CURSOR_ACCESS_TOKEN` environment variable fallback.
|
|
6
6
|
|
|
@@ -10,7 +10,7 @@ This is a **code-based provider** — Cursor's backend uses a custom Connect-RPC
|
|
|
10
10
|
|
|
11
11
|
The OAuth device-flow credentials are declared in `otto-plugin.json` `contributes.oauth`, while the provider factory is wired programmatically via `plugin.ts`.
|
|
12
12
|
|
|
13
|
-
Cursor provider does **not** support tool calling (agent-side tools only
|
|
13
|
+
Cursor provider does **not** support tool calling (agent-side tools only).
|
|
14
14
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x-otto/plugin-cursor",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Cursor subscription provider (RFC-130)",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@x-otto/provider": "0.1.0-alpha.1",
|
|
8
|
-
"@x-otto/shared": "0.1.0-alpha.
|
|
9
|
-
},
|
|
10
|
-
"devDependencies": {
|
|
8
|
+
"@x-otto/shared": "0.1.0-alpha.3",
|
|
11
9
|
"@x-otto/plugin": "0.1.0-alpha.1"
|
|
12
10
|
},
|
|
13
11
|
"type": "module",
|
package/plugin-dist/meta.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"apiVersion":1,"compilerVersion":"0.1.0-alpha.
|
|
1
|
+
{"apiVersion":1,"compilerVersion":"0.1.0-alpha.3","sourceHash":"47be5d684508f84b6109baf7ff49d540ce2b982bdb557229bf61473e38fd50eb"}
|