index
:
hexai
feature/anthropic-api-provider
main
hexai is a LSP language server for the Helix editor (could be used for other editors, too) for interacting with AI.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
llm
/
provider.go
Age
Commit message (
Expand
)
Author
2026-01-29
feat: add native Anthropic API provider support
Paul Buetow
2025-10-02
feat: add OpenRouter provider
v0.15.0
Paul Buetow
2025-09-17
chore(version): bump to v0.11.1 (gpt-5 defaults, timeouts, global stats, edit...
v0.11.1
Paul Buetow
2025-09-06
use gofumpt
Paul Buetow
2025-08-28
copilot: add session token + codex code completion; lsp: prefer native CodeCo...
v0.3.0
Paul Buetow
2025-08-18
feat(config): per-provider temperature defaults and docs\n\n- Add , , to con...
Paul Buetow
2025-08-17
review changes
Paul Buetow
2025-08-17
cli+lsp: refactor main packages into internal runners; add tests
Paul Buetow
2025-08-17
cli: stream responses in hexai when supported (OpenAI, Ollama)
Paul Buetow
2025-08-17
llm: add GitHub Copilot provider
Paul Buetow
2025-08-17
lsp/config: make completion trigger characters configurable
Paul Buetow
2025-08-16
refactor(config): drop env-based config (except OPENAI_API_KEY)
Paul Buetow
2025-08-16
feat(llm): add Ollama provider + provider selection and CLI override; update ...
v0.0.1
Paul Buetow
2025-08-16
logging: migrate LSP logs to global singleton (internal/logging); use consist...
Paul Buetow
2025-08-16
llm: centralize ANSI color and logging helpers in logging.go; remove duplicat...
Paul Buetow
2025-08-16
logging: add -log-preview-limit flag with HEXAI_LOG_PREVIEW_LIMIT env; wire t...
Paul Buetow
2025-08-16
llm: add pluggable provider with OpenAI default; extensive logging; LSP compl...
Paul Buetow