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
Age
Commit message (
Expand
)
Author
2025-08-28
lsp/chat: remove '..' trigger; docs: update triggers; tests: align throttle t...
v0.2.1
Paul Buetow
2025-08-22
remove busy check
Paul Buetow
2025-08-22
stuff
Paul Buetow
2025-08-22
logging: log completion TriggerKind and TriggerCharacter for every request
Paul Buetow
2025-08-22
completion: only apply leading indentation for ';;text;' prompts; not for ';t...
Paul Buetow
2025-08-22
completion: only apply leading indentation for ';;text;' prompts; not for ';t...
Paul Buetow
2025-08-22
chat: remove ';;' as in-editor chat trigger to avoid conflict with inline ';;...
Paul Buetow
2025-08-22
lsp: suppress auto-trigger when line contains bare ';;' (no ';;text;') unless...
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
2025-08-22
lsp: relax short-prefix check for manual invoke and after ')' in signatures
Paul Buetow
2025-08-22
lsp: treat manual completion as trigger; remove space from default triggers; ...
Paul Buetow
2025-08-20
better
Paul Buetow
2025-08-20
chore: bump version to v0.2.0; docs: split config/usage and update in-editor ...
v0.2.0
Paul Buetow
2025-08-20
chore: bump version to v0.1.1
v0.1.1
Paul Buetow
2025-08-20
lsp: add tiny LRU cache for last 10 completions; ignore trailing whitespace i...
Paul Buetow
2025-08-19
config: apply HEXAI_* env even without config file; docs: clarify Copilot key...
Paul Buetow
2025-08-19
config: add HEXAI_* env overrides with precedence; prefer HEXAI_OPENAI_API_KE...
Paul Buetow
2025-08-19
lsp/codeactions: make actions lazy and resolve on selection\n\n- Advertise Co...
Paul Buetow
2025-08-19
logging: highlight LLM no-op skips in yellow\n\n- Add AnsiYellow to logging u...
Paul Buetow
2025-08-19
lsp: include space in trigger characters and allow space-triggered completion...
Paul Buetow
2025-08-19
lsp: replace time throttle with in-flight guard; improve short-prefix heurist...
Paul Buetow
2025-08-19
lsp: reduce eager completions and add throttling\n\n- Defaults: remove ';' an...
Paul Buetow
2025-08-19
lsp: strip inline spans for completions\n\n- Add stripInlineCodeSpan helper ...
Paul Buetow
2025-08-19
chore: commit pending changes in status, LSP, and Ollama modules
Paul Buetow
2025-08-19
llm/copilot: add required headers and update default model\n\n- Send X-GitHub...
Paul Buetow
2025-08-18
lsp: strip Markdown code fences from LLM outputs (completions and code actions)
Paul Buetow
2025-08-18
hexaicli: load config with logger to respect provider\n\nFix CLI requiring OP...
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-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
refactor(ordering): place constructors immediately after type definitions as ...
Paul Buetow
2025-08-17
refactor(ordering): types/constants first; exported before private; ensure co...
Paul Buetow
2025-08-17
logging: move ChatLogger to value semantics; llm: switch clients to value rec...
Paul Buetow
2025-08-17
refactor as per manual code reviews
Paul Buetow
2025-08-17
refactor: Split up Load function in config.go
Paul Buetow
2025-08-17
refactor: Remove unused NoDiskIO flag
Paul Buetow
2025-08-17
review changes
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
2025-08-17
chore(release): bump version to 0.1.0
v0.1.0
Paul Buetow
2025-08-17
cli: stream responses in hexai when supported (OpenAI, Ollama)
Paul Buetow
2025-08-17
cli: add hexai command-line tool and split LSP to hexai-lsp
Paul Buetow
2025-08-17
llm: add GitHub Copilot provider
Paul Buetow
2025-08-17
chore: bump version to 0.0.3
v0.0.3
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
[next]