-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathagents.json
More file actions
47 lines (47 loc) · 990 Bytes
/
agents.json
File metadata and controls
47 lines (47 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"codex": {
"name": "codex",
"command": "codex",
"flags": ["--full-auto"],
"readyMarker": "›",
"inputMethod": "pasteFromFile",
"color": "blue",
"icon": "◆"
},
"claude": {
"name": "claude",
"command": "claude",
"flags": ["--dangerously-skip-permissions"],
"readyMarker": "❯",
"inputMethod": "sendKeys",
"color": "green",
"icon": "●"
},
"aider": {
"name": "aider",
"command": "aider",
"flags": [],
"readyMarker": "❯",
"inputMethod": "sendKeys",
"color": "magenta",
"icon": "▲"
},
"gemini": {
"name": "gemini",
"command": "gemini",
"flags": ["--yolo"],
"readyMarker": "Type your message",
"inputMethod": "pasteFromFile",
"color": "yellow",
"icon": "★"
},
"opencode": {
"name": "opencode",
"command": "opencode",
"flags": [],
"readyMarker": "Ask anything",
"inputMethod": "sendKeys",
"color": "cyan",
"icon": "▣"
}
}