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.go
Age
Commit message (
Expand
)
Author
2026-03-02
appconfig: split config module and decompose oversized funcs (task 406)
Paul Buetow
2026-02-12
feat: add automatic MCP prompt to slash command syncing
Paul Buetow
2026-02-11
refactor: consolidate cache and state into .local/hexai directory
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-08
refactor tmuxedit to Agent interface with cursor/claude/config implementations
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-02-06
fix: add missing Anthropic and OpenRouter provider support in config and LSP
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-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
Document config defaults in CLI help
Paul Buetow
2025-09-28
Add --config flag support across CLI, LSP, and tmux tools
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-24
Add runtime config store and reload command
Paul Buetow
2025-09-19
fix
Paul Buetow
2025-09-17
feat(stats,tmux): global Σ@window stats across processes with flocked cache;...
Paul Buetow
2025-09-15
change default timeout
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
feat: add 'Simplify and improve' action; configurable prompts in config; wire...
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-06
feat(lsp): configurable inline/chat triggers; switch inline markers to >text>...
Paul Buetow
2025-09-03
Phase 2: add configurable completion debounce\n\n- App config: completion_deb...
Paul Buetow
2025-08-22
stuff
Paul Buetow
2025-08-19
config: apply HEXAI_* env even without config file; docs: clarify Copilot key...
Paul Buetow
2025-08-19
config: add HEXAI_* env overrides with precedence; prefer HEXAI_OPENAI_API_KE...
Paul Buetow
2025-08-18
refactor(lsp,llm,hexailsp,appconfig): split long funcs; add tests
Paul Buetow
2025-08-18
feat(lsp): add coding_temperature knob and remove hardcoded temps\n\n- Add t...
Paul Buetow
2025-08-18
feat(config): per-provider temperature defaults and docs\n\n- Add , , to con...
Paul Buetow
2025-08-17
refactor(ordering): place constructors immediately after type definitions as ...
Paul Buetow
2025-08-17
refactor(ordering): types/constants first; exported before private; ensure co...
Paul Buetow
2025-08-17
refactor as per manual code reviews
Paul Buetow
2025-08-17
refactor: Split up Load function in config.go
Paul Buetow
2025-08-17
refactor: Remove unused NoDiskIO flag
Paul Buetow
2025-08-17
review changes
Paul Buetow
2025-08-17
feat: Support XDG config home
Paul Buetow
2025-08-17
cli+lsp: refactor main packages into internal runners; add tests
Paul Buetow
2025-08-17
cli: add hexai command-line tool and split LSP to hexai-lsp
Paul Buetow