summaryrefslogtreecommitdiff
path: root/internal/llm/provider.go
AgeCommit message (Expand)Author
2026-01-29feat: add native Anthropic API provider supportPaul Buetow
2025-10-02feat: add OpenRouter providerv0.15.0Paul Buetow
2025-09-17chore(version): bump to v0.11.1 (gpt-5 defaults, timeouts, global stats, edit...v0.11.1Paul Buetow
2025-09-06use gofumptPaul Buetow
2025-08-28copilot: add session token + codex code completion; lsp: prefer native CodeCo...v0.3.0Paul Buetow
2025-08-18feat(config): per-provider temperature defaults and docs\n\n- Add , , to con...Paul Buetow
2025-08-17review changesPaul Buetow
2025-08-17cli+lsp: refactor main packages into internal runners; add testsPaul Buetow
2025-08-17cli: stream responses in hexai when supported (OpenAI, Ollama)Paul Buetow
2025-08-17llm: add GitHub Copilot providerPaul Buetow
2025-08-17lsp/config: make completion trigger characters configurablePaul Buetow
2025-08-16refactor(config): drop env-based config (except OPENAI_API_KEY)Paul Buetow
2025-08-16feat(llm): add Ollama provider + provider selection and CLI override; update ...v0.0.1Paul Buetow
2025-08-16logging: migrate LSP logs to global singleton (internal/logging); use consist...Paul Buetow
2025-08-16llm: centralize ANSI color and logging helpers in logging.go; remove duplicat...Paul Buetow
2025-08-16logging: add -log-preview-limit flag with HEXAI_LOG_PREVIEW_LIMIT env; wire t...Paul Buetow
2025-08-16llm: add pluggable provider with OpenAI default; extensive logging; LSP compl...Paul Buetow