fix: update Cursor.json
Browse files- Cursor.json +10 -2
Cursor.json
CHANGED
|
@@ -3,9 +3,17 @@
|
|
| 3 |
"provider": "Cursor",
|
| 4 |
"bin": "agent",
|
| 5 |
"promptStyle": "flag",
|
| 6 |
-
"initArgs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"followupStyle": "replay",
|
| 8 |
-
"followupArgs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"responseStartMarker": "",
|
| 10 |
"responseEndMarker": "",
|
| 11 |
"state": "active"
|
|
|
|
| 3 |
"provider": "Cursor",
|
| 4 |
"bin": "agent",
|
| 5 |
"promptStyle": "flag",
|
| 6 |
+
"initArgs": [
|
| 7 |
+
"--trust",
|
| 8 |
+
"--output-format",
|
| 9 |
+
"text"
|
| 10 |
+
],
|
| 11 |
"followupStyle": "replay",
|
| 12 |
+
"followupArgs": [
|
| 13 |
+
"--trust",
|
| 14 |
+
"--output-format",
|
| 15 |
+
"text"
|
| 16 |
+
],
|
| 17 |
"responseStartMarker": "",
|
| 18 |
"responseEndMarker": "",
|
| 19 |
"state": "active"
|