diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-21 11:39:27 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-21 11:39:27 +0300 |
| commit | e0648fdc2ed75a09f16e08626f122a5ed4582ad1 (patch) | |
| tree | fabcceb0d9cc5aeb098eb18062b0cc20423323f5 /internal/version | |
| parent | 73c6a37ecf0aac04711e5624455743b3493a7ef5 (diff) | |
feat(ai): update AI tool order and switch to glm-5.1:cloud via ollama launchv0.17.1
- 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
Diffstat (limited to 'internal/version')
| -rw-r--r-- | internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
