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
/
anthropic.go
Age
Commit message (
Expand
)
Author
2026-06-19
ok0 document LSP and LLM exports
Paul Buetow
2026-06-11
llm: add compile-time interface checks for all providers
Paul Buetow
2026-06-11
Consolidate LLM timeout/retry/breaker values into policy package
Paul Buetow
2026-06-11
llm: return concrete client types from provider constructors
Paul Buetow
2026-03-23
chore: bump version to v0.25.9
v0.25.9
Paul Buetow
2026-03-19
Improve actionable error guidance
Paul Buetow
2026-03-16
Replace Summary: prefixes with standard Go package doc comments
Paul Buetow
2026-03-02
llm: extract shared doJSON and logStart helpers (task 409)
Paul Buetow
2026-03-02
llm: add provider registry and self-registration factories (task 410)
Paul Buetow
2026-02-06
fix: add missing Anthropic and OpenRouter provider support in config and LSP
paul@buetow.org
2026-01-31
feat: add configurable request timeout for LLM calls
Florian
2026-01-30
feat: add completion_wait_all config and fix Anthropic system messages
Paul Buetow
2026-01-29
refactor: apply code style best practices to Anthropic implementation
Paul Buetow
2026-01-29
feat: add native Anthropic API provider support
Paul Buetow