zhiminy commited on
Commit
71aadd7
·
verified ·
1 Parent(s): 59afb5e

Create Kimi CLI.json

Browse files
Files changed (1) hide show
  1. Kimi CLI.json +12 -0
Kimi CLI.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "website": "https://github.com/MoonshotAI/kimi-cli",
3
+ "provider": "Moonshot AI",
4
+ "bin": "kimi",
5
+ "promptStyle": "flag",
6
+ "initArgs": ["--print", "--output-format", "stream-json", "--yolo"],
7
+ "followupStyle": "resume",
8
+ "followupArgs": ["--print", "--output-format", "stream-json", "--yolo"],
9
+ "outputStartMarker": "",
10
+ "outputEndMarker": "",
11
+ "state": "active"
12
+ }