Skip to content

Releases: leona/helix-gpt

0.34

12 Jul 13:48
Compare
Choose a tag to compare
2aba4d5 - release: version 0.34

27c3548 - feat: use process.stdout.write instead of console.log
6640808 - Merge pull request #33 from Yukaii/bugfix/remove-method-in-initilize-response
eafed97 - Merge pull request #57 from sigmaSd/perf
a1c1dcf - Merge pull request #62 from MapoMagpie/fix-content-length
994c23c - fix: Content-Lenght in lsp.send, use the bytesize
4ef6a9c - add comment
a1e7694 - don't show abort error
87c212e - abort on timeout
34f9a7b - only allow one request at a given time
8cdb084 - fix: use request id in initialize
08d8d22 - bugfix: remove method field in initialize response

0.31

13 Mar 12:41
Compare
Choose a tag to compare
18d8bc1 - release: version 0.31

e4126f6 - release: version 0.30
9f52f12 - refactor: remove debug log

0.28

17 Feb 13:54
Compare
Choose a tag to compare
ee43fcd - release: version 0.28

e9256e3 - fix: disable codeium test
42577c7 - fix: disable codeium test
ab8abe5 - fix: error in codeium types
b2ef817 - fix: use correct end position in completions
8060271 - fix: use correct end position in completions

0.27

06 Feb 12:43
Compare
Choose a tag to compare
0b4293f - release: version 0.27

a924455 - Merge pull request #19 from leona/codeium-integration
b1e219e - feat: update default handler
5252f07 - docs: add codeium
6b1c6f4 - Merge branch 'master' of https://github.com/leona/helix-gpt into codeium-integration
28d8fbe - feat: support authorizing codeium
82cebfe - feat: codeium completion API calls
c7605c8 - feat: add codeium auth flow

0.26

06 Feb 08:31
Compare
Choose a tag to compare
3992be7 - release: version 0.26

ba02cf0 - feat: add shebang in build:smol
4ec1395 - Merge branch 'master' of https://github.com/leona/helix-gpt
752b52d - feat: make debounce configurable

0.25

31 Jan 07:08
Compare
Choose a tag to compare
c4dab05 - release: version 0.25

7d194cf - feat: change helix theme and copy in dockerfile
3a86829 - Merge branch 'master' of https://github.com/leona/helix-gpt
757b41f - docs: add list of code actions

0.24

30 Jan 12:40
Compare
Choose a tag to compare
1b4041d - release: version 0.24

7badce1 - docs: add todo
49dc971 - feat: add resolveDiagnostics command to code actions
36113bd - docs: add todo
ec1e0f9 - fix: add more error checking to lsp service and provider handlers
107d82c - refactor: LSP service types to remove IService interface
17fdc9a - docs: add triggerCharacter info

0.23

30 Jan 09:22
Compare
Choose a tag to compare
82d6c0b - release: version 0.23

45745ad - fix: null reference during test run
c460fb1 - docs: add todo
4a89fb3 - feat: support overwriting the default trigger characters
966036c - feat: remove trigger character
80eadb0 - feat: attach Bun debugger
d10770c - feat: add bunfig settings
bfcf984 - Merge branch 'master' of https://github.com/leona/helix-gpt
96accf0 - feat: minify build:bin
2f79dab - style: remove unused import

0.22

30 Jan 05:47
Compare
Choose a tag to compare
d35a9e2 - release: version 0.22

ada5fe5 - feat: use a writeStream for logging
89d88e7 - Merge branch 'master' of https://github.com/leona/helix-gpt
504fe8a - feat: pad chat responses based off the current padding

0.21

29 Jan 19:58
Compare
Choose a tag to compare
a04b621 - release: version 0.21

cc7c8ec - docs: update template.md