summaryrefslogtreecommitdiff
path: root/internal/llm/util.go
AgeCommit message (Collapse)Author
2026-03-02llm: extract shared doJSON and logStart helpers (task 409)Paul Buetow
2025-08-18feat(config): per-provider temperature defaults and docs\n\n- Add , , to ↵Paul Buetow
config with coding-friendly default 0.2.\n- Wire defaults through providers (OpenAI, Copilot, Ollama).\n- Update CLI and LSP runners to pass configured temperatures.\n- Document temperature behavior and examples in README.\n- Update config.json.example to show new keys.