zhimin-z commited on
Commit ·
729bdf0
1
Parent(s): 3d19ffa
add
Browse files- Claude Code.json +3 -3
Claude Code.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
"provider": "Anthropic",
|
| 3 |
"bin": "claude",
|
| 4 |
"promptStyle": "flag",
|
| 5 |
-
"initArgs": ["--dangerously-skip-permissions"],
|
| 6 |
-
"followupStyle": "
|
| 7 |
-
"followupArgs": ["--
|
| 8 |
"excludePatterns": [],
|
| 9 |
"state": "active"
|
| 10 |
}
|
|
|
|
| 2 |
"provider": "Anthropic",
|
| 3 |
"bin": "claude",
|
| 4 |
"promptStyle": "flag",
|
| 5 |
+
"initArgs": ["--dangerously-skip-permissions", "--output-format", "text"],
|
| 6 |
+
"followupStyle": "replay",
|
| 7 |
+
"followupArgs": ["--dangerously-skip-permissions", "--output-format", "text"],
|
| 8 |
"excludePatterns": [],
|
| 9 |
"state": "active"
|
| 10 |
}
|