Skip to content

Commit

Permalink
chore: release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth235 committed Jan 26, 2024
1 parent 44ca4b1 commit 43ff981
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 0.1.6 (2024-01-26)

### Added

- Added support for configuring custom Ollama models.
- Enabled support for DeepSeekCoder models.
- Easy access to settings via icon on top-right of the chat pane.
5 changes: 3 additions & 2 deletions app/vscode/asset/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"publisher": "Privy",
"name": "privy-vscode",
"version": "0.1.5",
"displayName": "Privy - A privacy based alternative to GitHub co-pilot. ",
"version": "0.1.6",
"displayName": "Privy - AI coding assistant like GitHub Copilot that runs locally. ",
"description": "Chat with code, explain code, generate tests, find bugs, etc.",
"keywords": [
"ai",
"llama.cpp",
"ollama",
"mistral",
"chatgpt",
"gpt",
Expand Down

0 comments on commit 43ff981

Please sign in to comment.