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
Age
Commit message (
Expand
)
Author
2026-03-16
Replace Summary: prefixes with standard Go package doc comments
Paul Buetow
2026-03-16
Split config_load.go into config_load.go and config_env.go
Paul Buetow
2026-03-16
Fix mixed pointer/value receivers on appconfig.App
Paul Buetow
2026-03-16
Use %w for error wrapping in appconfig config_load.go
Paul Buetow
2026-03-16
Decompose App God struct into embedded section structs
Paul Buetow
2026-03-16
Refactor oversized functions and split large test files
Paul Buetow
2026-03-14
Release v0.22.3
v0.22.3
Paul Buetow
2026-03-10
task 80330fc4: deduplicate default config path helper
Paul Buetow
2026-03-02
appconfig: return toml raw-unmarshal errors instead of ignoring (task 409)
Paul Buetow
2026-03-02
appconfig: split App into focused section helpers (task 406)
Paul Buetow
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
Add unit tests to improve coverage above 80% target
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
more
v0.11.6
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-15
release: v0.10.1
v0.10.1
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-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-06
feat(lsp): configurable inline/chat triggers; switch inline markers to >text>...
Paul Buetow
2025-09-04
appconfig: add comprehensive tests; achieve >80% coverage for package
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
[next]