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
/
hexaicli
/
run_test.go
Age
Commit message (
Expand
)
Author
2026-03-19
Inject runner dependencies across CLI, action, and LSP
Paul Buetow
2026-03-16
Decompose App God struct into embedded section structs
Paul Buetow
2026-03-16
Release v0.23.1
v0.23.1
Paul Buetow
2026-03-15
Release v0.23.0
v0.23.0
Paul Buetow
2026-03-14
Release v0.22.1
v0.22.1
Paul Buetow
2026-02-06
Remove GitHub Copilot provider support
paul@buetow.org
2025-11-02
some linter fixes
Paul Buetow
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-27
Support multi-provider fan-out across CLI and completions
Paul Buetow
2025-09-26
Refactor surface config to support multi-provider arrays
Paul Buetow
2025-09-26
Add per-surface provider overrides and wiring
Paul Buetow
2025-09-19
fix
Paul Buetow
2025-09-06
use TOML not JSON for configuration
Paul Buetow
2025-09-06
use gofumpt
Paul Buetow
2025-09-05
over 80% coverage now
Paul Buetow
2025-09-04
tests: fix hexaicli OpenAI-key dependent tests; add lsp code action and helpe...
Paul Buetow
2025-09-04
tests: quick wins to raise coverage
Paul Buetow
2025-08-17
refactor as per manual code reviews
Paul Buetow
2025-08-17
cli+lsp: refactor main packages into internal runners; add tests
Paul Buetow