Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added build/dmg-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/dmg-background@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,17 @@ mac:
- target: zip
artifactName: ${name}-${version}-mac-${arch}.${ext}
dmg:
background: build/dmg-background.png
iconSize: 96
iconTextSize: 13
contents:
- x: 157
y: 213
type: file
- x: 507
y: 213
type: link
path: /Applications
sign: true
writeUpdateInfo: false
linux:
Expand Down
34 changes: 17 additions & 17 deletions resources/acp-registry/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
{
"id": "factory-droid",
"name": "Factory Droid",
"version": "0.178.0",
"version": "0.179.0",
"description": "Factory Droid - AI coding agent powered by Factory AI",
"website": "https://factory.ai/product/cli",
"authors": [
Expand All @@ -517,7 +517,7 @@
"license": "proprietary",
"distribution": {
"npx": {
"package": "droid@0.178.0",
"package": "droid@0.179.0",
"args": [
"exec",
"--output-format",
Expand All @@ -534,7 +534,7 @@
{
"id": "fast-agent",
"name": "fast-agent",
"version": "0.9.21",
"version": "0.9.22",
"description": "Code and build agents with comprehensive multi-provider support",
"repository": "https://github.com/evalstate/fast-agent",
"website": "https://fast-agent.ai",
Expand All @@ -544,7 +544,7 @@
"license": "Apache 2.0",
"distribution": {
"uvx": {
"package": "fast-agent-acp==0.9.21",
"package": "fast-agent-acp==0.9.22",
"args": [
"-x"
]
Expand Down Expand Up @@ -576,7 +576,7 @@
{
"id": "github-copilot-cli",
"name": "GitHub Copilot",
"version": "1.0.73",
"version": "1.0.74",
"description": "GitHub's AI pair programmer",
"repository": "https://github.com/github/copilot-cli",
"website": "https://github.com/features/copilot/cli/",
Expand All @@ -586,7 +586,7 @@
"license": "proprietary",
"distribution": {
"npx": {
"package": "@github/copilot@1.0.73",
"package": "@github/copilot@1.0.74",
"args": [
"--acp"
]
Expand Down Expand Up @@ -614,7 +614,7 @@
{
"id": "goose",
"name": "goose",
"version": "1.43.0",
"version": "1.44.0",
"description": "A local, extensible, open source AI agent that automates engineering tasks",
"repository": "https://github.com/block/goose",
"website": "https://block.github.io/goose/",
Expand All @@ -625,44 +625,44 @@
"distribution": {
"binary": {
"darwin-aarch64": {
"archive": "https://github.com/block/goose/releases/download/v1.43.0/goose-aarch64-apple-darwin.tar.bz2",
"archive": "https://github.com/block/goose/releases/download/v1.44.0/goose-aarch64-apple-darwin.tar.bz2",
"cmd": "./goose",
"args": [
"acp"
],
"sha256": "c24ffdd8a3863288592ab211758d41f0a779428f77e92fcaa73e9882899a4eec"
"sha256": "711de24143300be612c17a1f6d19d7f53095b454869f46f1ffcca78ee14b1861"
},
"darwin-x86_64": {
"archive": "https://github.com/block/goose/releases/download/v1.43.0/goose-x86_64-apple-darwin.tar.bz2",
"archive": "https://github.com/block/goose/releases/download/v1.44.0/goose-x86_64-apple-darwin.tar.bz2",
"cmd": "./goose",
"args": [
"acp"
],
"sha256": "6d0fad77f52f8177a3c3f8f40b8af3260a4ec057c06cfd8dcaf3af1b39de1e78"
"sha256": "edc8a9582adc9e65084304b440b1c0edfc0ab58e81a1e50b456efff82a8c460b"
},
"linux-aarch64": {
"archive": "https://github.com/block/goose/releases/download/v1.43.0/goose-aarch64-unknown-linux-gnu.tar.bz2",
"archive": "https://github.com/block/goose/releases/download/v1.44.0/goose-aarch64-unknown-linux-gnu.tar.bz2",
"cmd": "./goose",
"args": [
"acp"
],
"sha256": "5d2e93b7c740409ce09782d98b70db87eac2e1fcff527bdbaf44a98da8b3b597"
"sha256": "ab0d4d44e4b4251b64d0d9784882383137893bd6f68f45593ad6c186a2bdc2a9"
},
"linux-x86_64": {
"archive": "https://github.com/block/goose/releases/download/v1.43.0/goose-x86_64-unknown-linux-gnu.tar.bz2",
"archive": "https://github.com/block/goose/releases/download/v1.44.0/goose-x86_64-unknown-linux-gnu.tar.bz2",
"cmd": "./goose",
"args": [
"acp"
],
"sha256": "b218b08c0a86c9f356623f51bb91fc14c4de6667bc9c15d6d922778beb20f1bf"
"sha256": "87883ab52e3748e49cf7b1ed08677337651c35d6f68f1ef9f74e8c58bcaecd73"
},
"windows-x86_64": {
"archive": "https://github.com/block/goose/releases/download/v1.43.0/goose-x86_64-pc-windows-msvc.zip",
"archive": "https://github.com/block/goose/releases/download/v1.44.0/goose-x86_64-pc-windows-msvc.zip",
"cmd": "./goose-package\\goose.exe",
"args": [
"acp"
],
"sha256": "e76ddbaa331f54f837e7697108f901f09d7e56b07e81c1b7fa41da9e58ba5a7a"
"sha256": "50ed0ee034355036b94718b65aad5b7a2ec4fd6d80f6ae4fc7f26e623aa5b193"
}
}
},
Expand Down
Loading