summaryrefslogtreecommitdiff
path: root/PROJECTSTATUS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-19 21:28:49 +0300
committerPaul Buetow <paul@buetow.org>2025-08-19 21:28:49 +0300
commit041196eab701b7a7ac79baf486a7c11fc11913e3 (patch)
tree9e90d860eedae85a8d7030f1017844e5dcbba186 /PROJECTSTATUS.md
parenta58afd061db45678fcf299c3d42f80656ce7e225 (diff)
chore: commit pending changes in status, LSP, and Ollama modules
Diffstat (limited to 'PROJECTSTATUS.md')
-rw-r--r--PROJECTSTATUS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/PROJECTSTATUS.md b/PROJECTSTATUS.md
index 4608f80..b44cd09 100644
--- a/PROJECTSTATUS.md
+++ b/PROJECTSTATUS.md
@@ -21,6 +21,7 @@
* [ ] Resolve diagnostics code action feature
* [X] LSP server to be used with the Helix text editor
* [X] Code completion using LLMs
+* [ ] Have all text LLM prompts be configurable. With defaults as of now.
* [X] Text completion in general
* [ ] Be a replacement for 'github copilot cli'
* [ ] Be able to perform inline chats (keeping history in the document)
@@ -28,6 +29,7 @@
* [ ] Fine tune when Large Language Model (LLM) completions trigger, as it seems that there are some cases where the Large Language Model (LLM) receives a request but Helix isn't suggesting any completions. There seems to be something odd with the in logic. Investigate the TriggerChar logic and make sure it matches Helix's expectations.
* [ ] Only one code completion should run at a time, even if multiple triggers occur simultaneously
* [ ] Create "generate unit test" code action for selected code block
+* [ ] Can anything else can be done with LSP?
Be able to select code blocks and perform code actions on them