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" + } + } + } + } +}