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
Age
Commit message (
Expand
)
Author
2025-11-03
Fix: Address lint warnings and bump patch version to 0.15.3
v0.15.3
Paul Buetow
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
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
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
more
v0.11.6
Paul Buetow
2025-09-19
fix
Paul Buetow
2025-09-17
chore(version): bump to v0.11.1 (gpt-5 defaults, timeouts, global stats, edit...
v0.11.1
Paul Buetow
2025-09-17
feat(stats,tmux): global Σ@window stats across processes with flocked cache;...
Paul Buetow
2025-09-08
docs: move tmux documentation to its own file
Paul Buetow
2025-09-08
tmux: colored LLM status with provider + stats; add start heartbeat for LSP/C...
Paul Buetow
2025-09-07
feat(tmux): add status line updates via @hexai_status; wire into CLI, LSP sta...
Paul Buetow
2025-09-07
editor: remove prefilled text in temp files for custom prompts (TUI and CLI)
Paul Buetow
2025-09-07
test+docs: add editor tests; document HEXAI_EDITOR/EDITOR and Custom prompt; ...
Paul Buetow
2025-09-07
feat: add Custom prompt action (p) with editor integration; shared editor hel...
Paul Buetow
2025-09-06
more tests
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 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-31
module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...
v0.3.4
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-18
hexaicli: load config with logger to respect provider\n\nFix CLI requiring OP...
Paul Buetow
2025-08-18
feat(config): per-provider temperature defaults and docs\n\n- Add , , to con...
Paul Buetow
2025-08-17
refactor as per manual code reviews
Paul Buetow
2025-08-17
review changes
Paul Buetow
2025-08-17
cli+lsp: refactor main packages into internal runners; add tests
Paul Buetow