zhiminy commited on
Commit
319eb7a
·
verified ·
1 Parent(s): 8702812

Update Kimi Code.json

Browse files
Files changed (1) hide show
  1. 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": ["--print", "--output-format", "stream-json", "--yolo"],
7
  "followupStyle": "continue",
8
- "followupArgs": ["--continue", "--print", "--output-format", "stream-json", "--yolo"],
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
+ }