From 004857ad35dd119e563586d5b1f4126ddb96f6c7 Mon Sep 17 00:00:00 2001 From: JackieJK Date: Thu, 11 Jun 2026 11:24:42 +0800 Subject: [PATCH 1/7] add deepseek-reasonix --- bucket/deepseek-reasonix.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/deepseek-reasonix.json diff --git a/bucket/deepseek-reasonix.json b/bucket/deepseek-reasonix.json new file mode 100644 index 00000000000000..561f455c593436 --- /dev/null +++ b/bucket/deepseek-reasonix.json @@ -0,0 +1,30 @@ +{ + "version": "1.5.0", + "description": "DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.", + "homepage": "http://reasonix.io/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.5.0/Reasonix-windows-amd64.zip", + "hash": "sha256:b19b709ac739dca28b49afb93471314ae3a21d8ad4a540a147a83750075a89fa" + } + }, + "bin": "Reasonix.exe", + "shortcuts": [ + [ + "Reasonix.exe", + "Reasonix" + ] + ], + "checkver": { + "github": "https://github.com/esengine/DeepSeek-Reasonix", + "regex": "desktop-v([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v$version/Reasonix-windows-amd64.zip" + } + } + } +} From ade115bea6ea818286502f23230b1e68a4eb8fd6 Mon Sep 17 00:00:00 2001 From: JackieJK Date: Thu, 11 Jun 2026 11:36:58 +0800 Subject: [PATCH 2/7] fix homepage url --- bucket/deepseek-reasonix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/deepseek-reasonix.json b/bucket/deepseek-reasonix.json index 561f455c593436..7e18f05af6ed48 100644 --- a/bucket/deepseek-reasonix.json +++ b/bucket/deepseek-reasonix.json @@ -1,7 +1,7 @@ { "version": "1.5.0", "description": "DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.", - "homepage": "http://reasonix.io/", + "homepage": "https://reasonix.io/", "license": "MIT", "architecture": { "64bit": { From 92c394eca1471a339a60199504fe01b437b77f28 Mon Sep 17 00:00:00 2001 From: JackieJK Date: Thu, 11 Jun 2026 11:42:55 +0800 Subject: [PATCH 3/7] convert to CRLF line endings From 4ed21b53e1176ae019220633e4df65171dc33a70 Mon Sep 17 00:00:00 2001 From: JackieJK Date: Thu, 11 Jun 2026 11:43:35 +0800 Subject: [PATCH 4/7] convert to CRLF line endings From 23a1d3947d00a7e553446cea1d8f0773b3225e21 Mon Sep 17 00:00:00 2001 From: JackieJK Date: Thu, 11 Jun 2026 11:44:41 +0800 Subject: [PATCH 5/7] convert to CRLF line endings --- bucket/deepseek-reasonix.json | 60 +++++++++++++++++------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/bucket/deepseek-reasonix.json b/bucket/deepseek-reasonix.json index 7e18f05af6ed48..ed6426c510d427 100644 --- a/bucket/deepseek-reasonix.json +++ b/bucket/deepseek-reasonix.json @@ -1,30 +1,30 @@ -{ - "version": "1.5.0", - "description": "DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.", - "homepage": "https://reasonix.io/", - "license": "MIT", - "architecture": { - "64bit": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.5.0/Reasonix-windows-amd64.zip", - "hash": "sha256:b19b709ac739dca28b49afb93471314ae3a21d8ad4a540a147a83750075a89fa" - } - }, - "bin": "Reasonix.exe", - "shortcuts": [ - [ - "Reasonix.exe", - "Reasonix" - ] - ], - "checkver": { - "github": "https://github.com/esengine/DeepSeek-Reasonix", - "regex": "desktop-v([\\d.]+)" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v$version/Reasonix-windows-amd64.zip" - } - } - } -} +{ + "version": "1.5.0", + "description": "DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.", + "homepage": "https://reasonix.io/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.5.0/Reasonix-windows-amd64.zip", + "hash": "sha256:b19b709ac739dca28b49afb93471314ae3a21d8ad4a540a147a83750075a89fa" + } + }, + "bin": "Reasonix.exe", + "shortcuts": [ + [ + "Reasonix.exe", + "Reasonix" + ] + ], + "checkver": { + "github": "https://github.com/esengine/DeepSeek-Reasonix", + "regex": "desktop-v([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v$version/Reasonix-windows-amd64.zip" + } + } + } +} \ No newline at end of file From 9d7f39e3756ac11ee0e0ca6a331e6313e5f2893f Mon Sep 17 00:00:00 2001 From: JackieJK Date: Thu, 11 Jun 2026 13:21:53 +0800 Subject: [PATCH 6/7] Update deepseek-reasonix.json with new formatting --- bucket/deepseek-reasonix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/deepseek-reasonix.json b/bucket/deepseek-reasonix.json index ed6426c510d427..d6286729317a0f 100644 --- a/bucket/deepseek-reasonix.json +++ b/bucket/deepseek-reasonix.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} From 16be85ce47969a22ab4dede9b4763bc251a40ec3 Mon Sep 17 00:00:00 2001 From: JackieJK Date: Sat, 20 Jun 2026 15:38:32 +0800 Subject: [PATCH 7/7] Update DeepSeek Reasonix to version 1.10.0 Updated version from 1.5.0 to 1.10.0 with new architecture support. --- bucket/deepseek-reasonix.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/bucket/deepseek-reasonix.json b/bucket/deepseek-reasonix.json index d6286729317a0f..77f1dc36673c0b 100644 --- a/bucket/deepseek-reasonix.json +++ b/bucket/deepseek-reasonix.json @@ -1,12 +1,16 @@ { - "version": "1.5.0", + "version": "1.10.0", "description": "DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.", "homepage": "https://reasonix.io/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.5.0/Reasonix-windows-amd64.zip", - "hash": "sha256:b19b709ac739dca28b49afb93471314ae3a21d8ad4a540a147a83750075a89fa" + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.10.0/Reasonix-windows-amd64.zip", + "hash": "sha256:6b8cc3d2c88c47a8792faa79bc06d0bb9865331d6f8e98eb3ccc948b5810caa1" + }, + "arm64": { + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.10.0/Reasonix-windows-arm64.zip", + "hash": "sha256:eff10c81edd9d8a46fd4aaa121bddb1796e68f27c2f9249aec2c53285ec48899" } }, "bin": "Reasonix.exe", @@ -24,6 +28,9 @@ "architecture": { "64bit": { "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v$version/Reasonix-windows-amd64.zip" + }, + "arm64": { + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v$version/Reasonix-windows-arm64.zip" } } }