@playwo/opencode-cursor-oauth 0.0.0-dev.494d4e1cfa84 → 0.0.0-dev.5507a0c18095
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 +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,6 +37,13 @@ Install or update dependencies the way you normally do for OpenCode plugins (e.g
|
|
|
37
37
|
|
|
38
38
|
If something fails, check that you are signed into the correct Cursor account and that your plan includes the models you expect.
|
|
39
39
|
|
|
40
|
+
## Compatibiliy Notes
|
|
41
|
+
|
|
42
|
+
Cursor is not a raw model endpoint like the others supported in Opencode. It brings its own system prompt tools and mechanics.
|
|
43
|
+
This plugin does try its best to make mcps, skills etc installed in Opencode work in Cursor.
|
|
44
|
+
|
|
45
|
+
There are some issues with Cursors system prompt in this environment tho. Cursor adds various tools to the agent which opencode does not have, hence when the agent calls these they will be rejected which can sometimes lead to the agent no longer responding. Am still looking for a way to fix this, till then when the agent stops responding for a while interrupt it and tell it to continue again.
|
|
46
|
+
|
|
40
47
|
## Stability and issues
|
|
41
48
|
|
|
42
49
|
This integration can be **buggy** or break when Cursor or OpenCode change their APIs or UI.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playwo/opencode-cursor-oauth",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.5507a0c18095",
|
|
4
4
|
"description": "OpenCode plugin that connects Cursor's API to OpenCode via OAuth, model discovery, and a local OpenAI-compatible proxy.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|