| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-19 | lsp/codeactions: make actions lazy and resolve on selection\n\n- Advertise ↵ | Paul Buetow | |
| CodeAction resolveProvider and implement codeAction/resolve\n- Return lightweight actions with data; no LLM call during listing\n- On resolve, perform LLM and populate WorkspaceEdit\n- Update tests to cover lazy+resolve flow | |||
| 2025-08-18 | refactor(lsp,llm,hexailsp,appconfig): split long funcs; add tests | Paul 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 | |||
