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
/
handlers_test.go
Age
Commit message (
Expand
)
Author
2025-10-03
Switch inline prompt markers to >! prefix
v0.15.1
Paul Buetow
2025-09-19
fix
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-08-29
lsp: refactor dispatch to handler map; split handlers into feature files (com...
Paul Buetow
2025-08-22
stuff
Paul Buetow
2025-08-18
lsp: add comprehensive unit tests for findFirstInstructionInLine and strict s...
Paul Buetow
2025-08-18
refactor(lsp,llm,hexailsp,appconfig): split long funcs; add tests
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
fix(lsp): avoid duplicate assignment prefix in completions
Paul Buetow
2025-08-16
feat(lsp): code action to rewrite selection with instruction detection
Paul Buetow
2025-08-16
refactor(config): drop env-based config (except OPENAI_API_KEY)
Paul Buetow
2025-08-16
lsp/completion: strip inline ;...; prompt markers via AdditionalTextEdits; up...
Paul Buetow
2025-08-16
revert: remove newline-after-colon insertion behavior and its tests
Paul Buetow
2025-08-16
lsp: split monolithic server.go into modules; add configurable max tokens and...
Paul Buetow