summaryrefslogtreecommitdiff
path: root/internal/lsp
AgeCommit message (Expand)Author
2025-08-16feat(logging): add LLM stats (averages and per-minute)v0.0.2Paul Buetow
2025-08-16feat(logging): add LLM stats averages and per-minute metricsPaul Buetow
2025-08-16feat(llm): add Ollama provider + provider selection and CLI override; update ...v0.0.1Paul Buetow
2025-08-16lsp/completion: strip inline ;...; prompt markers via AdditionalTextEdits; up...Paul Buetow
2025-08-16revert: remove newline-after-colon insertion behavior and its testsPaul Buetow
2025-08-16logging: migrate LSP logs to global singleton (internal/logging); use consist...Paul Buetow
2025-08-16context: log when full-file/window context is skipped because document is not...Paul Buetow
2025-08-16lsp: split monolithic server.go into modules; add configurable max tokens and...Paul Buetow
2025-08-16llm: add pluggable provider with OpenAI default; extensive logging; LSP compl...Paul Buetow
2025-08-14Revert "feat(lsp): gate completion by context — require preceding space and...Paul Buetow
2025-08-14feat(lsp): gate completion by context — require preceding space and >=2s id...Paul Buetow
2025-08-14feat(lsp): scaffold barebones LSP server with contextual completion; add Task...Paul Buetow