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
2026-03-26
release: v0.26.1
v0.26.1
Paul Buetow
2026-03-26
build: enforce coverage threshold
Paul Buetow
2026-03-19
Add ask Taskwarrior wrapper
Paul Buetow
2026-03-16
Add gofumpt formatting target to Magefile
Paul Buetow
2026-02-13
chore: deprecate hexai-mcp-server as experimental
Paul Buetow
2026-02-12
Rename hexai-lsp command to hexai-lsp-server
Paul Buetow
2026-02-10
Add MCP server implementation with comprehensive test coverage
Paul Buetow
2026-02-08
add hexai-tmux-edit: tmux popup editor for AI agent prompts
Paul Buetow
2026-02-08
add per-project .hexaiconfig.toml config override and lower coverage target t...
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-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