File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "id" : " factory-droid" ,
3+ "name" : " Factory Droid" ,
4+ "version" : " 0.52.0" ,
5+ "description" : " Factory Droid - AI coding agent powered by Factory AI" ,
6+ "authors" : [" Factory AI" ],
7+ "license" : " proprietary" ,
8+ "distribution" : {
9+ "binary" : {
10+ "darwin-aarch64" : {
11+ "archive" : " https://downloads.factory.ai/factory-cli/releases/0.52.0/droid-darwin-aarch64.tar.gz" ,
12+ "cmd" : " ./droid" ,
13+ "args" : [" exec" , " --output-format" , " acp" ]
14+ },
15+ "darwin-x86_64" : {
16+ "archive" : " https://downloads.factory.ai/factory-cli/releases/0.52.0/droid-darwin-x86_64.tar.gz" ,
17+ "cmd" : " ./droid" ,
18+ "args" : [" exec" , " --output-format" , " acp" ]
19+ },
20+ "linux-x86_64" : {
21+ "archive" : " https://downloads.factory.ai/factory-cli/releases/0.52.0/droid-linux-x86_64.tar.gz" ,
22+ "cmd" : " ./droid" ,
23+ "args" : [" exec" , " --output-format" , " acp" ]
24+ },
25+ "linux-aarch64" : {
26+ "archive" : " https://downloads.factory.ai/factory-cli/releases/0.52.0/droid-linux-aarch64.tar.gz" ,
27+ "cmd" : " ./droid" ,
28+ "args" : [" exec" , " --output-format" , " acp" ]
29+ },
30+ "windows-x86_64" : {
31+ "archive" : " https://downloads.factory.ai/factory-cli/releases/0.52.0/droid-windows-x86_64.zip" ,
32+ "cmd" : " ./droid.exe" ,
33+ "args" : [" exec" , " --output-format" , " acp" ]
34+ }
35+ }
36+ }
37+ }
You can’t perform that action at this time.
0 commit comments