Update Cursor.json
Browse files- Cursor.json +2 -2
Cursor.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
| 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"
|
|
|
|
| 3 |
"provider": "Cursor",
|
| 4 |
"bin": "agent",
|
| 5 |
"promptStyle": "flag",
|
| 6 |
+
"initArgs": ["--trust", "--output-format", "text"],
|
| 7 |
"followupStyle": "replay",
|
| 8 |
+
"followupArgs": ["--trust", "--output-format", "text"],
|
| 9 |
"responseStartMarker": "",
|
| 10 |
"responseEndMarker": "",
|
| 11 |
"state": "active"
|