fix: update Kimi Code.json
Browse files- Kimi Code.json +9 -2
Kimi Code.json
CHANGED
|
@@ -3,9 +3,16 @@
|
|
| 3 |
"provider": "Moonshot AI",
|
| 4 |
"bin": "kimi",
|
| 5 |
"promptStyle": "flag",
|
| 6 |
-
"initArgs": [
|
|
|
|
|
|
|
|
|
|
| 7 |
"followupStyle": "continue",
|
| 8 |
-
"followupArgs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"responseStartMarker": "",
|
| 10 |
"responseEndMarker": "\n\n**Agent warnings:**",
|
| 11 |
"state": "active"
|
|
|
|
| 3 |
"provider": "Moonshot AI",
|
| 4 |
"bin": "kimi",
|
| 5 |
"promptStyle": "flag",
|
| 6 |
+
"initArgs": [
|
| 7 |
+
"--output-format",
|
| 8 |
+
"stream-json"
|
| 9 |
+
],
|
| 10 |
"followupStyle": "continue",
|
| 11 |
+
"followupArgs": [
|
| 12 |
+
"--continue",
|
| 13 |
+
"--output-format",
|
| 14 |
+
"stream-json"
|
| 15 |
+
],
|
| 16 |
"responseStartMarker": "",
|
| 17 |
"responseEndMarker": "\n\n**Agent warnings:**",
|
| 18 |
"state": "active"
|