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
/
README.md
Age
Commit message (
Expand
)
Author
2025-10-02
feat: add OpenRouter provider
v0.15.0
Paul Buetow
2025-09-27
Support multi-provider fan-out across CLI and completions
Paul Buetow
2025-09-21
clarify
Paul Buetow
2025-09-15
update docs
Paul Buetow
2025-09-15
docs: move build and install guide to its own file
Paul Buetow
2025-09-08
docs: move tmux documentation to its own file
Paul Buetow
2025-09-08
tmux: improve white-on-purple legibility; bump version to v0.9.0
v0.9.0
Paul Buetow
2025-09-08
tmux: colored LLM status with provider + stats; add start heartbeat for LSP/C...
Paul Buetow
2025-09-07
docs: add tmux status-right snippet and behavior summary to README
Paul Buetow
2025-09-07
docs: document Custom prompt and CLI no-args editor; bump version to v0.7.3
Paul Buetow
2025-09-07
update readme
Paul Buetow
2025-09-07
feat: rename hexai-action -> hexai-tmux-action; remove --tmux/--no-tmux; tmux...
Paul Buetow
2025-09-07
tiding up
Paul Buetow
2025-09-06
feat(hexai-action): add --infile/--outfile flags; docs and tests\n\n- Add fla...
Paul Buetow
2025-09-06
fix unit test coverage
Paul Buetow
2025-09-06
feat(lsp): configurable inline/chat triggers; switch inline markers to >text>...
Paul Buetow
2025-09-05
over 80% coverage now
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-31
updated
Paul Buetow
2025-08-28
build: replace Taskfile with Magefile; add Mage targets and README build notes
Paul Buetow
2025-08-20
clarific
Paul Buetow
2025-08-20
clarify
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-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: include space in trigger characters and allow space-triggered completion...
Paul Buetow
2025-08-19
llm/copilot: add required headers and update default model\n\n- Send X-GitHub...
Paul Buetow
2025-08-18
hexaicli: load config with logger to respect provider\n\nFix CLI requiring OP...
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
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
cli: stream responses in hexai when supported (OpenAI, Ollama)
Paul Buetow
2025-08-17
update readme
Paul Buetow
2025-08-17
docs(cli): document hexai CLI usage and behaviors
Paul Buetow
2025-08-17
cli: add hexai command-line tool and split LSP to hexai-lsp
Paul Buetow
2025-08-17
rename CLI binary to hexai-lsp
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
lsp: add 'Resolve diagnostics' code action scoped to selection
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
feat(cli): simplify flags to -log and -version; add JSON config with env prec...
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
logging: add -log-preview-limit flag with HEXAI_LOG_PREVIEW_LIMIT env; wire t...
Paul Buetow
2025-08-16
cmd: add HEXAI_CONTEXT_WINDOW_LINES env fallback for -context-window-lines; u...
Paul Buetow
[next]