-
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.
Update documentation with new features and release notes for Codiumat…
…e and PR-Agent
- Loading branch information
Showing
10 changed files
with
260 additions
and
196 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
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,103 @@ | ||
--- | ||
hide: | ||
- navigation | ||
- toc | ||
title: Codiumate JetBrains Release Notes | ||
subtitle: Codiumate plugin for JetBrains v0.7.30 Release Notes | ||
--- | ||
<div class="content" markdown> | ||
<div class="bg-clear" markdown> | ||
|
||
<div markdown class="centered"> | ||
![](../../assets/jetbrains.png){ class="no-border"} | ||
|
||
### v0.7.38 | May 30, 2024 | ||
|
||
<div markdown class="bg-blue"> | ||
|
||
<div markdown class="content"> | ||
## | ||
# Full **Chat Support** | ||
|
||
We are excited to announce that Codiumate:Chat for Jetrains now supports all modes and commands! | ||
|
||
|
||
After much hard work, we're proud to say that we now support all three modes and all the commands in Codiumate Chat for JetBrains! | ||
|
||
## **What can you do with Codiumate Chat?** | ||
|
||
|
||
<div class="grid cards" markdown> | ||
|
||
- :fontawesome-solid-file-lines:{ .lg .middle } File Mode | ||
|
||
--- | ||
|
||
Choose any code in your project and explore the different commands - explain the code, improve the quality, write tests, add docstring, and more. | ||
|
||
[:octicons-arrow-right-24: Read More](https://codiumate-docs.codium.ai/chat/modes/file-mode/) | ||
|
||
- :fontawesome-solid-folder-tree:{ .lg .middle } Workspace Mode | ||
|
||
--- | ||
|
||
Choose a changeset (local or committed changes) and improve your code before you commit or push - get a recap of your changes, find and fix issues in your diff, get a code review, update the changelog, and more. | ||
|
||
|
||
[:octicons-arrow-right-24: Read More](https://codiumate-docs.codium.ai/chat/modes/workspace-mode/) | ||
|
||
- :fontawesome-solid-comment-dots:{ .lg .middle } Free Chat Mode | ||
|
||
--- | ||
|
||
Chat about any code-related subject, with your code as context. | ||
|
||
|
||
[:octicons-arrow-right-24: Read More](https://codiumate-docs.codium.ai/chat/modes/free-chat/) | ||
|
||
|
||
</div> | ||
|
||
You can always click "Continue this chat" in the response to explore further and add more requests. | ||
|
||
You can add more context to the chat by selecting the code, right-clicking on it, and selecting "Add to Codiumate as context." | ||
|
||
### **[Read more about Codiumate:Chat](https://codiumate-docs.codium.ai/chat/)** | ||
|
||
![type:video](https://www.youtube.com/embed/EjrgjBOLPGc?si=6ls9f4MMLuOKcayn){: style='width: 60%; height: 30.172vw'} | ||
|
||
--- | ||
|
||
|
||
|
||
## More **News** | ||
|
||
<div class="left-padding" markdown> | ||
|
||
- We added more options in inlays (above class/function) with some Chat commands to invoke. | ||
- Added word-wrap enable/disable button for code blocks in Chat. | ||
- Improved `/recap` and `/issues` performance. | ||
|
||
</div> | ||
|
||
--- | ||
|
||
## What’s **Next**? | ||
|
||
!!! code "Code Completion" | ||
We're working on adding Code Completion to Codiumate:JetBrains, stay tuned! | ||
|
||
!!! folder "Project Context" | ||
We're adding an option to add your entire project, or any selected folder, as context to the chat and test generation. | ||
|
||
**Stay Tuned!** | ||
|
||
--- | ||
|
||
### **[Read CodiumAI Release Notes Digest](../../index.md)** | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
Oops, something went wrong.