From 1e1df8c204f6771719f85d8402128d72138bb863 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Aug 2025 14:58:03 +0300 Subject: llm: add pluggable provider with OpenAI default; extensive logging; LSP completion integration with TextEdit, param-aware prompts; remove idle gating; label/filter improvements; docs update --- IDEAS.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'IDEAS.md') diff --git a/IDEAS.md b/IDEAS.md index 299ccb3..8bf8819 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -1,5 +1,11 @@ # Ideas +## Refactor + +* Refactor existing code in a more modular way, especially ./internal/lsp/server.go + +## Features + * LSP server to be used with the Helix text editor * Code completion using LLMs * Code generation using LLMs text -- cgit v1.2.3