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
/
hexailsp
/
run_test.go
Age
Commit message (
Expand
)
Author
2026-06-11
Thread context.Context through blocking I/O entry points
Paul Buetow
2026-06-10
Replace panics with returned errors in llm.RegisterProvider
Paul Buetow
2026-04-26
feat: default to Ollama Cloud (kimi-k2.6) when no provider configured
Paul Buetow
2026-03-23
chore: bump version to v0.25.9
v0.25.9
Paul Buetow
2026-03-16
Replace Summary: prefixes with standard Go package doc comments
Paul Buetow
2026-03-16
Decompose App God struct into embedded section structs
Paul Buetow
2026-03-02
lsp: simplify ServerOptions to config-first model (task 410)
Paul Buetow
2026-02-12
Rename hexai-lsp command to hexai-lsp-server
Paul Buetow
2025-09-28
Add --config flag support across CLI, LSP, and tmux tools
Paul Buetow
2025-08-31
module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...
v0.3.4
Paul Buetow
2025-08-17
refactor as per manual code reviews
Paul Buetow
2025-08-17
refactor: Remove unused NoDiskIO flag
Paul Buetow
2025-08-17
feat: Support XDG config home
Paul Buetow
2025-08-17
cli+lsp: refactor main packages into internal runners; add tests
Paul Buetow