summaryrefslogtreecommitdiff
path: root/internal/appconfig
AgeCommit message (Expand)Author
2025-09-07feat: add 'Simplify and improve' action; configurable prompts in config; wire...Paul Buetow
2025-09-07tiding upPaul Buetow
2025-09-06fix unit test coveragePaul Buetow
2025-09-06chore(version): bump to 0.6.0; configurable prompts via config + testsv0.6.0Paul Buetow
2025-09-06use TOML not JSON for configurationPaul Buetow
2025-09-06use gofumptPaul Buetow
2025-09-06feat(lsp): configurable inline/chat triggers; switch inline markers to >text>...Paul Buetow
2025-09-04appconfig: add comprehensive tests; achieve >80% coverage for packagePaul Buetow
2025-09-03Phase 2: add configurable completion debounce\n\n- App config: completion_deb...Paul Buetow
2025-08-22stuffPaul Buetow
2025-08-19config: apply HEXAI_* env even without config file; docs: clarify Copilot key...Paul Buetow
2025-08-19config: add HEXAI_* env overrides with precedence; prefer HEXAI_OPENAI_API_KE...Paul Buetow
2025-08-18refactor(lsp,llm,hexailsp,appconfig): split long funcs; add testsPaul Buetow
2025-08-18feat(lsp): add coding_temperature knob and remove hardcoded temps\n\n- Add t...Paul Buetow
2025-08-18feat(config): per-provider temperature defaults and docs\n\n- Add , , to con...Paul Buetow
2025-08-17refactor(ordering): place constructors immediately after type definitions as ...Paul Buetow
2025-08-17refactor(ordering): types/constants first; exported before private; ensure co...Paul Buetow
2025-08-17refactor as per manual code reviewsPaul Buetow
2025-08-17refactor: Split up Load function in config.goPaul Buetow
2025-08-17refactor: Remove unused NoDiskIO flagPaul Buetow
2025-08-17review changesPaul Buetow
2025-08-17feat: Support XDG config homePaul Buetow
2025-08-17cli+lsp: refactor main packages into internal runners; add testsPaul Buetow
2025-08-17cli: add hexai command-line tool and split LSP to hexai-lspPaul Buetow