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-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
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
2026-02-08
add claude
Paul Buetow
2026-02-06
cleanup
Paul Buetow
2026-02-06
Merge branch 'main' of codeberg.org:snonux/hexai
Paul Buetow
2026-02-06
coverage
Paul Buetow
2026-02-06
ignore serena
paul@buetow.org
2026-02-06
chore: bump version to 0.17.0
paul@buetow.org
2026-02-06
chore: regenerate coverage data after Copilot removal
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-02
Merge pull request #2 from florianbuetow/feature-timeout-config
Paul Bütow
2026-02-01
docs: update PR.md with additional files modified
Florian
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
docs: add Anthropic to supported providers in README
Paul Buetow
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-30
fix: restore corrupted cmd/hexai/main.go from commit 6103208
feature/anthropic-api-provider
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
[next]