zhiminy commited on
Commit
d94542b
·
verified ·
1 Parent(s): 319eb7a

Create Cursor.json

Browse files
Files changed (1) hide show
  1. 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
+ }