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
/
appconfig
/
config_test.go
Age
Commit message (
Expand
)
Author
2026-03-16
Refactor oversized functions and split large test files
Paul Buetow
2026-03-10
task 80330fc4: deduplicate default config path helper
Paul Buetow
2026-02-11
refactor: consolidate cache and state into .local/hexai directory
Paul Buetow
2026-02-10
Add tmux popup history storage and consolidate state files to XDG_STATE_HOME
Paul Buetow
2026-02-08
Add unit tests to improve coverage above 80% target
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
2025-10-03
Switch inline prompt markers to >! prefix
v0.15.1
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-14
release: v0.10.0
v0.10.0
Paul Buetow
2025-09-08
docs: move tmux documentation to its own file
Paul Buetow
2025-09-07
tiding up
Paul Buetow
2025-09-06
fix unit test coverage
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
2025-09-06
use gofumpt
Paul Buetow
2025-09-04
appconfig: add comprehensive tests; achieve >80% coverage for package
Paul Buetow