summaryrefslogtreecommitdiff
path: root/PROJECTSTATUS.md
blob: 8306caa57478bc21f1f98c2be5f58749be02ace9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Ideas

## Code quality
* [X] Delete dead code: `field noDiskIO is unused (U1000)` in `internal/lsp/server.go:30:2`

## Features

### Improvements

* [X] 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
* [X] 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'
* [X] 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.
  * [ ] Actually document the completion timeout settings in HelixEditor 
* [X] 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 => write test to FILE_test.go file
* [X] Can anything else can be done with LSP?

Be able to select code blocks and perform code actions on them

* [ ] Commenting exiting code
* [ ] Improve code
* [X] Code refactoring (via comment instruction)

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