From 743e83eb5f8af2b97987d55c41d62af44c10b7e2 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Wed, 3 Jun 2026 09:28:28 +1000 Subject: [PATCH] devin: Initial commit of the Devine agent Signed-off-by: Alistair Francis --- devin/agent.json | 42 ++++++++++++++++++++++++++++++++++++++++++ devin/icon.svg | 5 +++++ 2 files changed, 47 insertions(+) create mode 100644 devin/agent.json create mode 100644 devin/icon.svg diff --git a/devin/agent.json b/devin/agent.json new file mode 100644 index 00000000..672b49d6 --- /dev/null +++ b/devin/agent.json @@ -0,0 +1,42 @@ +{ + "id": "devin", + "name": "Devin", + "version": "1.0.0", + "description": "Devin, the AI software engineer", + "website": "https://devin.ai", + "authors": ["Alistair Francis "], + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://static.devin.ai/cli/2026.5.6-8/devin-2026.5.6-8-aarch64-apple-darwin.tar.gz", + "cmd": "./bin/devin", + "args": ["acp"] + }, + "darwin-x86_64": { + "archive": "https://static.devin.ai/cli/2026.5.6-8/devin-2026.5.6-8-x86_64-apple-darwin.tar.gz", + "cmd": "./bin/devin", + "args": ["acp"] + }, + "linux-aarch64": { + "archive": "https://static.devin.ai/cli/2026.5.6-8/devin-2026.5.6-8-aarch64-unknown-linux.tar.gz", + "cmd": "./bin/devin", + "args": ["acp"] + }, + "linux-x86_64": { + "archive": "https://static.devin.ai/cli/2026.5.6-8/devin-2026.5.6-8-x86_64-unknown-linux.tar.gz", + "cmd": "./bin/devin", + "args": ["acp"] + }, + "windows-aarch64": { + "archive": "https://static.devin.ai/cli/2026.5.6-8/devin-2026.5.6-8-aarch64-pc-windows.zip", + "cmd": "./bin/devin.exe", + "args": ["acp"] + }, + "windows-x86_64": { + "archive": "https://static.devin.ai/cli/2026.5.6-8/devin-2026.5.6-8-x86_64-pc-windows.zip", + "cmd": "./bin/devin.exe", + "args": ["acp"] + } + } + } +} diff --git a/devin/icon.svg b/devin/icon.svg new file mode 100644 index 00000000..d402def6 --- /dev/null +++ b/devin/icon.svg @@ -0,0 +1,5 @@ + + + + +