fix: update Claude Code.json
Browse files- Claude Code.json +30 -4
Claude Code.json
CHANGED
|
@@ -3,10 +3,36 @@
|
|
| 3 |
"provider": "Anthropic",
|
| 4 |
"bin": "claude",
|
| 5 |
"promptStyle": "flag",
|
| 6 |
-
"initArgs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"followupStyle": "resume",
|
| 8 |
-
"followupArgs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"responseStartMarker": "",
|
| 10 |
"responseEndMarker": "",
|
| 11 |
-
"state": "
|
| 12 |
-
}
|
|
|
|
| 3 |
"provider": "Anthropic",
|
| 4 |
"bin": "claude",
|
| 5 |
"promptStyle": "flag",
|
| 6 |
+
"initArgs": [
|
| 7 |
+
"--allowedTools",
|
| 8 |
+
"Bash(*)",
|
| 9 |
+
"Edit(*)",
|
| 10 |
+
"Read(*)",
|
| 11 |
+
"Write(*)",
|
| 12 |
+
"Glob(*)",
|
| 13 |
+
"Grep(*)",
|
| 14 |
+
"--verbose",
|
| 15 |
+
"--output-format",
|
| 16 |
+
"stream-json",
|
| 17 |
+
"--max-turns",
|
| 18 |
+
"10"
|
| 19 |
+
],
|
| 20 |
"followupStyle": "resume",
|
| 21 |
+
"followupArgs": [
|
| 22 |
+
"--allowedTools",
|
| 23 |
+
"Bash(*)",
|
| 24 |
+
"Edit(*)",
|
| 25 |
+
"Read(*)",
|
| 26 |
+
"Write(*)",
|
| 27 |
+
"Glob(*)",
|
| 28 |
+
"Grep(*)",
|
| 29 |
+
"--verbose",
|
| 30 |
+
"--output-format",
|
| 31 |
+
"stream-json",
|
| 32 |
+
"--max-turns",
|
| 33 |
+
"10"
|
| 34 |
+
],
|
| 35 |
"responseStartMarker": "",
|
| 36 |
"responseEndMarker": "",
|
| 37 |
+
"state": "active"
|
| 38 |
+
}
|