summaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-16 14:58:03 +0300
committerPaul Buetow <paul@buetow.org>2025-08-16 14:58:03 +0300
commit1e1df8c204f6771719f85d8402128d72138bb863 (patch)
tree20508d35f86625ff5b74b509176111ffde163605 /IDEAS.md
parenta6a8b84690c50767f714b413496b5aeb45b31c21 (diff)
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
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md6
1 files changed, 6 insertions, 0 deletions
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