From a4a47be02ed78b01bf77e7e44eefb0279afa969b Mon Sep 17 00:00:00 2001 From: Gahwon Lee Date: Sat, 15 Aug 2026 09:12:58 -0700 Subject: [PATCH 1/4] Add maki --- bucket/maki.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/maki.json diff --git a/bucket/maki.json b/bucket/maki.json new file mode 100644 index 00000000000000..90add96f77ecbe --- /dev/null +++ b/bucket/maki.json @@ -0,0 +1,29 @@ +{ + "version": "0.4.7", + "description": "An efficient AI coding agent extendable by neovim like Lua plugins", + "homepage": "https://github.com/tontinton/maki", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/tontinton/maki/releases/download/v0.4.7/maki-v0.4.7-x86_64-pc-windows-msvc.zip", + "hash": "471b3e6359a4893a0f102d2e6ec48d78e50c20a3a903171ad7efad9e5f947e60" + } + }, + "bin": "maki.exe", + "shortcuts": [ + [ + "maki.exe", + "maki" + ] + ], + "checkver": { + "github": "https://github.com/tontinton/maki" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tontinton/maki/releases/download/v$version/maki-v$version-x86_64-pc-windows-msvc.zip" + } + } + } +} From 36b9d5d78761973abae005d93b8d50b76a217281 Mon Sep 17 00:00:00 2001 From: Gahwon Lee Date: Sat, 15 Aug 2026 09:23:00 -0700 Subject: [PATCH 2/4] Change homepage --- bucket/maki.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/maki.json b/bucket/maki.json index 90add96f77ecbe..390c1f3668284e 100644 --- a/bucket/maki.json +++ b/bucket/maki.json @@ -1,7 +1,7 @@ { "version": "0.4.7", "description": "An efficient AI coding agent extendable by neovim like Lua plugins", - "homepage": "https://github.com/tontinton/maki", + "homepage": "https://maki.sh/", "license": "MIT", "architecture": { "64bit": { From 23044006dbb682fb63882924c551e1bf2202a644 Mon Sep 17 00:00:00 2001 From: Gahwon Lee Date: Sat, 15 Aug 2026 09:40:04 -0700 Subject: [PATCH 3/4] maki: suggest vcredist --- bucket/maki.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/maki.json b/bucket/maki.json index 390c1f3668284e..b229fedf72867f 100644 --- a/bucket/maki.json +++ b/bucket/maki.json @@ -3,6 +3,9 @@ "description": "An efficient AI coding agent extendable by neovim like Lua plugins", "homepage": "https://maki.sh/", "license": "MIT", + "suggest": { + "vcredist": "extras/vcredist2022" + }, "architecture": { "64bit": { "url": "https://github.com/tontinton/maki/releases/download/v0.4.7/maki-v0.4.7-x86_64-pc-windows-msvc.zip", From adf9cd6f674588cd1f802f10d23dc8ab0bc917fb Mon Sep 17 00:00:00 2001 From: Gahwon Lee Date: Sat, 15 Aug 2026 09:41:22 -0700 Subject: [PATCH 4/4] maki: fmt --- bucket/maki.json | 64 ++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/bucket/maki.json b/bucket/maki.json index b229fedf72867f..8fba3c8dfbed79 100644 --- a/bucket/maki.json +++ b/bucket/maki.json @@ -1,32 +1,32 @@ -{ - "version": "0.4.7", - "description": "An efficient AI coding agent extendable by neovim like Lua plugins", - "homepage": "https://maki.sh/", - "license": "MIT", - "suggest": { - "vcredist": "extras/vcredist2022" - }, - "architecture": { - "64bit": { - "url": "https://github.com/tontinton/maki/releases/download/v0.4.7/maki-v0.4.7-x86_64-pc-windows-msvc.zip", - "hash": "471b3e6359a4893a0f102d2e6ec48d78e50c20a3a903171ad7efad9e5f947e60" - } - }, - "bin": "maki.exe", - "shortcuts": [ - [ - "maki.exe", - "maki" - ] - ], - "checkver": { - "github": "https://github.com/tontinton/maki" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/tontinton/maki/releases/download/v$version/maki-v$version-x86_64-pc-windows-msvc.zip" - } - } - } -} +{ + "version": "0.4.7", + "description": "An efficient AI coding agent extendable by neovim like Lua plugins", + "homepage": "https://maki.sh/", + "license": "MIT", + "suggest": { + "vcredist": "extras/vcredist2022" + }, + "architecture": { + "64bit": { + "url": "https://github.com/tontinton/maki/releases/download/v0.4.7/maki-v0.4.7-x86_64-pc-windows-msvc.zip", + "hash": "471b3e6359a4893a0f102d2e6ec48d78e50c20a3a903171ad7efad9e5f947e60" + } + }, + "bin": "maki.exe", + "shortcuts": [ + [ + "maki.exe", + "maki" + ] + ], + "checkver": { + "github": "https://github.com/tontinton/maki" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tontinton/maki/releases/download/v$version/maki-v$version-x86_64-pc-windows-msvc.zip" + } + } + } +}