Skip to content

Commit

Permalink
Update VSCode release notes for v0.9 with new features and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
almog-lv committed May 30, 2024
1 parent 13d64c1 commit 56cfe92
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 17 deletions.
54 changes: 54 additions & 0 deletions docs/versions/2024-04-10/vscode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
hide:
- navigation
- toc
title: Codiumate VScode Release Notes
subtitle: Codiumate plugin for JetBrains v0.7.30 Release Notes
---

<div class="centered" markdown>
![](../../assets/vscode.png){ class="no-border"}

### v0.8.3 | April 10, 2024

<div class="content" markdown>
<div class="bg-blue" markdown>
<div class="content" markdown>


# Chat Just Got Smarter with **Image Integration**

Now you can simply paste images right into the chat in both Free Chat and our new Coding Agent! This cool new feature lets you ask questions about the images you upload. Want the HTML code for a design? Just upload the image. Got a UML diagram? Let the Coding Agent map it out for you.

It’s all about making your chat experience as helpful and interactive as possible.

Dive in and see what you can create!

**Check out this demo:**

![type:video](https://www.youtube.com/embed/dUHkNK1OD2g?si=lq79WESITHMukQRq){: style='width: 60%; height: 30.172vw'}

---

# Coding-Agent

Last week we have released our new **[Coding-Agent](../2024-04-04/index.md)** in our VSCode extension, and we are excited to see how many of you have already tried it out! We hope that this new feature will make your coding experience even more efficient and enjoyable.

This week we improved our Coding-Agent, fixed some issues around it, and we're going to improve it even more in the upcoming weeks.
**Stay tuned for more updates!**

---
<div markdown class="left">
## Bug fixes

- We resolved an issue in the thread where it previously stopped responding.
- We also fixed a problem in a thread involving code, where the thread was losing the initial context.
</div>
---

### **[Read CodiumAI Release Notes Digest](../../index.md)**

</div>
</div>
</div>
</div>
Binary file added docs/versions/latest/current-file.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/versions/latest/extra-context.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/versions/latest/pr-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ hide:
<div class="bg-blue" markdown>
<div class="content" markdown>



# PR-Agent **Chrome Extension** 🕵️‍♂️

To make your PR review process smoother and more efficient, we’ve launched a new Chrome extension for PR-Agent, designed for GitHub repositories where PR-Agent is installed.
Expand Down
38 changes: 21 additions & 17 deletions docs/versions/latest/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,45 @@ subtitle: Codiumate plugin for JetBrains v0.7.30 Release Notes
<div class="centered" markdown>
![](../../assets/vscode.png){ class="no-border"}

### v0.8.3 | April 10, 2024
### v0.9 | May 30, 2024

<div class="content" markdown>
<div class="bg-blue" markdown>
<div class="content" markdown>

###
# New Chat Interface with **Project Context**!

# Chat Just Got Smarter with **Image Integration**
We're excited to unveil Codiumate v0.9, which introduces a sleek, redesigned interface and enhanced **project indexing capabilities**. This update makes navigating and using Codiumate Chat more intuitive and user-friendly, allowing you to quickly select your coding focus with new shortcuts like `@` and the `+` button.

Now you can simply paste images right into the chat in both Free Chat and our new Coding Agent! This cool new feature lets you ask questions about the images you upload. Want the HTML code for a design? Just upload the image. Got a UML diagram? Let the Coding Agent map it out for you.
We've also expanded the ways you can add context to your requests—now including code snippets, files, folders, or your entire project, ensuring responses are precisely tailored to your needs. Additionally, the new coding-agent can be activated with just a click, providing expert assistance tailored to your coding challenges.

It’s all about making your chat experience as helpful and interactive as possible.
<div class="left-padding" markdown>
### **🤩 See how it looks:**
</div>
#### Choose focus
![](current-file.gif){width=70%}

#### Add Extra Context
![](extra-context.gif){width=70%}

Dive in and see what you can create!

**Check out this demo:**
---

![type:video](https://www.youtube.com/embed/dUHkNK1OD2g?si=lq79WESITHMukQRq){: style='width: 60%; height: 30.172vw'}
## Using **GPT-4o** in Test Generation

The latest update to Codiumate incorporates GPT-4o, an advanced iteration of the Generative Pre-trained Transformer model, to revolutionize the way we generate tests. This integration significantly enhances our ability to produce intelligent, context-aware test suggestions. With GPT-4o, developers can expect more refined and accurate test cases, which are crucial for maintaining high-quality software.

---

# Coding-Agent
## Adding **Vitest** Framework to Supported Frameworks List

Last week we have released our new **[Coding-Agent](../2024-04-04/index.md)** in our VSCode extension, and we are excited to see how many of you have already tried it out! We hope that this new feature will make your coding experience even more efficient and enjoyable.
After much anticipation, we are thrilled to announce the addition of the Vitest framework to Codiumate's list of supported testing frameworks in JavaScript and TypeScript. Vitest, a modern testing framework tailored for JavaScript environments, aligns perfectly with the needs of contemporary developers.

This week we improved our Coding-Agent, fixed some issues around it, and we're going to improve it even more in the upcoming weeks.
**Stay tuned for more updates!**
---

---
<div markdown class="left">
## Bug fixes
**Stay tuned for more updates!**

- We resolved an issue in the thread where it previously stopped responding.
- We also fixed a problem in a thread involving code, where the thread was losing the initial context.
</div>
---

### **[Read CodiumAI Release Notes Digest](../../index.md)**
Expand Down

0 comments on commit 56cfe92

Please sign in to comment.