| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-18 | feat(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. | |||
| 2025-08-17 | refactor as per manual code reviews | Paul Buetow | |
| 2025-08-17 | review changes | Paul Buetow | |
| 2025-08-17 | cli+lsp: refactor main packages into internal runners; add tests | Paul Buetow | |
| - Move CLI logic to internal/hexaicli with Run/RunWithClient - Move LSP logic to internal/hexailsp with Run/RunWithFactory - Extract helpers; keep behavior identical for both binaries - Add unit tests for hexaicli (input parsing, messages, streaming) and hexailsp (factory wiring, client creation, logging settings) - Add top-of-file summaries and 'Not yet reviewed by a human' comments to all Go files - Update README with internal package docs | |||
