From dab012f2dac4fcbd3d190b93c0d5f14d1257279e Mon Sep 17 00:00:00 2001 From: nang-dev Date: Sun, 6 Oct 2024 15:21:44 -0700 Subject: [PATCH] Added credit to continue --- README.md | 4 ++-- extensions/vscode/package-lock.json | 4 ++-- extensions/vscode/package.json | 7 ++++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 70a339e127..3912193cbd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# PearAI Submodule / Extension +# PearAI Submodule / Extension (Fork of [Continue](https://github.com/continuedev/continue)) -This is the source code for the bulk of PearAI's functionality, which is bundled as a VSCode / PearAI extension. It is a fork of Continue. +This is the source code for the bulk of PearAI's functionality, which is bundled as a VSCode / PearAI extension. It is a fork of [Continue](https://github.com/continuedev/continue). ## 🌐 **For how to setup, build, and run PearAI, please visit [PearAI Contributing](https://github.com/trypear/pearai-app/blob/main/CONTRIBUTING.md)!** diff --git a/extensions/vscode/package-lock.json b/extensions/vscode/package-lock.json index dd7eabecac..885f740291 100644 --- a/extensions/vscode/package-lock.json +++ b/extensions/vscode/package-lock.json @@ -1,12 +1,12 @@ { "name": "pearai", - "version": "1.1.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pearai", - "version": "1.1.0", + "version": "1.3.0", "license": "EE", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extensions/vscode/package.json b/extensions/vscode/package.json index 5d1aeca860..1e5318836c 100644 --- a/extensions/vscode/package.json +++ b/extensions/vscode/package.json @@ -2,7 +2,7 @@ "name": "pearai", "publisher": "pearai", "icon": "media/icon.png", - "version": "1.2.0", + "version": "1.3.0", "repository": { "type": "git", "url": "https://github.com/trypear/pearai-submodule" @@ -516,8 +516,9 @@ "activitybar": [ { "id": "PearAI", - "title": "PearAI", - "icon": "media/sidebar-icon.png" + "title": "PearAI Chat", + "icon": "media/sidebar-icon.png", + "description": "Fork of Continue" } ] },