zhimin-z commited on
Commit ·
e946996
1
Parent(s): 5e3373a
add Auggie CLI configuration file
Browse files- Auggie CLI.json +10 -0
Auggie CLI.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bin": "auggie",
|
| 3 |
+
"promptStyle": "none",
|
| 4 |
+
"initArgs": ["-p"],
|
| 5 |
+
"followupStyle": "continue",
|
| 6 |
+
"followupArgs": ["--continue"],
|
| 7 |
+
"outputStartMarker": "",
|
| 8 |
+
"outputEndMarker": "",
|
| 9 |
+
"state": "active"
|
| 10 |
+
}
|