From e0648fdc2ed75a09f16e08626f122a5ed4582ad1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 21 May 2026 11:39:27 +0300 Subject: feat(ai): update AI tool order and switch to glm-5.1:cloud via ollama launch - Default AI tool fallback order: opencode -> hexai -> claude -> amp - Switch opencode invocation to: ollama launch opencode --model glm-5.1:cloud -y -- run - Update helptext and comments across all commands --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/version') diff --git a/internal/version/version.go b/internal/version/version.go index 189f928..2516192 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -7,7 +7,7 @@ import ( var ( // Version is the current version of gitsyncer - Version = "0.17.0" + Version = "0.17.1" // GitCommit is the git commit hash at build time GitCommit = "unknown" -- cgit v1.2.3