summaryrefslogtreecommitdiff
path: root/hexai
AgeCommit message (Collapse)Author
2026-05-03refactor: update completion model to qwen3-coder-next and add player referencePaul Buetow
2026-05-02UpdatePaul Buetow
2026-05-01hexai: switch default Ollama Cloud model to gemma4:31b-cloudPaul Buetow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26Add hexai config to dotfiles (Linux only)Paul Buetow
Manage ~/.config/hexai/config.toml from the dotfiles repo, mirroring how helix, lazygit, and opencode are handled. The home_hexai task is gated to Linux because hexai is currently only used on the Linux workstation. The deployed config sets Ollama Cloud (kimi-k2.6 at https://ollama.com) as the default provider and uses gemma4:31b for in-code completion. The API key is read from $HEXAI_OLLAMA_API_KEY (or $OLLAMA_API_KEY). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>