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
Age
Commit message (
Expand
)
Author
2026-02-11
chore: bump version to 0.20.0
v0.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
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-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
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 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
2026-02-06
chore: bump version to 0.17.0
paul@buetow.org
2026-02-06
Remove GitHub Copilot provider support
paul@buetow.org
2026-02-06
chore: bump version to 0.16.1
paul@buetow.org
2026-02-06
fix: add missing Anthropic and OpenRouter provider support in config and LSP
paul@buetow.org
2026-02-01
fix: pass RequestTimeout to all llm.Config instances
Florian
2026-01-31
feat: add configurable request timeout for LLM calls
Florian
2026-01-30
chore: bump version to 0.16.0
Paul Buetow
2026-01-30
feat: add completion_wait_all config and fix Anthropic system messages
Paul Buetow
2026-01-29
refactor: apply code style best practices to Anthropic implementation
Paul Buetow
2026-01-29
feat: add native Anthropic API provider support
Paul Buetow
2025-11-03
Fix: Address lint warnings and bump patch version to 0.15.3
v0.15.3
Paul Buetow
2025-11-02
some linter fixes
Paul Buetow
2025-10-03
Switch inline prompt markers to >! prefix
v0.15.1
Paul Buetow
2025-10-02
feat: add OpenRouter provider
v0.15.0
Paul Buetow
2025-09-28
Add slash toggle for completions
v0.14.0
Paul Buetow
2025-09-28
Document config defaults in CLI help
Paul Buetow
2025-09-28
Bump version to 0.13.0
v0.13.0
Paul Buetow
2025-09-28
Propagate --config overrides through CLI tools and LSP reloads
Paul Buetow
2025-09-28
Add --config flag support across CLI, LSP, and tmux tools
Paul Buetow
2025-09-28
Improve multi-provider completion streaming and CLI selector flags
Paul Buetow
2025-09-27
Support multi-provider fan-out across CLI and completions
Paul Buetow
2025-09-26
Refactor surface config to support multi-provider arrays
Paul Buetow
2025-09-26
Add per-surface provider overrides and wiring
Paul Buetow
2025-09-26
Bump version to 0.12.1
v0.12.1
Paul Buetow
2025-09-26
Auto apply inline prompt completions
Paul Buetow
2025-09-26
Skip chat handling for inline prompts
Paul Buetow
2025-09-26
Log config reload changes
Paul Buetow
[next]