Skip to content

Commit d4b65d6

Browse files
committed
feat: release v0.0.14
1 parent 38544c1 commit d4b65d6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ Most of the problems could be seen in output of a plugin in VS Code extension ou
4949

5050
## Changelog
5151

52+
## [0.0.14]
53+
- Ability to pause completition (by @bkyle)
54+
- Bearer token support for remote inference (by @Sinan-Karakaya)
55+
56+
## [0.0.13]
57+
- Fix remote files support
58+
5259
## [0.0.12]
5360
- Remote support
5461
- Fix codellama prompt preparation

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "llama-coder",
33
"displayName": "Llama Coder",
44
"description": "Better and self-hosted Github Copilot replacement",
5-
"version": "0.0.13",
5+
"version": "0.0.14",
66
"icon": "icon.png",
77
"publisher": "ex3ndr",
88
"repository": {

0 commit comments

Comments
 (0)