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
/
Magefile.go
Age
Commit message (
Expand
)
Author
2025-09-08
docs: move tmux documentation to its own file
Paul Buetow
2025-09-07
feat: rename hexai-action -> hexai-tmux-action; remove --tmux/--no-tmux; tmux...
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
fix unit test coverage
Paul Buetow
2025-09-06
feat(lsp): configurable inline/chat triggers; switch inline markers to >text>...
Paul Buetow
2025-09-06
always print test coverage, bump up coverage threshold to 85%
Paul Buetow
2025-09-04
mage: add CoverCheck target to enforce >=80% per-package coverage with except...
Paul Buetow
2025-09-03
mage: warn when total coverage < 80% on Build and Install if a coverage profi...
Paul Buetow
2025-09-03
mage: write separate coverage artifacts: docs/cover(.out|.html) and docs/cove...
Paul Buetow
2025-09-03
add coverage files
Paul Buetow
2025-09-03
mage: improve coverage targets; print combined total and add cross-package Co...
Paul Buetow
2025-08-28
build: replace Taskfile with Magefile; add Mage targets and README build notes
Paul Buetow