summaryrefslogtreecommitdiff
path: root/internal/lsp
AgeCommit message (Collapse)Author
2025-08-16lsp: split monolithic server.go into modules; add configurable max tokens ↵Paul Buetow
and context strategies (minimal|window|file-on-new-func|always-full); provide flags/env fallbacks; add unit tests for helpers and context; update README; remove obsolete files
2025-08-16llm: add pluggable provider with OpenAI default; extensive logging; LSP ↵Paul Buetow
completion integration with TextEdit, param-aware prompts; remove idle gating; label/filter improvements; docs update
2025-08-14Revert "feat(lsp): gate completion by context — require preceding space ↵Paul Buetow
and >=2s idle since last change; add logging for gating decisions" This reverts commit eb0bb96fd23cae6e92c5f8d77ef29db8b6d50dc1.
2025-08-14feat(lsp): gate completion by context — require preceding space and >=2s ↵Paul Buetow
idle since last change; add logging for gating decisions
2025-08-14feat(lsp): scaffold barebones LSP server with contextual completion; add ↵Paul Buetow
Taskfile and AGENTS.md; enable -log context logging