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
/
lsp
/
types.go
Age
Commit message (
Expand
)
Author
2026-03-16
Replace Summary: prefixes with standard Go package doc comments
Paul Buetow
2026-03-16
Replace interface{} with any in LSP types
Paul Buetow
2026-03-16
Add doc comments to exported types and functions
Paul Buetow
2025-09-06
use gofumpt
Paul Buetow
2025-09-03
lsp: add 'Hexai: implement unit test' code action for Go
v0.4.1
Paul Buetow
2025-08-29
lsp: refactor dispatch to handler map; split handlers into feature files (com...
Paul Buetow
2025-08-20
better
Paul Buetow
2025-08-19
lsp/codeactions: make actions lazy and resolve on selection\n\n- Advertise Co...
Paul Buetow
2025-08-19
chore: commit pending changes in status, LSP, and Ollama modules
Paul Buetow
2025-08-17
cli+lsp: refactor main packages into internal runners; add tests
Paul Buetow
2025-08-17
lsp/config: make completion trigger characters configurable
Paul Buetow
2025-08-16
lsp: add 'Resolve diagnostics' code action scoped to selection
Paul Buetow
2025-08-16
feat(lsp): code action to rewrite selection with instruction detection
Paul Buetow
2025-08-16
lsp/completion: strip inline ;...; prompt markers via AdditionalTextEdits; up...
Paul Buetow
2025-08-16
lsp: split monolithic server.go into modules; add configurable max tokens and...
Paul Buetow