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
/
completion_prefix_strip_test.go
Age
Commit message (
Expand
)
Author
2025-10-03
Switch inline prompt markers to >! prefix
v0.15.1
Paul Buetow
2025-09-28
Improve multi-provider completion streaming and CLI selector flags
Paul Buetow
2025-09-24
Add runtime config store and reload command
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-09-04
tests: add shared test fixtures, expand provider breadth (multi-choice, error...
Paul Buetow
2025-08-29
lsp: refactor dispatch to handler map; split handlers into feature files (com...
Paul Buetow
2025-08-28
copilot: add session token + codex code completion; lsp: prefer native CodeCo...
v0.3.0
Paul Buetow
2025-08-22
completion: only apply leading indentation for ';;text;' prompts; not for ';t...
Paul Buetow
2025-08-22
lsp: refine ';;text;' detection to require non-empty, non-space content and c...
Paul Buetow
2025-08-22
lsp: inline prompt override does not trigger for bare ';;' (requires ';;text;...
Paul Buetow
2025-08-22
lsp: always trigger completion on inline semicolon prompts (;text; or ';;...;...
Paul Buetow
2025-08-22
tests(lsp): add duplicate-prefix and manual-invoke tests; fix cache key to ig...
Paul Buetow