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
/
.gitignore
Age
Commit message (
Expand
)
Author
2026-03-22
gitignore: add /ask binary
Paul Buetow
2026-02-12
also ignore /hexai
Paul Buetow
2026-02-12
update
Paul Buetow
2026-02-12
chore: add hexai-prompt to .gitignore
Paul Buetow
2026-02-12
Rename hexai-lsp command to hexai-lsp-server
Paul Buetow
2026-02-11
refactor: compile built-in prompts into binary instead of external files
Paul Buetow
2026-02-11
refactor: consolidate cache and state into .local/hexai directory
Paul Buetow
2026-02-10
small adjustments
Paul Buetow
2026-02-08
chore: stop tracking build artifacts and temp files
Paul Buetow
2026-02-06
ignore serena
paul@buetow.org
2025-09-07
update gitignore
Paul Buetow
2025-09-07
chore: ignore hexai-tmux-action binary and stop tracking it
Paul Buetow
2025-09-07
chore: stop tracking ./tmp and ignore it going forward
Paul Buetow
2025-09-07
chore: stop tracking bin/hexai and ignore bin/
Paul Buetow
2025-09-07
chore: stop tracking .gocache* and ignore going forward
Paul Buetow
2025-09-07
tiding up
Paul Buetow
2025-09-06
update gitignore
Paul Buetow
2025-09-04
tests: fix hexaicli OpenAI-key dependent tests; add lsp code action and helpe...
Paul Buetow
2025-09-03
add coverage files
Paul Buetow
2025-09-03
chore: update project status and ignore patterns; remove TODO.md
Paul Buetow
2025-08-22
chore: ignore hexai-lsp binary
Paul Buetow
2025-08-16
fix(lsp): avoid duplicate assignment prefix in completions
Paul Buetow
2025-08-16
refactor(config): drop env-based config (except OPENAI_API_KEY)
Paul Buetow
2025-08-14
feat(lsp): scaffold barebones LSP server with contextual completion; add Task...
Paul Buetow