blob: 41a634a4e470fea7ca1754ee0ba721ebf1b0b867 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Project status
This documents shows future items and in progress items. Already completed ones are removed from this document as we go.
## Features
* [ ] tmux or helix status line updates with LLM progress/stats?
* [/] EDITOR support for custom action in hexai-tmux-action
* Verify documentation is correct
* [/] EDITOR support for hexai when no args given
* Verify documentation is correct
* [ ] In-editor chat triggers should be context aware of the current file, buffer and function!
* [ ] Kagi FastGPT for in-editor search
- Think about an in-editor chat trigger, maybe with S> for search!
* [ ] Test whethe GitHub Copilot support actually works now, and if not, fix it!
* [ ] Fish and zsh and bash shell integration for command completion? Have access to the current shell history (N last commands), current directory content, and current directory name.
* [ ] Be able to re-configure the temperature in-editor
* [ ] Be able to switch LLMs.
## More
* [ ] Useful: https://deepwiki.com/helix-editor/helix/4.3-language-server-protocol`
|