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
/
server.go
Age
Commit message (
Expand
)
Author
2025-10-03
Switch inline prompt markers to >! prefix
v0.15.1
Paul Buetow
2025-10-02
feat: add OpenRouter provider
v0.15.0
Paul Buetow
2025-09-28
Add slash toggle for completions
v0.14.0
Paul Buetow
2025-09-28
Add --config flag support across CLI, LSP, and tmux tools
Paul Buetow
2025-09-28
Improve multi-provider completion streaming and CLI selector flags
Paul Buetow
2025-09-27
Support multi-provider fan-out across CLI and completions
Paul Buetow
2025-09-26
Add per-surface provider overrides and wiring
Paul Buetow
2025-09-24
Add runtime config store and reload command
Paul Buetow
2025-09-19
fix
Paul Buetow
2025-09-14
release: v0.10.0
v0.10.0
Paul Buetow
2025-09-08
docs: move tmux documentation to its own file
Paul Buetow
2025-09-07
feat: add 'Simplify and improve' action; configurable prompts in config; wire...
Paul Buetow
2025-09-06
fix unit test coverage
Paul Buetow
2025-09-06
chore(version): bump to 0.6.0; configurable prompts via config + tests
v0.6.0
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-03
lsp: add 'Hexai: implement unit test' code action for Go
v0.4.1
Paul Buetow
2025-09-03
Phase 2: add configurable completion debounce\n\n- App config: completion_deb...
Paul Buetow
2025-09-03
Phase 1: remove single in-flight LLM gate\n\n- Drop llmBusy state and busy it...
Paul Buetow
2025-09-03
delete dead code
Paul Buetow
2025-08-31
module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...
v0.3.4
Paul Buetow
2025-08-29
lsp: refactor dispatch to handler map; split handlers into feature files (com...
Paul Buetow
2025-08-28
lsp: limit to one in-flight LLM query; return visible 'LLM busy' completion i...
Paul Buetow
2025-08-22
remove busy check
Paul Buetow
2025-08-22
stuff
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
lsp: add tiny LRU cache for last 10 completions; ignore trailing whitespace i...
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-18
feat(lsp): add coding_temperature knob and remove hardcoded temps\n\n- Add t...
Paul Buetow
2025-08-17
refactor: Remove unused NoDiskIO flag
Paul Buetow
2025-08-17
cli+lsp: refactor main packages into internal runners; add tests
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
lsp: refactor NewServer to use options struct
Paul Buetow
2025-08-16
lsp: add 'Resolve diagnostics' code action scoped to selection
Paul Buetow
2025-08-16
refactor(config): drop env-based config (except OPENAI_API_KEY)
Paul Buetow
2025-08-16
feat(logging): add LLM stats averages and per-minute metrics
Paul Buetow
2025-08-16
feat(llm): add Ollama provider + provider selection and CLI override; update ...
v0.0.1
Paul Buetow
2025-08-16
logging: migrate LSP logs to global singleton (internal/logging); use consist...
Paul Buetow
2025-08-16
context: log when full-file/window context is skipped because document is not...
Paul Buetow
2025-08-16
lsp: split monolithic server.go into modules; add configurable max tokens and...
Paul Buetow
2025-08-16
llm: add pluggable provider with OpenAI default; extensive logging; LSP compl...
Paul Buetow
2025-08-14
Revert "feat(lsp): gate completion by context — require preceding space and...
Paul Buetow
2025-08-14
feat(lsp): gate completion by context — require preceding space and >=2s id...
Paul Buetow
2025-08-14
feat(lsp): scaffold barebones LSP server with contextual completion; add Task...
Paul Buetow