Skip to content

Commit

Permalink
added release notes 4/4/2024
Browse files Browse the repository at this point in the history
  • Loading branch information
almog-lv committed Apr 4, 2024
1 parent 951b017 commit 50b649c
Show file tree
Hide file tree
Showing 24 changed files with 245 additions and 103 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
- run: pip install mkdocs-material
- run: pip install "mkdocs-material[imaging]"
- run: pip install mkdocs-glightbox
- run: pip install mkdocs-video
- run: mkdocs gh-deploy --force
45 changes: 10 additions & 35 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,50 +5,25 @@
</figure>

#
## Codiumate for JetBrains
## Introducing - Codiumate Coding-Agent!

**[Full Release Notes](./versions/latest/codiumate-jb.md)**
**Exciting announcement this week** - We have released the first alpha version of our **[Coding-Agent](https://www.codium.ai/products/coding-agent/)** in our VSCode extension!

Our JetBrains plugin now has a **New Chat Interface!**
In Codiumate v0.8 for VSCode, you will find your next best friend: a coding agent that helps you complete any task in your project. Just write the specification, select the relevant context, and let Codiumate write the plan and even auto-complete the code for you!

Our incredible JetBrains team has put in a lot of hard work, and we're excited to unveil a new chat interface that looks and feels more like 2024 and less like.. well.. 2023. The new interface looks just like our VSCode chat. We are now working on adding all the features that we have in VSCode.

**Check it out:**

<figure markdown="1">
![JB New Chat](./versions/latest/assets/jb-new-chat.png){ width="600" }
</figure>


## Codiumate for VSCode

**[Full Release Notes](./versions/latest/vscode.md)**

We're cooking up something exciting, and you'll hear about it soon. But in the meantime, we've introduced some really cool features that will enhance the existing ones and make them even more awesome! One of these enhancements includes... adding more context! 🍾

Codiumate chat now allows you to include more context when sending any command, ensuring you get better results. This context can be drawn from the current repository or any other repository you want!

**See how it works:**
We are releasing the Codiumate-Agent in its alpha form because we, as developers, believe in giving users the chance to influence the product as early as possible. Additionally, we love seeing our users enjoy what we build.

<figure markdown="1">
![VSCode Context](./versions/latest/assets/vscode-context.png){ width="700" }
![coding-agent](./versions/latest/assets/coding-agent.jpg){class="no-border" width=70%}
</figure>

<p style="text-align:center; font-size:120%;"> <b>In celebration of the Codiumate-Agent's launch, we are excited to extend a special offer to all our users: a 2-week trial of the Teams plan, giving everyone the opportunity to try the new feature.</b></p>
<p style="text-align:center"> 🎉</p>


## PR-Agent

**[Full Release Notes](./versions/latest/pr-agent.md)**

As always, our PR-Agent open source is getting better and better, with the great help from our dear contributors. Keep sharing your love and stars on [GitHub](https://github.com/Codium-ai/pr-agent/) ⭐️
Why imagine what you can see for real? Watch a demo of the Codiumate-Agent at its best, where it successfully auto-completes over 90% of a real task in our open-source project PR-Agent:

Some really cool features were added lately, including:
![type:video](https://www.youtube.com/embed/9dH3pUzsbig?si=dSRMHNdeahUTtEdn)

Get [similar code](https://pr-agent-docs.codium.ai/tools/similar_code/) in GitHub, added support for bedrock/claude3, added Pypi support to install PR-Agent with pip and more.

**See how Similar Code looks like:**

<figure markdown="1">
![Similar Code](./versions/latest/assets/pr-agent-similar-code.png){ width="700" }
</figure>
**Read the new blog by Itamar, CodiumAI's CEO - [Tandem Coding with my Agent](https://www.codium.ai/blog/tandem-development-agent-plan-aware-auto-complete-with-automatic-review/).**

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions docs/versions/2024-03-28/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<figure markdown="1">
![](../../assets/codium-logo.png){ class="no-border" width=200 }

![](./assets/all%20release%20notes.png){ class="no-border" width=780}
</figure>

#
## Codiumate for JetBrains

**[Full Release Notes](./codiumate-jb.md)**

Our JetBrains plugin now has a **New Chat Interface!**

Our incredible JetBrains team has put in a lot of hard work, and we're excited to unveil a new chat interface that looks and feels more like 2024 and less like.. well.. 2023. The new interface looks just like our VSCode chat. We are now working on adding all the features that we have in VSCode.

**Check it out:**

<figure markdown="1">
![JB New Chat](./assets/jb-new-chat.png){ width="600" }
</figure>


## Codiumate for VSCode

**[Full Release Notes](./codiumate-vscode.md)**

We're cooking up something exciting, and you'll hear about it soon. But in the meantime, we've introduced some really cool features that will enhance the existing ones and make them even more awesome! One of these enhancements includes... adding more context! 🍾

Codiumate chat now allows you to include more context when sending any command, ensuring you get better results. This context can be drawn from the current repository or any other repository you want!

**See how it works:**

<figure markdown="1">
![VSCode Context](./assets/vscode-context.png){ width="700" }
</figure>



## PR-Agent

**[Full Release Notes](./pr-agent.md)**

As always, our PR-Agent open source is getting better and better, with the great help from our dear contributors. Keep sharing your love and stars on [GitHub](https://github.com/Codium-ai/pr-agent/) ⭐️

Some really cool features were added lately, including:

Get [similar code](https://pr-agent-docs.codium.ai/tools/similar_code/) in GitHub, added support for bedrock/claude3, added Pypi support to install PR-Agent with pip and more.

**See how Similar Code looks like:**

<figure markdown="1">
![Similar Code](./assets/pr-agent-similar-code.png){ width="700" }
</figure>

50 changes: 50 additions & 0 deletions docs/versions/2024-03-28/jetbrains.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<figure markdown="1">
![](../../assets/codium-logo.png){ class="no-border" width=200 }

![](./assets/JetBrains%20release%20notes.png){ class="no-border" width=780}
</figure>

#
## v.0.7.27

## New Chat Interface

Our JetBrains plugin now has a **New Chat Interface!**

Codiumate Chat now supports a modern interface with JetBrains IDEs. The interface has been redesign for a smoother experience and now matches the design language of Codiumate for VSCode.

**Check it out:**

<figure markdown="1">
![JB New Chat](./assets/jb-new-chat.png){ width="600" }
</figure>

### Supported Commands and Modes

All the previous commands and modes that were supported in the previous design is also supported in the new design, it just looks a bit different.

Instead of "Code Assistant" and "PR Assistant" tabs, you now have a drop-down with all the supported modes:

- **Free Chat mode** - for code-related chat with ChatGPT
- **File mode** - select component or code snippet and choose a command with `/`
- **Workspace mode** - currently supports Committed Changes (like before)

We are adding all the other modes and commands, you will see a `SOON` label near them.

Read more about the chat in our **[Documentation Portal](https://codiumate-docs.codium.ai/chat/)**

## Issue with Android Studio

There's a known issue with Android Studio, which doesn't support JCEF 😕, but there's a workaround that should help. **[Read more about it here](http://codiumate-docs.codium.ai/installation/jetbrains/#android-studio-support-jcef)**.

## OptOut from Data Training directly from the plugin

Free users can now Opt Out from the model training directly from our plugin settings. In order to do that, go to the Plugin Settings, and check `Opt out of sharing my data with CodiumAI` checkbox. **[Read More](http://codiumate-docs.codium.ai/installation/opt-out/)**.

## Bug fixes

- Fixed broken (by JetBrains) Python support in none PC 2024.1 IDEs.
- Fixed more "Slow call on EDT ..." errors in recent 2024.1
- Chat's Git related commands proper notification and behaviour in case of Git repository not found/detected.
- Chat's scrollbars are now shown according to the current theme.
- Sunsetting "Codiumate Structure" and moved it all to the new Codiumate Chat.
27 changes: 27 additions & 0 deletions docs/versions/2024-03-28/pr-agent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<figure markdown="1">
![](../../assets/codium-logo.png){ class="no-border" width=200 }

![](./assets/pr-agent%20release%20notes.png){ class="no-border" width=780}
</figure>

#
## v0.21
As always, our PR-Agent open source is getting better and better, with the great help from our dear contributors.

If you haven't seen yet, we have a **[new documentation portal](https://pr-agent-docs.codium.ai/)** that contains all the information you need to know about installing and working with PR-Agent.

## Recent changes

- Added support for Bedrock Claude3 models in the AI handlers.
- Added an option to ignore pull requests opend by bots such as `renovate[bot]`.
- PR-Agent is now available to be installed via pip! Add Pypi support for PR Agent. **[Read More](https://test.pypi.org/project/pr-agent/)**.
- Added `Similar Code` tool, which searches similar code in GitHub or inside your organization, using keyworkds. **[Read more](https://pr-agent-docs.codium.ai/tools/similar_code/)**.


**See how Similar Code looks like:**

<figure markdown="1">
![Similar Code](./assets/pr-agent-similar-code.png){ width="700" }
</figure>


27 changes: 27 additions & 0 deletions docs/versions/2024-03-28/vscode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<figure markdown="1">
![](../../assets/codium-logo.png){ class="no-border" width=200 }

![](./assets/VSCode%20release%20notes.png){ class="no-border" width=780}
</figure>

#
## v.0.7.55

## Add Context to Codiumate Chat

We're cooking up something exciting, and you'll hear about it soon. But in the meantime, we've introduced some really cool features that will enhance the existing ones and make them even more awesome! One of these enhancements includes... adding more context! 🍾

Codiumate chat now allows you to include more context when sending any command, ensuring you get better results. This context can be drawn from the current repository or any other repository you want!

In order to add more context, select a code snippet, right-click on it and choose `add to Codiumate as context`, or simply click on SHIFT+CMD+E in Mac or SHIFT+CTRL+E in Windows.

See how it works:

<figure markdown="1">
![VSCode Context](./assets/vscode-context.png){ width="700" }
</figure>

## Bug fixes

- We fixed the chat behavior when there's not file in focus.
- Fixed the context handling in the chat panel when there's no git context.
29 changes: 28 additions & 1 deletion docs/versions/2024-04-04/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
# March 22, 2024
<figure markdown="1">
![](./assets/codium-logo.png){ class="no-border" width=200 }

![](./versions/latest/assets/all%20release%20notes.png){ class="no-border" width=780}
</figure>

#
## Introducing - Codiumate Coding-Agent!

**Exciting announcement this week** - We have released the first alpha version of our **[Coding-Agent](https://www.codium.ai/products/coding-agent/)** in our VSCode extension!

In Codiumate v0.8 for VSCode, you will find your next best friend: a coding agent that helps you complete any task in your project. Just write the specification, select the relevant context, and let Codiumate write the plan and even auto-complete the code for you!

We are releasing the Codiumate-Agent in its alpha form because we, as developers, believe in giving users the chance to influence the product as early as possible. Additionally, we love seeing our users enjoy what we build.

<figure markdown="1">
![coding-agent](./versions/latest/assets/coding-agent.jpg){class="no-border" width=70%}
</figure>

<p style="text-align:center; font-size:120%;"> <b>In celebration of the Codiumate-Agent's launch, we are excited to extend a special offer to all our users: a 2-week trial of the Teams plan, giving everyone the opportunity to try the new feature.</b></p>
<p style="text-align:center"> 🎉</p>


Why imagine what you can see for real? Watch a demo of the Codiumate-Agent at its best, where it successfully auto-completes over 90% of a real task in our open-source project PR-Agent:

![type:video](https://www.youtube.com/embed/9dH3pUzsbig?si=dSRMHNdeahUTtEdn)

**Read the new blog by Itamar, CodiumAI's CEO - [Tandem Coding with my Agent](https://www.codium.ai/blog/tandem-development-agent-plan-aware-auto-complete-with-automatic-review/).**

12 changes: 0 additions & 12 deletions docs/versions/2024-04-04/vscode.md

This file was deleted.

Binary file modified docs/versions/latest/assets/JetBrains release notes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/versions/latest/assets/VSCode release notes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/versions/latest/assets/all release notes.png
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/assets/coding-agent.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/versions/latest/assets/pr-agent release notes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 10 additions & 38 deletions docs/versions/latest/jetbrains.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,18 @@
</figure>

#
## v.0.7.27
## v.0.7.29

## New Chat Interface
This week we mainly fixed some issues while working very hard on supporting all commands and contexts in the Codiumate Chat!

Our JetBrains plugin now has a **New Chat Interface!**
Next week we are going to release the Threads in the chat! And some more commands.

Codiumate Chat now supports a modern interface with JetBrains IDEs. The interface has been redesign for a smoother experience and now matches the design language of Codiumate for VSCode.
Stay tuned 🤓

**Check it out:**
### Bug fixes and maintenance

<figure markdown="1">
![JB New Chat](./assets/jb-new-chat.png){ width="600" }
</figure>

### Supported Commands and Modes

All the previous commands and modes that were supported in the previous design is also supported in the new design, it just looks a bit different.

Instead of "Code Assistant" and "PR Assistant" tabs, you now have a drop-down with all the supported modes:

- **Free Chat mode** - for code-related chat with ChatGPT
- **File mode** - select component or code snippet and choose a command with `/`
- **Workspace mode** - currently supports Committed Changes (like before)

We are adding all the other modes and commands, you will see a `SOON` label near them.

Read more about the chat in our **[Documentation Portal](https://codiumate-docs.codium.ai/chat/)**

## Issue with Android Studio

There's a known issue with Android Studio, which doesn't support JCEF 😕, but there's a workaround that should help. **[Read more about it here](http://codiumate-docs.codium.ai/installation/jetbrains/#android-studio-support-jcef)**.

## OptOut from Data Training directly from the plugin

Free users can now Opt Out from the model training directly from our plugin settings. In order to do that, go to the Plugin Settings, and check `Opt out of sharing my data with CodiumAI` checkbox. **[Read More](http://codiumate-docs.codium.ai/installation/opt-out/)**.

## Bug fixes

- Fixed broken (by JetBrains) Python support in none PC 2024.1 IDEs.
- Fixed more "Slow call on EDT ..." errors in recent 2024.1
- Chat's Git related commands proper notification and behaviour in case of Git repository not found/detected.
- Chat's scrollbars are now shown according to the current theme.
- Sunsetting "Codiumate Structure" and moved it all to the new Codiumate Chat.
- Asking for .git directory/folder location (if not found) for git related chat commands to operate.
- Show JCEF requirement message, if Java Runtime without JCEF is used.
- Enhanced dynamic base URL mechanism.
- Fixed opening links in external browser.
- Fixed issue with inconsistent presentation in opt out setting.
2 changes: 1 addition & 1 deletion docs/versions/latest/pr-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you haven't seen yet, we have a **[new documentation portal](https://pr-agent
**See how Similar Code looks like:**

<figure markdown="1">
![Similar Code](./assets/pr-agent-similar-code.png){ width="700" }
![Similar Code](../2024-03-28/assets/pr-agent-similar-code.png){ width="700" }
</figure>


35 changes: 24 additions & 11 deletions docs/versions/latest/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,36 @@
</figure>

#
## v.0.7.55
## v.0.8

## Add Context to Codiumate Chat
## Codiumate Coding-Agent

We're cooking up something exciting, and you'll hear about it soon. But in the meantime, we've introduced some really cool features that will enhance the existing ones and make them even more awesome! One of these enhancements includes... adding more context! 🍾
**Exciting announcement this week** - We have released the first alpha version of our **[Coding-Agent](https://www.codium.ai/products/coding-agent/)** in our VSCode extension!

Codiumate chat now allows you to include more context when sending any command, ensuring you get better results. This context can be drawn from the current repository or any other repository you want!
In Codiumate v0.8 for VSCode, you will find your next best friend: a coding agent that helps you complete any task in your project. Just write the specification, select the relevant context, and let Codiumate write the plan and even auto-complete the code for you!

In order to add more context, select a code snippet, right-click on it and choose `add to Codiumate as context`, or simply click on SHIFT+CMD+E in Mac or SHIFT+CTRL+E in Windows.

See how it works:
We are releasing the Codiumate-Agent in its alpha form because we, as developers, believe in giving users the chance to influence the product as early as possible. Additionally, we love seeing our users enjoy what we build.

<figure markdown="1">
![VSCode Context](./assets/vscode-context.png){ width="700" }
![coding-agent](./assets/coding-agent.jpg){class="no-border" width=70%}
</figure>

## Bug fixes
<p style="text-align:center; font-size:120%;"> <b>In celebration of the Codiumate-Agent's launch, we are excited to extend a special offer to all our users: a 2-week trial of the Teams plan, giving everyone the opportunity to try the new feature.</b></p>
<p style="text-align:center"> 🎉</p>


Why imagine what you can see for real? Watch a demo of the Codiumate-Agent at its best, where it successfully auto-completes over 90% of a real task in our open-source project PR-Agent:

![type:video](https://www.youtube.com/embed/9dH3pUzsbig?si=dSRMHNdeahUTtEdn)

**Read the new blog by Itamar, CodiumAI's CEO - [Tandem Coding with my Agent](https://www.codium.ai/blog/tandem-development-agent-plan-aware-auto-complete-with-automatic-review/).**

## Code Completion

Well, part of our Coding-Agent includes a code completion tool. However, our code auto-completer has actually been available in alpha for a while now, and we will soon be publishing it to GA!

Codiumate's code auto-completer is now offered to our Teams and Enterprise users (and, as mentioned above, to all our users during the trial period).

To enable our code auto-copleter please go to the extension settings, and check the `Codium > Code auto-complete` section.

- We fixed the chat behavior when there's not file in focus.
- Fixed the context handling in the chat panel when there's no git context.
We would love to hear if how it worked for you! Share yout thoughts and feedback on our [Discord Community](https://discord.gg/codiumai-1057273017547378788).
Loading

0 comments on commit 50b649c

Please sign in to comment.