Skip to content

Commit 75f1602

Browse files
author
acp-release[bot]
committed
Update 3 agents to latest versions
- factory-droid: 0.100.0 -> 0.101.0 - github-copilot-cli: 1.0.26 -> 1.0.27 - opencode: 1.4.3 -> 1.4.4
1 parent c2f651b commit 75f1602

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

factory-droid/agent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "factory-droid",
33
"name": "Factory Droid",
4-
"version": "0.100.0",
4+
"version": "0.101.0",
55
"description": "Factory Droid - AI coding agent powered by Factory AI",
66
"website": "https://factory.ai/product/cli",
77
"authors": [
@@ -10,7 +10,7 @@
1010
"license": "proprietary",
1111
"distribution": {
1212
"npx": {
13-
"package": "droid@0.100.0",
13+
"package": "droid@0.101.0",
1414
"args": [
1515
"exec",
1616
"--output-format",

github-copilot-cli/agent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "github-copilot-cli",
33
"name": "GitHub Copilot",
4-
"version": "1.0.26",
4+
"version": "1.0.27",
55
"description": "GitHub's AI pair programmer",
66
"repository": "https://github.com/github/copilot-cli",
77
"website": "https://github.com/features/copilot/cli/",
@@ -11,7 +11,7 @@
1111
"license": "proprietary",
1212
"distribution": {
1313
"npx": {
14-
"package": "@github/copilot@1.0.26",
14+
"package": "@github/copilot@1.0.27",
1515
"args": [
1616
"--acp"
1717
]

opencode/agent.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "opencode",
33
"name": "OpenCode",
4-
"version": "1.4.3",
4+
"version": "1.4.4",
55
"description": "The open source coding agent",
66
"repository": "https://github.com/anomalyco/opencode",
77
"website": "https://opencode.ai",
@@ -13,35 +13,35 @@
1313
"distribution": {
1414
"binary": {
1515
"darwin-aarch64": {
16-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.4.3/opencode-darwin-arm64.zip",
16+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.4.4/opencode-darwin-arm64.zip",
1717
"cmd": "./opencode",
1818
"args": [
1919
"acp"
2020
]
2121
},
2222
"darwin-x86_64": {
23-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.4.3/opencode-darwin-x64.zip",
23+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.4.4/opencode-darwin-x64.zip",
2424
"cmd": "./opencode",
2525
"args": [
2626
"acp"
2727
]
2828
},
2929
"linux-aarch64": {
30-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.4.3/opencode-linux-arm64.tar.gz",
30+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.4.4/opencode-linux-arm64.tar.gz",
3131
"cmd": "./opencode",
3232
"args": [
3333
"acp"
3434
]
3535
},
3636
"linux-x86_64": {
37-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.4.3/opencode-linux-x64.tar.gz",
37+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.4.4/opencode-linux-x64.tar.gz",
3838
"cmd": "./opencode",
3939
"args": [
4040
"acp"
4141
]
4242
},
4343
"windows-x86_64": {
44-
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.4.3/opencode-windows-x64.zip",
44+
"archive": "https://github.com/anomalyco/opencode/releases/download/v1.4.4/opencode-windows-x64.zip",
4545
"cmd": "./opencode.exe",
4646
"args": [
4747
"acp"

0 commit comments

Comments
 (0)