Skip to content

Commit

Permalink
feat: release v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed Apr 7, 2024
1 parent 38544c1 commit d4b65d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ Most of the problems could be seen in output of a plugin in VS Code extension ou

## Changelog

## [0.0.14]
- Ability to pause completition (by @bkyle)
- Bearer token support for remote inference (by @Sinan-Karakaya)

## [0.0.13]
- Fix remote files support

## [0.0.12]
- Remote support
- Fix codellama prompt preparation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "llama-coder",
"displayName": "Llama Coder",
"description": "Better and self-hosted Github Copilot replacement",
"version": "0.0.13",
"version": "0.0.14",
"icon": "icon.png",
"publisher": "ex3ndr",
"repository": {
Expand Down

0 comments on commit d4b65d6

Please sign in to comment.