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
Age
Commit message (
Expand
)
Author
2026-03-02
lsp: use context-mode registry for additional context dispatch (task 408)
Paul Buetow
2026-03-02
remove plan
Paul Buetow
2026-03-02
appconfig: split App into focused section helpers (task 406)
Paul Buetow
2026-03-02
lsp: extract completion/chat/codeaction server subtypes (task 406)
Paul Buetow
2026-03-02
lsp: make exit flag atomic to avoid data race (task 406)
Paul Buetow
2026-03-02
lsp: handle code action payload marshal errors (task 406)
Paul Buetow
2026-03-02
lsp: simplify ServerOptions to config-first model (task 410)
Paul Buetow
2026-03-02
lsp: return cleanly on exit and propagate runner errors (task 410)
Paul Buetow
2026-03-02
llmutils: centralize provider normalization and client setup (task 410)
Paul Buetow
2026-03-02
codeaction: add Build/Resolve handler registries (task 410)
Paul Buetow
2026-03-02
llm: add provider registry and self-registration factories (task 410)
Paul Buetow
2026-03-02
appconfig: split config module and decompose oversized funcs (task 406)
Paul Buetow
2026-02-22
docs: clarify Codex uses native Ctrl+G external editor
Paul Buetow
2026-02-13
chore: deprecate hexai-mcp-server as experimental
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
feat: add design_prompt meta-prompt for implementation planning
Paul Buetow
2026-02-12
Rename hexai-lsp command to hexai-lsp-server
Paul Buetow
2026-02-12
feat: add automatic MCP prompt to slash command syncing
Paul Buetow
2026-02-11
chore: bump version to 0.20.0
Paul Buetow
2026-02-11
fix: simplify meta-prompts to not require programmatic prompt fetching
Paul Buetow
2026-02-11
fix: clarify prompt retrieval method in meta-prompts
Paul Buetow
2026-02-11
feat: add delete_prompt built-in meta-prompt
Paul Buetow
2026-02-11
feat: add MCP Tools support for prompt management
Paul Buetow
2026-02-11
refactor: compile built-in prompts into binary instead of external files
Paul Buetow
2026-02-11
docs: update all paths to consolidated .local/hexai directory
Paul Buetow
2026-02-11
refactor: consolidate cache and state into .local/hexai directory
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
2026-02-10
Add tmux popup history storage and consolidate state files to XDG_STATE_HOME
Paul Buetow
2026-02-10
Fix hexai-tmux-edit to open in current working directory
Paul Buetow
2026-02-10
add hexaiconfig
Paul Buetow
2026-02-10
small adjustments
Paul Buetow
2026-02-08
Bump version to 0.18.2
Paul Buetow
2026-02-08
Add unit tests to improve coverage above 80% target
Paul Buetow
2026-02-08
Merge: resolve README conflict, keep hexai-tmux-edit and Custom prompt docs
Paul Buetow
2026-02-08
chore: stop tracking build artifacts and temp files
Paul Buetow
2026-02-08
Bump version to 0.18.1
Paul Buetow
2026-02-08
Fix Claude agent clearing to use readline instead of vim commands
Paul Buetow
2026-02-08
Fix amp agent prompt extraction to use TUI box pattern
Paul Buetow
2026-02-08
refactor tmuxedit to Agent interface with cursor/claude/config implementations
Paul Buetow
2026-02-08
fix hexai-tmux-edit agent detection, multi-line extraction, and clearing
Paul Buetow
2026-02-08
add tmux popup editor screenshots to docs
Paul Buetow
2026-02-08
add hexai-tmux-edit documentation to all doc files
Paul Buetow
2026-02-08
add hexai-tmux-edit: tmux popup editor for AI agent prompts
Paul Buetow
2026-02-08
add gitignore-aware file filtering for LSP completions and code actions
Paul Buetow
2026-02-08
add per-project .hexaiconfig.toml config override and lower coverage target t...
Paul Buetow
[prev]
[next]