From 563336d5ca7d92c829ba522ef24ab7f4eeb2719d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 5 Oct 2023 21:14:55 +0000 Subject: ci: šŸ’š Update package.json version [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extension/package-lock.json | 4 ++-- extension/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extension/package-lock.json b/extension/package-lock.json index 18a7120d..09e4eaa4 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.410", + "version": "0.0.411", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.410", + "version": "0.0.411", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 4edb510c..efd9e2c5 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.410", + "version": "0.0.411", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" -- cgit v1.2.3-70-g09d2 From 5451a277b758f8b6fcad54e812e110d6e728b220 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Thu, 5 Oct 2023 15:03:12 -0700 Subject: adding refs to jetbrains (#520) --- CONTRIBUTING.md | 4 ++++ README.md | 10 ++++++---- docs/docs/how-continue-works.md | 8 ++++---- docs/docs/intro.md | 2 +- extension/README.md | 19 ++++++++++++++----- 5 files changed, 29 insertions(+), 14 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17da6562..c6743093 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -113,6 +113,10 @@ The starting point for the VS Code extension is [activate.ts](./extension/src/ac 3. Load the Continue GUI in the sidebar of the IDE and begin a new session +### Continue JetBrains Client + +The JetBrains extension is currently in alpha testing. Please reach out on [Discord](https://discord.gg/vapESyrFmJ) if you are interested in contributing to its development. + ### Continue IDE Websockets Protocol On the IDE side, this is implemented in [continueIdeClient.ts](./extension/src/continueIdeClient.ts). On the server side, this is implemented in [ide.py](./continuedev/src/continuedev/server/ide.py). You can see [ide_protocol.py](./continuedev/src/continuedev/server/ide_protocol.py) for the protocol definition. diff --git a/README.md b/README.md index f194ead9..40099a32 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> šŸŽ **New! [Use Code Llama with Continue](https://continue.dev/docs/walkthroughs/codellama)** +> šŸŽ **New! [Try out the new JetBrains extension (Alpha)](https://plugins.jetbrains.com/plugin/22707-continue-extension)** ![Continue logo](c_d.png) @@ -6,7 +6,7 @@
-**[Continue](https://continue.dev/docs) is the open-source autopilot for software developmentā€”an IDE extension that brings the power of ChatGPT to [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and more** +**[Continue](https://continue.dev/docs) is the open-source autopilot for software developmentā€”an IDE extension that brings the power of ChatGPT to [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension)**
@@ -22,6 +22,8 @@ +

+ ![Editing With Continue](readme.gif) @@ -58,7 +60,7 @@ Press `cmd+shift+r` (MacOS) / `ctrl+shift+r` (Windows) when you come across an e ## Getting Started -### [Download for VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) +### Download for [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension) By default, Continue uses `GPT-4` and `GPT-3.5-turbo` via the OpenAI API. You can adjust the config to use different Large Language Models (LLMs), including local, private models. Read more [here](https://continue.dev/docs/customization/models). @@ -76,4 +78,4 @@ Check out the [contribution ideas board](https://github.com/orgs/continuedev/pro ## License -[Apache 2.0 Ā© 2023 Continue Dev, Inc.](./LICENSE) +[Apache 2.0 Ā© 2023 Continue Dev, Inc.](./LICENSE) \ No newline at end of file diff --git a/docs/docs/how-continue-works.md b/docs/docs/how-continue-works.md index 88665c9c..2d52ea67 100644 --- a/docs/docs/how-continue-works.md +++ b/docs/docs/how-continue-works.md @@ -19,11 +19,11 @@ Continue can be used as a VS Code extension. You can install it from the Visual Studio Marketplace [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue). - +You can install it from the JetBrains Marketplace [here](https://plugins.jetbrains.com/plugin/22707-continue-extension). ### Add Continue to a new IDE @@ -35,4 +35,4 @@ Here is how you can get started with adding Continue to a new IDE: ## Running the server manually -If you would like to run the Continue server manually, rather than allowing the IDE to automatically set it up, you can follow the short tutorial for [Manually Running Continue](./walkthroughs/manually-run-continue.md). +If you would like to run the Continue server manually, rather than allowing the IDE to automatically set it up, you can follow the short tutorial for [Manually Running Continue](./walkthroughs/manually-run-continue.md). \ No newline at end of file diff --git a/docs/docs/intro.md b/docs/docs/intro.md index dcd50151..a35cf944 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -2,7 +2,7 @@ ![continue-cover-logo](/img/continue-cover-logo.png) -**Continue is the open-source autopilot for software developmentā€”a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=Continue.continue) that brings the power of ChatGPT to your IDE** +**Continue is the open-source autopilot for software developmentā€”an IDE extension that brings the power of ChatGPT to [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension)** You determine when Large Language Models (LLMs) like [GPT-4](https://openai.com/research/gpt-4) and [Code Llama](https://about.fb.com/news/2023/08/code-llama-ai-for-coding/) should act as an autopilot, helping you complete software development tasks. You highlight some code and then use natural language instructions (and optional slash commands like `/edit`) to tell the LLM what to do. diff --git a/extension/README.md b/extension/README.md index 8c4d1d6c..9f9d32ce 100644 --- a/extension/README.md +++ b/extension/README.md @@ -1,21 +1,30 @@ -> šŸŽ **New!: [Use Code Llama with Continue](https://continue.dev/docs/walkthroughs/codellama)** +> šŸŽ **New! [Try out the new JetBrains extension (Alpha)](https://plugins.jetbrains.com/plugin/22707-continue-extension)** + +![Continue logo](c_d.png)

Continue

-**[Continue](https://continue.dev/docs) is the open-source autopilot for software developmentā€”a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=Continue.continue) that brings the power of ChatGPT to your IDE** +**[Continue](https://continue.dev/docs) is the open-source autopilot for software developmentā€”an IDE extension that brings the power of ChatGPT to [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension)**
-[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) + + + + + + - + -![Editing with Continue](https://github.com/continuedev/continue/blob/main/readme.gif?raw=true) +

+ +![Editing With Continue](readme.gif)
-- cgit v1.2.3-70-g09d2