summaryrefslogtreecommitdiff
path: root/internal/llm/ollama.go
AgeCommit message (Expand)Author
2026-03-23chore: bump version to v0.25.9v0.25.9Paul Buetow
2026-03-23refactor: split oversized functions, fix double logging, add %w wrappingPaul Buetow
2026-03-23fix: address all HIGH-severity code quality audit findingsPaul Buetow
2026-03-16Replace Summary: prefixes with standard Go package doc commentsPaul Buetow
2026-03-02llm: extract shared doJSON and logStart helpers (task 409)Paul Buetow
2026-03-02llm: add provider registry and self-registration factories (task 410)Paul Buetow
2026-01-31feat: add configurable request timeout for LLM callsFlorian
2025-11-02some linter fixesPaul Buetow
2025-09-19fixPaul Buetow
2025-08-31module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...v0.3.4Paul Buetow
2025-08-19chore: commit pending changes in status, LSP, and Ollama modulesPaul Buetow
2025-08-18refactor(lsp,llm,hexailsp,appconfig): split long funcs; add testsPaul Buetow
2025-08-18feat(config): per-provider temperature defaults and docs\n\n- Add , , to con...Paul Buetow
2025-08-17refactor(ordering): place constructors immediately after type definitions as ...Paul Buetow
2025-08-17refactor(ordering): types/constants first; exported before private; ensure co...Paul Buetow
2025-08-17logging: move ChatLogger to value semantics; llm: switch clients to value rec...Paul Buetow
2025-08-17refactor as per manual code reviewsPaul Buetow
2025-08-17cli+lsp: refactor main packages into internal runners; add testsPaul Buetow
2025-08-17cli: stream responses in hexai when supported (OpenAI, Ollama)Paul Buetow
2025-08-17lsp/config: make completion trigger characters configurablePaul Buetow
2025-08-16refactor(config): drop env-based config (except OPENAI_API_KEY)Paul Buetow
2025-08-16feat(llm): add Ollama provider + provider selection and CLI override; update ...v0.0.1Paul Buetow