diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-01 15:07:16 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-01 15:07:16 +0300 |
| commit | 7fcd1f38a344e1c55dbd65c5afed9e94b6ab41b7 (patch) | |
| tree | f126b0d4d4e457181fa595b6caa96d839ed794df /internal/hexaicli | |
| parent | a7ff3cfce4eb8358b2b4ff02bc2d75f436194d08 (diff) | |
Bump version to 0.38.2
Switch default Ollama Cloud model from kimi-k2.6 to gemma4.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/hexaicli')
| -rw-r--r-- | internal/hexaicli/run_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/hexaicli/run_test.go b/internal/hexaicli/run_test.go index e2788e5..a1bad90 100644 --- a/internal/hexaicli/run_test.go +++ b/internal/hexaicli/run_test.go @@ -168,7 +168,7 @@ func TestPrintProviderInfo(t *testing.T) { func TestRun_SingleProviderHeaderUsesStderr(t *testing.T) { // This test asserts an "openai:gpt-4.1:" header, so pin the provider/model - // explicitly (the in-code default switched to ollama/kimi-k2.6). + // explicitly (the in-code default switched to ollama/gemma4). t.Setenv("HEXAI_PROVIDER", "openai") t.Setenv("HEXAI_OPENAI_MODEL", "gpt-4.1") oldNew := newClientFromApp |
