blob: 230193d490545c6f61098f5933afbb9edd1d932f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Project status
This document shows future items and items in progress. Already completed ones are deleted from this document as updates occur.
## Features
* [ ] 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!
* [ ] Be able to re-configure the temperature in-editor
* [ ] Be able to switch LLMs.
## More
* [ ] Review documentation
* [ ] Manual review the code
* [ ] Useful: https://deepwiki.com/helix-editor/helix/4.3-language-server-protocol`
|