-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathagent.json
More file actions
36 lines (36 loc) · 1.24 KB
/
agent.json
File metadata and controls
36 lines (36 loc) · 1.24 KB
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
{
"id": "codeep",
"name": "Codeep",
"version": "1.3.20",
"description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.",
"repository": "https://github.com/VladoIvankovic/Codeep",
"website": "https://codeep.dev",
"authors": [
"Vlado Ivankovic <vlado@codeep.dev>"
],
"license": "MIT",
"distribution": {
"binary": {
"darwin-aarch64": {
"archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.20/codeep-darwin-aarch64.tar.gz",
"cmd": "codeep",
"args": ["acp"]
},
"darwin-x86_64": {
"archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.20/codeep-darwin-x86_64.tar.gz",
"cmd": "codeep",
"args": ["acp"]
},
"linux-x86_64": {
"archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.20/codeep-linux-x86_64.tar.gz",
"cmd": "codeep",
"args": ["acp"]
},
"linux-aarch64": {
"archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.20/codeep-linux-aarch64.tar.gz",
"cmd": "codeep",
"args": ["acp"]
}
}
}
}