From d472b63e9f2626ca7a20cfeb70168dcc7295e1b3 Mon Sep 17 00:00:00 2001 From: alex8224 Date: Mon, 24 Aug 2026 17:11:36 +0800 Subject: [PATCH] synapse: Add v0.1.43 --- bucket/synapse.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/synapse.json diff --git a/bucket/synapse.json b/bucket/synapse.json new file mode 100644 index 0000000000000..93a853ae0f815 --- /dev/null +++ b/bucket/synapse.json @@ -0,0 +1,29 @@ +{ + "version": "0.1.43", + "description": "Local coding agent built on LangChain Deep Agents (LocalShell, no sandbox)", + "homepage": "https://github.com/alex8224/synapse-agent", + "license": "Apache-2.0", + "bin": [ + ["synapse-windows-x64.exe", "synapse"] + ], + "checkver": { + "github": "https://github.com/alex8224/synapse-agent" + }, + "architecture": { + "64bit": { + "url": "https://github.com/alex8224/synapse-agent/releases/download/v0.1.43/synapse-windows-x64.exe", + "hash": "c1fcc815af508e1051440dd944dc735ce1102e98b71e4cea40f3cdd31bababd3" + } + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/alex8224/synapse-agent/releases/download/v$version/synapse-windows-x64.exe", + "hash": { + "url": "$baseurl/synapse-windows-x64.exe.sha256", + "mode": "extract" + } + } + } + } +}