Create Cursor.json
Browse files- Cursor.json +12 -0
Cursor.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"website": "https://cursor.com",
|
| 3 |
+
"provider": "Cursor",
|
| 4 |
+
"bin": "agent",
|
| 5 |
+
"promptStyle": "flag",
|
| 6 |
+
"initArgs": ["--output-format", "text"],
|
| 7 |
+
"followupStyle": "replay",
|
| 8 |
+
"followupArgs": ["--output-format", "text"],
|
| 9 |
+
"responseStartMarker": "",
|
| 10 |
+
"responseEndMarker": "",
|
| 11 |
+
"state": "active"
|
| 12 |
+
}
|