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
/
hexaimcp
Age
Commit message (
Expand
)
Author
2026-06-19
Fix MCP protocol test cleanup for 7k0
Paul Buetow
2026-06-19
fix mcp protocol test cleanup (7k0)
Paul Buetow
2026-06-11
appconfig: split FeatureConfig into cohesive per-subsystem structs
Paul Buetow
2026-06-11
Thread context.Context through blocking I/O entry points
Paul Buetow
2026-03-16
Replace Summary: prefixes with standard Go package doc comments
Paul Buetow
2026-03-16
Decompose App God struct into embedded section structs
Paul Buetow
2026-03-16
Remove os.Setenv from MCP server production code
Paul Buetow
2026-03-16
Release v0.24.0
v0.24.0
Paul Buetow
2026-03-02
mcp: depend on SlashCommandSyncer interface instead of concrete type (task 410)
Paul Buetow
2026-02-13
chore: deprecate hexai-mcp-server as experimental
Paul Buetow
2026-02-12
feat: add automatic MCP prompt to slash command syncing
Paul Buetow
2026-02-11
refactor: consolidate cache and state into .local/hexai directory
Paul Buetow
2026-02-10
Add MCP server implementation with comprehensive test coverage
Paul Buetow