| Age | Commit message (Expand) | Author |
| 2025-10-02 | feat: add OpenRouter providerv0.15.0 | Paul Buetow |
| 2025-09-17 | chore(openai): revert default model to gpt-4.1 | Paul Buetow |
| 2025-09-17 | feat(openai): set default model to gpt-4o | Paul Buetow |
| 2025-09-17 | chore: commit uncommitted changes before version bump | Paul Buetow |
| 2025-09-17 | chore(version): bump to v0.11.1 (gpt-5 defaults, timeouts, global stats, edit...v0.11.1 | Paul Buetow |
| 2025-08-31 | module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...v0.3.4 | Paul Buetow |
| 2025-08-18 | hexaicli: load config with logger to respect provider\n\nFix CLI requiring OP... | Paul Buetow |
| 2025-08-18 | refactor(lsp,llm,hexailsp,appconfig): split long funcs; add tests | Paul Buetow |
| 2025-08-18 | feat(config): per-provider temperature defaults and docs\n\n- Add , , to con... | Paul Buetow |
| 2025-08-17 | refactor(ordering): place constructors immediately after type definitions as ... | Paul Buetow |
| 2025-08-17 | refactor(ordering): types/constants first; exported before private; ensure co... | Paul Buetow |
| 2025-08-17 | logging: move ChatLogger to value semantics; llm: switch clients to value rec... | Paul Buetow |
| 2025-08-17 | refactor as per manual code reviews | Paul Buetow |
| 2025-08-17 | cli+lsp: refactor main packages into internal runners; add tests | Paul Buetow |
| 2025-08-17 | cli: stream responses in hexai when supported (OpenAI, Ollama) | Paul Buetow |
| 2025-08-16 | refactor(config): drop env-based config (except OPENAI_API_KEY) | Paul Buetow |
| 2025-08-16 | feat(llm): add Ollama provider + provider selection and CLI override; update ...v0.0.1 | Paul Buetow |
| 2025-08-16 | logging: migrate LSP logs to global singleton (internal/logging); use consist... | Paul Buetow |
| 2025-08-16 | llm: centralize ANSI color and logging helpers in logging.go; remove duplicat... | Paul Buetow |
| 2025-08-16 | logging: add -log-preview-limit flag with HEXAI_LOG_PREVIEW_LIMIT env; wire t... | Paul Buetow |
| 2025-08-16 | llm/openai: log full message and response content without truncation; keep cy... | Paul Buetow |
| 2025-08-16 | llm/openai: switch sending color to cyan; enforce black background + grey bas... | Paul Buetow |
| 2025-08-16 | llm/openai: colorize logs — blue for outgoing context (messages), green for... | Paul Buetow |
| 2025-08-16 | llm/openai: log previews with real newlines (%s) instead of quoted strings (%... | Paul Buetow |
| 2025-08-16 | llm: add pluggable provider with OpenAI default; extensive logging; LSP compl... | Paul Buetow |