diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-18 08:50:57 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-18 08:50:57 +0200 |
| commit | d24a40f2f66999f36ab4d0e26cfe88c38d12e64e (patch) | |
| tree | c283fab3cca9eeb7b2c8cd56abf502fc9b4215ba /internal/version/version.go | |
| parent | c0064e540e07225b5ff3a208b3b1c7dbb3f10841 (diff) | |
feat(ai): add opencode as default AI tool for releases and showcasesv0.15.6
Replace amp with opencode (local Ollama gpt-oss:120b) as the default AI
tool. Opencode is tried first in both release notes generation and
showcase summaries, with amp as the first fallback in the chain:
opencode → amp → hexai → claude → aichat.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'internal/version/version.go')
| -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 c4f6082..15929ce 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.15.5" + Version = "0.15.6" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
