zhiminy commited on
Commit
7c7add5
·
verified ·
1 Parent(s): 58281d8

fix: update Cursor.json

Browse files
Files changed (1) hide show
  1. Cursor.json +10 -2
Cursor.json CHANGED
@@ -3,9 +3,17 @@
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"
 
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"