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
/
config.json.example
Age
Commit message (
Expand
)
Author
2025-09-06
feat(lsp): configurable inline/chat triggers; switch inline markers to >text>...
Paul Buetow
2025-09-03
Docs: document debounce/throttle and update example config\n\n- config.json.e...
Paul Buetow
2025-08-19
lsp: include space in trigger characters and allow space-triggered completion...
Paul Buetow
2025-08-19
lsp: reduce eager completions and add throttling\n\n- Defaults: remove ';' an...
Paul Buetow
2025-08-19
llm/copilot: add required headers and update default model\n\n- Send X-GitHub...
Paul Buetow
2025-08-18
feat(lsp): add coding_temperature knob and remove hardcoded temps\n\n- Add t...
Paul Buetow
2025-08-18
feat(config): per-provider temperature defaults and docs\n\n- Add , , to con...
Paul Buetow
2025-08-17
llm: add GitHub Copilot provider
Paul Buetow
2025-08-17
lsp/config: include ';' and '?' in default trigger characters
Paul Buetow
2025-08-17
lsp/config: make completion trigger characters configurable
Paul Buetow
2025-08-16
refactor(config): drop env-based config (except OPENAI_API_KEY)
Paul Buetow