summaryrefslogtreecommitdiff
path: root/internal/llm/copilot_test.go
AgeCommit message (Collapse)Author
2025-08-22remove busy checkPaul 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