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
/
mcp
Age
Commit message (
Expand
)
Author
2026-03-23
chore: bump version to v0.25.9
v0.25.9
Paul Buetow
2026-03-16
Replace Summary: prefixes with standard Go package doc comments
Paul Buetow
2026-03-16
Split mcp/server.go (962L) into server, handlers_prompt, handlers_tool
Paul Buetow
2026-03-16
Refactor oversized functions and split large test files
Paul Buetow
2026-03-02
io: use errors.Is for EOF checks in lsp and mcp servers (task 409)
Paul Buetow
2026-03-02
mcp: depend on SlashCommandSyncer interface instead of concrete type (task 410)
Paul Buetow
2026-02-12
feat: add automatic MCP prompt to slash command syncing
Paul Buetow
2026-02-11
feat: add MCP Tools support for prompt management
Paul Buetow
2026-02-11
Fix MCP protocol version negotiation and null prompts array
Paul Buetow
2026-02-11
Fix MCP transport to use JSONL instead of Content-Length framing
Paul Buetow
2026-02-10
Refactor MCP server to meet project standards and remove built-in prompts
Paul Buetow
2026-02-10
Add MCP server implementation with comprehensive test coverage
Paul Buetow