Update Kimi Code.json
Browse files- Kimi Code.json +4 -4
Kimi Code.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"website": "https://www.kimi.com/code",
|
| 3 |
"provider": "Moonshot AI",
|
| 4 |
-
"bin": "kimi",
|
| 5 |
"promptStyle": "flag",
|
| 6 |
-
"initArgs": ["--
|
| 7 |
"followupStyle": "continue",
|
| 8 |
-
"followupArgs": ["--continue", "--
|
| 9 |
"responseStartMarker": "",
|
| 10 |
"responseEndMarker": "\n\n**Agent warnings:**",
|
| 11 |
"state": "active"
|
| 12 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
"website": "https://www.kimi.com/code",
|
| 3 |
"provider": "Moonshot AI",
|
| 4 |
+
"bin": "kimi-code",
|
| 5 |
"promptStyle": "flag",
|
| 6 |
+
"initArgs": ["--output-format", "stream-json"],
|
| 7 |
"followupStyle": "continue",
|
| 8 |
+
"followupArgs": ["--continue", "--output-format", "stream-json"],
|
| 9 |
"responseStartMarker": "",
|
| 10 |
"responseEndMarker": "\n\n**Agent warnings:**",
|
| 11 |
"state": "active"
|
| 12 |
+
}
|