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_load.go
Age
Commit message (
Expand
)
Author
2026-06-11
appconfig: split FeatureConfig into cohesive per-subsystem structs
Paul Buetow
2026-06-11
Thread context.Context through blocking I/O entry points
Paul Buetow
2026-05-20
Add YouSearch (You.com Research API) provider integration
Paul Buetow
2026-04-25
feat: configurable hexai-tmux-action menu via [[tmux_action.menu]]
Paul Buetow
2026-04-25
Release v0.35.0: fix-typos action and tmux popup for hexai-tmux-action
v0.35.0
Paul Buetow
2026-03-23
refactor: split oversized functions, fix double logging, add %w wrapping
Paul Buetow
2026-03-23
fix: code quality improvements across lsp, askcli, appconfig, integrationtests
Paul Buetow
2026-03-16
Split config_load.go into config_load.go and config_env.go
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-02
appconfig: return toml raw-unmarshal errors instead of ignoring (task 409)
Paul Buetow
2026-03-02
appconfig: split config module and decompose oversized funcs (task 406)
Paul Buetow