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
/
docs
Age
Commit message (
Expand
)
Author
2025-09-21
add screenshot
Paul Buetow
2025-09-21
add screenshot
Paul Buetow
2025-09-21
add screenshot
Paul Buetow
2025-09-21
add screenshot
Paul Buetow
2025-09-19
fix
Paul Buetow
2025-09-17
feat(stats,tmux): global Σ@window stats across processes with flocked cache;...
Paul Buetow
2025-09-15
docs: move build and install guide to its own file
Paul Buetow
2025-09-14
release: v0.10.0
v0.10.0
Paul Buetow
2025-09-08
update tmux docs
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
docs(tmux): document status-right setup and HEXAI_TMUX_STATUS toggle
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
docs: document simplify action prompts; update examples and flags; add simpli...
Paul Buetow
2025-09-07
tui: hide title in hexai-tmux-action menu to save space
Paul Buetow
2025-09-07
feat: rename hexai-action -> hexai-tmux-action; remove --tmux/--no-tmux; tmux...
Paul Buetow
2025-09-07
test: add seams for RunTUI and client; expand hexaiaction tests; cover lsp in...
Paul Buetow
2025-09-07
chore: prune legacy helper scripts in llminputs/
Paul Buetow
2025-09-07
refactor: move hexai-action to cmd/hexai-action; extract orchestration into i...
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
remove ascii diagram
Paul Buetow
2025-09-06
docs: link to config.toml.example for clickable reference
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
feat(lsp): configurable inline/chat triggers; switch inline markers to >text>...
Paul Buetow
2025-09-05
over 80% coverage now
Paul Buetow
2025-09-04
tests: expand negative SSE and table-driven coverage; add docs/testing.md; us...
Paul Buetow
2025-09-04
llm/ollama: add comprehensive tests (Chat, ChatStream, errors) to reach >80% ...
Paul Buetow
2025-09-03
rename coverage files
Paul Buetow
2025-09-03
add coverage files
Paul Buetow
2025-09-03
lsp: add 'Hexai: document code' action to add doc comments to selected code
Paul Buetow
2025-09-03
lsp: add 'Hexai: implement unit test' code action for Go
v0.4.1
Paul Buetow
2025-09-03
Docs: add LSP completion tuning section and manual_invoke_min_prefix\n\n- Exp...
Paul Buetow
2025-09-03
Docs: document debounce/throttle and update example config\n\n- config.json.e...
Paul Buetow
2025-08-31
update the status
Paul Buetow
2025-08-28
lsp: switch in-editor chat triggers to ?> !> :> ;> and suppress normal comple...
Paul Buetow
2025-08-28
lsp/chat: remove '..' trigger; docs: update triggers; tests: align throttle t...
v0.2.1
Paul Buetow
2025-08-22
chat: remove ';;' as in-editor chat trigger to avoid conflict with inline ';;...
Paul Buetow
2025-08-20
more on this
Paul Buetow
2025-08-20
clarific
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