Skip to content

Commit

Permalink
Update docs: Add Codiumate v0.9 features and interface redesign, enha…
Browse files Browse the repository at this point in the history
…nce project indexing, and introduce new shortcuts and coding-agent activation
  • Loading branch information
almog-lv committed Jun 2, 2024
1 parent 56cfe92 commit b14d9e8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 24 deletions.
55 changes: 33 additions & 22 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,43 @@ description: Latest release notes of Codiumate and PR-Agent
<div class="content" markdown>
<div class="bg-clear" markdown>
<div markdown class="centered">
### May 21, 2024
### May 30, 2024
![](./assets/title.png){ class="no-border";}
</div>
</div>

<!-- VSCode -->

<div markdown class="bg-black">
<h3 markdown class="top-left">
**[<b class="white">:simple-visualstudiocode:</b> Codiumate<b class="green">:</b>VSCode | v0.9][def]**
</h3>

<div class="centered" markdown>
We're excited to unveil Codiumate v0.9, featuring a **redesigned interface**, enhanced project indexing, and intuitive navigation with new shortcuts like `@` and the + button. You can now add context to your requests with code snippets, files, folders, or **entire projects**, and activate the new coding-agent with a click for expert assistance.

The update also incorporates **GPT-4o** for smarter test generation and adds the **Vitest framework** to our supported testing frameworks for JavaScript and TypeScript.

**[Read More](./versions/latest/vscode.md)**

### **🤩 See how it looks:**

#### Choose focus
![](./versions/latest/current-file.gif){width=50%}

#### Add Extra Context
![](./versions/latest/extra-context.gif){width=50%}


</div>

<div class="left-padding" markdown>


</div>
</div>


<!-- COVER-AGENT -->

<div markdown class="bg-blue">
Expand Down Expand Up @@ -61,27 +93,6 @@ Discover more about Cover-Agent in our detailed [**blog post**](https://www.codi

</div>

<!-- VSCode -->

<!-- <div markdown class="bg-black">
<h3 markdown class="top-left">
**[<b class="white">:simple-visualstudiocode:</b> Codiumate<b class="green">:</b>VSCode | v0.8.3][def]**
</h3>
<div class="centered" markdown>
</div>
<div class="left-padding" markdown>
</div>
</div> -->




<!-- JB -->

Expand Down
4 changes: 2 additions & 2 deletions docs/versions/latest/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ We're excited to unveil Codiumate v0.9, which introduces a sleek, redesigned int

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.

<div class="left-padding" markdown>

### **🤩 See how it looks:**
</div>

#### Choose focus
![](current-file.gif){width=70%}

Expand Down

0 comments on commit b14d9e8

Please sign in to comment.