We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38544c1 commit d4b65d6Copy full SHA for d4b65d6
README.md
@@ -49,6 +49,13 @@ Most of the problems could be seen in output of a plugin in VS Code extension ou
49
50
## Changelog
51
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
59
## [0.0.12]
60
- Remote support
61
- Fix codellama prompt preparation
package.json
@@ -2,7 +2,7 @@
2
"name": "llama-coder",
3
"displayName": "Llama Coder",
4
"description": "Better and self-hosted Github Copilot replacement",
5
- "version": "0.0.13",
+ "version": "0.0.14",
6
"icon": "icon.png",
7
"publisher": "ex3ndr",
8
"repository": {
0 commit comments