-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
245 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/).** | ||
|
This file was deleted.
Oops, something went wrong.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.