summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-18 09:40:07 +0300
committerPaul Buetow <paul@buetow.org>2025-08-18 09:40:07 +0300
commitd8c44de1fec9613c2a49841f38cc3bca347b96fc (patch)
tree89ff57b3086506f0b12ce211e64b278ce546a30f
parent96ace6c7019a914e21b25fa94ddfc4ee9239c2fb (diff)
rename to projectstatus
-rw-r--r--PROJECTSTATUS.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/PROJECTSTATUS.md b/PROJECTSTATUS.md
new file mode 100644
index 0000000..4608f80
--- /dev/null
+++ b/PROJECTSTATUS.md
@@ -0,0 +1,53 @@
+# Ideas
+
+## Code quality
+
+### Refactor
+
+* [ ] Refactor existing code in a more modular way
+* [ ] Add unit tests
+
+## Features
+
+### Improvements
+
+* [ ] TODO's in the code to be addressed
+* [ ] Include unit test coverage reports
+
+### New features
+
+* [ ] implement a code action for selected code block the way via a unix pipe as faster access in helix
+* [x] Use hexai as a gh copilot... CLI replacemant for command line questions
+* [ ] Resolve diagnostics code action feature
+* [X] LSP server to be used with the Helix text editor
+* [X] Code completion using LLMs
+* [X] Text completion in general
+* [ ] Be a replacement for 'github copilot cli'
+* [ ] Be able to perform inline chats (keeping history in the document)
+* [ ] Be able to switch the underlying model via a prompt
+* [ ] 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
+
+Be able to select code blocks and perform code actions on them
+
+* [ ] Commenting exiting code
+* [ ] Code refactoring
+
+Be able to chat with the LLM
+
+* [ ] Have a dialog with the LLM, like in lsp-ai
+
+Be able to switch LLMs.
+
+* [ ] Ollama local LLM models (e.g. Qwen Coder vs Deepseek-R1 for different purposes)
+* [ ] OpenAI models
+* [ ] Claude models
+* [ ] Gemini models
+
+## More
+
+* [ ] Useful: https://deepwiki.com/helix-editor/helix/4.3-language-server-protocol`
+
+## Usage notes
+