summaryrefslogtreecommitdiff
path: root/internal/hexaicli/cache_test.go
AgeCommit message (Collapse)Author
2026-06-18ik0 replace remaining test seams with DIPaul Buetow
2026-06-18ik0 replace test seams with dependency injectionPaul Buetow
2026-04-26feat: default to Ollama Cloud (kimi-k2.6) when no provider configuredPaul Buetow
Switches the in-code defaults so that hexai talks to Ollama Cloud (https://ollama.com) with model kimi-k2.6 when no provider is configured, instead of OpenAI. The example config, README, and configuration guide all reflect the new recommended setup; previous OpenAI / local-Ollama options are still documented as alternatives. Tests that depended on the implicit "openai" default now pin the provider explicitly so they continue to exercise the OpenAI / gpt-5 code paths they were designed to cover. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-03-15Release v0.23.0v0.23.0Paul Buetow