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
/
config.toml.example
Age
Commit message (
Expand
)
Author
2026-05-20
docs: document You.com (YouSearch) provider
Paul Buetow
2026-04-26
feat: default to Ollama Cloud (kimi-k2.6) when no provider configured
Paul Buetow
2026-04-26
feat: optional API key for Ollama provider (Ollama Cloud)
Paul Buetow
2026-04-25
feat: configurable hexai-tmux-action menu via [[tmux_action.menu]]
Paul Buetow
2026-04-25
docs: document fix_typos prompts in config.toml.example
Paul Buetow
2026-04-07
feat: remove tmux edit popup support for Claude Code
Paul Buetow
2026-03-14
Release v0.22.3
v0.22.3
Paul Buetow
2026-02-22
docs: clarify Codex uses native Ctrl+G external editor
Paul Buetow
2026-02-10
Fix hexai-tmux-edit to open in current working directory
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
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
Remove GitHub Copilot provider support
paul@buetow.org
2026-01-31
feat: add configurable request timeout for LLM calls
Florian
2026-01-30
feat: add completion_wait_all config and fix Anthropic system messages
Paul Buetow
2026-01-29
feat: add native Anthropic API provider support
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-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-17
chore(openai): revert default model to gpt-4.1
Paul Buetow
2025-09-17
feat(openai): set default model to gpt-4o
Paul Buetow
2025-09-17
feat(stats,tmux): global Σ@window stats across processes with flocked cache;...
Paul Buetow
2025-09-14
release: v0.10.0
v0.10.0
Paul Buetow
2025-09-07
docs: document simplify action prompts; update examples and flags; add simpli...
Paul Buetow
2025-09-06
chore(version): bump to 0.6.0; configurable prompts via config + tests
v0.6.0
Paul Buetow
2025-09-06
use TOML not JSON for configuration
Paul Buetow