Skip to content

Commit

Permalink
docs: update changelog and plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
carlrobertoh committed Dec 30, 2024
1 parent 724870a commit 9424dc0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Code Assistant: A new feature that suggests edits throughout the file [[Read More](https://www.codegpt.ee/blog/introducing-code-assistant)]
- 'Include Open Files' chat action item [#796](https://github.com/carlrobertoh/CodeGPT/issues/796)

## [2.14.3-241.1] - 2024-12-17

### Added
Expand Down
29 changes: 25 additions & 4 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<!-- Plugin description -->

CodeGPT is an AI-powered code assistant designed to help you with various programming activities. It's a powerful alternative to GitHub Copilot, AI Assistant, Codiumate, and other JetBrains plugins.
CodeGPT is an AI-powered code assistant designed to help you with various programming activities.
It's a powerful alternative to GitHub Copilot, AI Assistant, Codiumate, and other JetBrains plugins.

## Code Assistant <sup><small>(new)</small></sup>

Get multi-line edits based on your recent activity, open files and previous chat interactions.

CodeGPT is the first JetBrains extension capable of suggesting modifications beyond the
current cursor location.

Learn more in our recent [blog post](https://codegpt.ee/blog/introducing-code-assistant).

## Highly Configurable

Expand Down Expand Up @@ -28,7 +38,10 @@ Get instant coding advice through a ChatGPT-like interface that accepts image in

**Auto Apply**

Stream AI-suggested code changes directly into your editor. Preview modifications in diff view and approve or reject them with a single click.
Stream AI-suggested code changes directly into your editor. Preview modifications in diff view and
approve or reject them with a single click.

![Auto apply](https://www.codegpt.ee/images/features/auto-apply-w800.png)

**Use images**

Expand Down Expand Up @@ -64,11 +77,19 @@ Choose between multiple different personas for your specific needs, whether you'

### Code

Get helpful code completions as you type, edit your code using natural language, create clear and concise commit messages automatically, and more. CodeGPT equips you with cutting-edge tools to streamline your workflow.
Get helpful code completions as you type, edit your code using natural language, create clear and
concise commit messages automatically, and more. CodeGPT equips you with cutting-edge tools to
streamline your workflow.

**Code Assistant <sup><small>(new)</small></sup>**

Get multi-line edits based on your recent activity, open files and previous chat interactions.

![Code assistant](https://www.codegpt.ee/images/features/code-assistant-w800.png)

**Autocomplete your code**

Generate meaningful Receive single-line or whole-function autocomplete suggestions as you type.
Receive single-line or whole-function autocomplete suggestions as you type.

![Autocomplete your code](https://www.codegpt.ee/images/features/inline-completion-w800.png)

Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@
<ol>
<li><a href="#about-the-project">About The Project</a></li>
<li><a href="#core-features">Core Features</a></li>
<li>
<a href="#getting-started">Getting Started</a>
<ul>
<li><a href="#prerequisites">Prerequisites</a></li>
<li><a href="#installation">Installation</a></li>
<li><a href="#api-key-configuration">API Key Configuration</a></li>
</ul>
</li>
<li><a href="#features">Features</a></li>
<li><a href="#running-locally">Running Locally</a></li>
<li><a href="#privacy">Privacy</a></li>
<li><a href="#feedback">Feedback</a></li>
Expand Down Expand Up @@ -70,6 +61,9 @@ CodeGPT offers a wide range of features to enhance your development experience:

### Code


- **Code Assistant <sup><small>(new)</small></sup>:** Get multi-line edits based on your recent activity, open files and previous chat interactions.

- **Autocomplete your code:** Receive single-line or whole-function autocomplete suggestions as you type.

- **Edit code in natural language:** Highlight the code you want to modify, describe the desired changes, and watch CodeGPT work its magic.
Expand Down

0 comments on commit 9424dc0

Please sign in to comment.