Skip to content

Commit

Permalink
chore: release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth235 committed Feb 2, 2024
1 parent 3abfcd0 commit 19d8c38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.2.1 (2024-02-02)

### Fixed

- Fixing cold start issues in chat panel.
- Disabling poorly designed edit and custom chat functionalities.

## 0.2.0 (2024-02-01)

### Added
Expand Down
4 changes: 2 additions & 2 deletions app/vscode/asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"publisher": "Privy",
"name": "privy-vscode",
"version": "0.2.0",
"version": "0.2.1",
"displayName": "Privy - AI coding Autocomplete and chat that runs locally. ",
"description": "Get code suggestions, chat with code, explain code, generate tests, find bugs, etc.",
"keywords": [
Expand Down Expand Up @@ -58,7 +58,7 @@
},
{
"command": "privy.explainCode",
"title": "Explain Code 💬",
"title": "Explain Code",
"category": "Privy",
"icon": "$(comment-discussion)"
},
Expand Down

0 comments on commit 19d8c38

Please sign in to comment.