summaryrefslogtreecommitdiff
path: root/internal/llm/openai.go
AgeCommit message (Expand)Author
2025-10-02feat: add OpenRouter providerv0.15.0Paul Buetow
2025-09-17chore(openai): revert default model to gpt-4.1Paul Buetow
2025-09-17feat(openai): set default model to gpt-4oPaul Buetow
2025-09-17chore: commit uncommitted changes before version bumpPaul Buetow
2025-09-17chore(version): bump to v0.11.1 (gpt-5 defaults, timeouts, global stats, edit...v0.11.1Paul Buetow
2025-08-31module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...v0.3.4Paul Buetow
2025-08-18hexaicli: load config with logger to respect provider\n\nFix CLI requiring OP...Paul 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-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
2025-08-16logging: migrate LSP logs to global singleton (internal/logging); use consist...Paul Buetow
2025-08-16llm: centralize ANSI color and logging helpers in logging.go; remove duplicat...Paul Buetow
2025-08-16logging: add -log-preview-limit flag with HEXAI_LOG_PREVIEW_LIMIT env; wire t...Paul Buetow
2025-08-16llm/openai: log full message and response content without truncation; keep cy...Paul Buetow
2025-08-16llm/openai: switch sending color to cyan; enforce black background + grey bas...Paul Buetow
2025-08-16llm/openai: colorize logs — blue for outgoing context (messages), green for...Paul Buetow
2025-08-16llm/openai: log previews with real newlines (%s) instead of quoted strings (%...Paul Buetow
2025-08-16llm: add pluggable provider with OpenAI default; extensive logging; LSP compl...Paul Buetow