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
/
AGENTS.md
Age
Commit message (
Expand
)
Author
2026-02-08
add per-project .hexaiconfig.toml config override and lower coverage target t...
Paul Buetow
2026-01-29
feat: add native Anthropic API provider support
Paul Buetow
2025-09-17
feat(stats,tmux): global Σ@window stats across processes with flocked cache;...
Paul Buetow
2025-09-07
tiding up
Paul Buetow
2025-09-06
update agents
Paul Buetow
2025-09-06
use TOML not JSON for configuration
Paul Buetow
2025-09-06
update
Paul Buetow
2025-09-06
update guidelines
Paul Buetow
2025-09-06
use gofumpt
Paul Buetow
2025-09-06
feat(lsp): configurable inline/chat triggers; switch inline markers to >text>...
Paul Buetow
2025-09-05
over 80% coverage now
Paul Buetow
2025-08-31
updated
Paul Buetow
2025-08-16
lsp: split monolithic server.go into modules; add configurable max tokens and...
Paul Buetow
2025-08-16
llm: add pluggable provider with OpenAI default; extensive logging; LSP compl...
Paul Buetow
2025-08-14
feat(lsp): scaffold barebones LSP server with contextual completion; add Task...
Paul Buetow