summaryrefslogtreecommitdiff
path: root/internal/llm/openai_test.go
AgeCommit message (Collapse)Author
2026-03-19Improve actionable error guidancePaul Buetow
2025-09-24Add runtime config store and reload commandPaul Buetow
2025-09-06use gofumptPaul Buetow
2025-08-18refactor(lsp,llm,hexailsp,appconfig): split long funcs; add testsPaul Buetow
- Extract helpers to keep funcs <=50 lines; no behavior changes - Add tests for prompt removal, code actions, and LLM request builders - Table-drive TestInParamList; run gofmt