From 60b83f37c0f20b0db6dc0caf39e8c475e43738d0 Mon Sep 17 00:00:00 2001 From: Seto Elkahfi Date: Fri, 29 May 2026 20:56:42 +0200 Subject: [PATCH 1/2] Update to v1.0.4 --- sigit/agent.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sigit/agent.json b/sigit/agent.json index bcb60bec..9a8f8c8a 100644 --- a/sigit/agent.json +++ b/sigit/agent.json @@ -1,7 +1,7 @@ { "id": "sigit", "name": "siGit Code", - "version": "1.0.3", + "version": "1.0.4", "description": "Local-first coding agent. Runs entirely on your machine with optional on-device LLM inference via Onde.", "repository": "https://github.com/getsigit/sigit", "website": "https://github.com/getsigit/sigit", @@ -10,32 +10,32 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/getsigit/sigit/releases/download/v1.0.3/sigit-macos-arm64.tar.gz", + "archive": "https://github.com/getsigit/sigit/releases/download/v1.0.4/sigit-macos-arm64.tar.gz", "cmd": "./sigit" }, "darwin-x86_64": { - "archive": "https://github.com/getsigit/sigit/releases/download/v1.0.3/sigit-macos-amd64.tar.gz", + "archive": "https://github.com/getsigit/sigit/releases/download/v1.0.4/sigit-macos-amd64.tar.gz", "cmd": "./sigit" }, "linux-aarch64": { - "archive": "https://github.com/getsigit/sigit/releases/download/v1.0.3/sigit-linux-arm64", + "archive": "https://github.com/getsigit/sigit/releases/download/v1.0.4/sigit-linux-arm64", "cmd": "./sigit-linux-arm64" }, "linux-x86_64": { - "archive": "https://github.com/getsigit/sigit/releases/download/v1.0.3/sigit-linux-amd64", + "archive": "https://github.com/getsigit/sigit/releases/download/v1.0.4/sigit-linux-amd64", "cmd": "./sigit-linux-amd64" }, "windows-aarch64": { - "archive": "https://github.com/getsigit/sigit/releases/download/v1.0.3/sigit-win-arm64.exe", + "archive": "https://github.com/getsigit/sigit/releases/download/v1.0.4/sigit-win-arm64.exe", "cmd": "./sigit-win-arm64.exe" }, "windows-x86_64": { - "archive": "https://github.com/getsigit/sigit/releases/download/v1.0.3/sigit-win-amd64.exe", + "archive": "https://github.com/getsigit/sigit/releases/download/v1.0.4/sigit-win-amd64.exe", "cmd": "./sigit-win-amd64.exe" } }, "npx": { - "package": "@smbcloud/sigit@1.0.3" + "package": "@smbcloud/sigit@1.0.4" } } } From 87e5b7bdc92e63236b174572d2025db4f042f73f Mon Sep 17 00:00:00 2001 From: Seto Elkahfi Date: Fri, 29 May 2026 21:01:21 +0200 Subject: [PATCH 2/2] Update description --- sigit/agent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigit/agent.json b/sigit/agent.json index 9a8f8c8a..3e318640 100644 --- a/sigit/agent.json +++ b/sigit/agent.json @@ -2,7 +2,7 @@ "id": "sigit", "name": "siGit Code", "version": "1.0.4", - "description": "Local-first coding agent. Runs entirely on your machine with optional on-device LLM inference via Onde.", + "description": "Local-first coding agent. Runs entirely on your machine with Onde Inference SDK.", "repository": "https://github.com/getsigit/sigit", "website": "https://github.com/getsigit/sigit", "authors": ["smbCloud"],