Skip to content

Commit 6041261

Browse files
authored
Merge branch 'main' into add-aider-acp
2 parents 17e247c + f01b32e commit 6041261

1 file changed

Lines changed: 7 additions & 46 deletions

File tree

factory-droid/agent.json

Lines changed: 7 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,17 @@
11
{
22
"id": "factory-droid",
33
"name": "Factory Droid",
4-
"version": "0.56.3",
4+
"version": "0.57.10",
55
"description": "Factory Droid - AI coding agent powered by Factory AI",
66
"authors": ["Factory AI"],
77
"license": "proprietary",
88
"distribution": {
9-
"binary": {
10-
"darwin-aarch64": {
11-
"archive": "https://downloads.factory.ai/factory-cli/releases/0.56.3/droid-darwin-aarch64.tar.gz",
12-
"cmd": "./droid",
13-
"args": ["exec", "--output-format", "acp"],
14-
"env": {
15-
"DROID_DISABLE_AUTO_UPDATE": "true",
16-
"FACTORY_DROID_AUTO_UPDATE_ENABLED": "false"
17-
}
18-
},
19-
"darwin-x86_64": {
20-
"archive": "https://downloads.factory.ai/factory-cli/releases/0.56.3/droid-darwin-x86_64.tar.gz",
21-
"cmd": "./droid",
22-
"args": ["exec", "--output-format", "acp"],
23-
"env": {
24-
"DROID_DISABLE_AUTO_UPDATE": "true",
25-
"FACTORY_DROID_AUTO_UPDATE_ENABLED": "false"
26-
}
27-
},
28-
"linux-x86_64": {
29-
"archive": "https://downloads.factory.ai/factory-cli/releases/0.56.3/droid-linux-x86_64.tar.gz",
30-
"cmd": "./droid",
31-
"args": ["exec", "--output-format", "acp"],
32-
"env": {
33-
"DROID_DISABLE_AUTO_UPDATE": "true",
34-
"FACTORY_DROID_AUTO_UPDATE_ENABLED": "false"
35-
}
36-
},
37-
"linux-aarch64": {
38-
"archive": "https://downloads.factory.ai/factory-cli/releases/0.56.3/droid-linux-aarch64.tar.gz",
39-
"cmd": "./droid",
40-
"args": ["exec", "--output-format", "acp"],
41-
"env": {
42-
"DROID_DISABLE_AUTO_UPDATE": "true",
43-
"FACTORY_DROID_AUTO_UPDATE_ENABLED": "false"
44-
}
45-
},
46-
"windows-x86_64": {
47-
"archive": "https://downloads.factory.ai/factory-cli/releases/0.56.3/droid-windows-x86_64.zip",
48-
"cmd": "./droid.exe",
49-
"args": ["exec", "--output-format", "acp"],
50-
"env": {
51-
"DROID_DISABLE_AUTO_UPDATE": "true",
52-
"FACTORY_DROID_AUTO_UPDATE_ENABLED": "false"
53-
}
9+
"npx": {
10+
"package": "droid@0.57.10",
11+
"args": ["exec", "--output-format", "acp"],
12+
"env": {
13+
"DROID_DISABLE_AUTO_UPDATE": "true",
14+
"FACTORY_DROID_AUTO_UPDATE_ENABLED": "false"
5415
}
5516
}
5617
}

0 commit comments

Comments
 (0)