summaryrefslogtreecommitdiff
path: root/internal/llm
AgeCommit message (Expand)Author
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
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