From d81754af272eb6a82ae75036a49d6c28b19ad5bd Mon Sep 17 00:00:00 2001 From: avishagCodium Date: Wed, 25 Sep 2024 18:30:09 +0300 Subject: [PATCH 1/3] Change name --- docs/index.md | 32 ++++++------- docs/versions/latest/jetbrains.md | 47 ------------------- .../latest/{codiumate.md => qodoMate.md} | 0 .../latest/{pr-agent.md => qodoPR.md} | 0 docs/versions/latest/vscode.md | 47 ------------------- mkdocs.yml | 12 ++--- overrides/partials/footer.html | 2 +- 7 files changed, 23 insertions(+), 117 deletions(-) delete mode 100644 docs/versions/latest/jetbrains.md rename docs/versions/latest/{codiumate.md => qodoMate.md} (100%) rename docs/versions/latest/{pr-agent.md => qodoPR.md} (100%) delete mode 100644 docs/versions/latest/vscode.md diff --git a/docs/index.md b/docs/index.md index 519cb93..9a1dd13 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,8 +1,8 @@ --- hide: - toc -title: CodiumAI Release Notes Digest -description: Latest release notes of Codiumate and PR-Agent +title: Qodo Release Notes Digest +description: Latest release notes of qodoMate and qodoPR ---
@@ -13,15 +13,15 @@ description: Latest release notes of Codiumate and PR-Agent ### September 11, 2024
- +

-**[PR-Agent | v1.2.7](./versions/latest/pr-agent.md)** +**[qodoPR | v1.2.7](./versions/latest/qodoPR.md)**

-## PR-Agent Chrome Extension +## qodoPR Chrome Extension # Introducing **PR-Chat!**
@@ -29,11 +29,11 @@ We’re excited to introduce **PR-Chat**, a **private, AI-powered chatbox** inte PR-Chat acts like a coding mentor, available anytime within your workflow. It's **completely free** for open-source repositories! -[Install the PR-Agent Chrome extension](https://chromewebstore.google.com/detail/pr-agent-chrome-extension/ephlnjeghhogofkifjloamocljapahnl) to get started. +[Install the qodoPR Chrome extension](https://chromewebstore.google.com/detail/pr-agent-chrome-extension/ephlnjeghhogofkifjloamocljapahnl) to get started. -For private repositories, explore **PR-Agent Pro** for access to full features. +For private repositories, explore **qodoPR Pro** for access to full features. -[Learn more in the PR-Agent docs](https://pr-agent-docs.codium.ai/chrome-extension/#pr-chat) and start enhancing your review process today. +[Learn more in the qodoPR docs](https://pr-agent-docs.codium.ai/chrome-extension/#pr-chat) and start enhancing your review process today.
## @@ -44,7 +44,7 @@ For private repositories, explore **PR-Agent Pro** for access to full features.
-- [Read PR-Agent full release notes](./versions/latest/pr-agent.md) +- [Read qodoPR full release notes](./versions/latest/qodoPR.md)
@@ -52,24 +52,24 @@ For private repositories, explore **PR-Agent Pro** for access to full features. ## - +

-**[Codiumate | JetBrains v0.9.5 | VSCode v0.9.15](./versions/latest/vscode.md)** +**[qodoMate | JetBrains v0.9.5 | VSCode v0.9.15](./versions/latest/vscode.md)**

-# **Codiumate Code completion** improvements +# **qodoMate Code completion** improvements
-We're hard at work making your Codiumate Code Completion faster, smarter and better. +We're hard at work making your qodoMate Code Completion faster, smarter and better. This version introduces: - **Smarter Code Completion:** Code suggestions are more accurate and intuitive with our revamped single-line and multi-line completion features. -- **Enhanced Context Awareness:** Improvements to Context makes Codiumate Code Completion suggestions more relevant, by remembering your most recently opened files. +- **Enhanced Context Awareness:** Improvements to Context makes qodoMate Code Completion suggestions more relevant, by remembering your most recently opened files. - **Lightning-Fast Performance:** Enjoy a smoother coding experience with asynchronous context updates, thanks to cutting-edge coroutine technology. @@ -78,7 +78,7 @@ This version introduces:
-- [Read Codiumate full release notes](./versions/latest/codiumate.md) +- [Read qodoMate full release notes](./versions/latest/qodoMate.md)
@@ -99,5 +99,5 @@ Important message: !!! important "Free feature!" This feature is **available for free** to all open-source projects! - **Get PR-Agent Chrome Extension from the [Chrome web store.](https://chromewebstore.google.com/detail/ephlnjeghhogofkifjloamocljapahnl?hl=en)** + **Get qodoPR Chrome Extension from the [Chrome web store.](https://chromewebstore.google.com/detail/ephlnjeghhogofkifjloamocljapahnl?hl=en)** --> diff --git a/docs/versions/latest/jetbrains.md b/docs/versions/latest/jetbrains.md deleted file mode 100644 index f93ec2d..0000000 --- a/docs/versions/latest/jetbrains.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -hide: - - toc -title: Codiumate Release Notes -subtitle: Codiumate plugin for VSCode and JetBrains Release Notes ---- -# -
-![](../../assets/codimate_release_notes.png){ class="no-border"} - -### September 11, 2024 -#### Jetbrains v0.9.5 | VSCode v0.9.15 - -
-
- -### -# **Codiumate Code completion** improvements - -
- -We're hard at work making your Codiumate Code Completion faster, smarter and better. - -This version introduces: - -- **Smarter Code Completion:** Code suggestions are more accurate and intuitive with our revamped single-line and multi-line completion features. - -- **Enhanced Context Awareness:** Improvements to Context makes Codiumate Code Completion suggestions more relevant, by remembering your most recently opened files. - -- **Enhanced Performance:** Enjoy a smoother coding experience with asynchronous context updates, thanks to cutting-edge coroutine technology. - -- **Efficient Caching:** Benefit from faster load times and optimized performance thanks to our new caching mechanisms for dependencies, recent files, and directory structures. - ---- - -
- -
-- [Back to **CodiumAI** Release Notes Digest](../../index.md) -
- -
- -
-
-
-
diff --git a/docs/versions/latest/codiumate.md b/docs/versions/latest/qodoMate.md similarity index 100% rename from docs/versions/latest/codiumate.md rename to docs/versions/latest/qodoMate.md diff --git a/docs/versions/latest/pr-agent.md b/docs/versions/latest/qodoPR.md similarity index 100% rename from docs/versions/latest/pr-agent.md rename to docs/versions/latest/qodoPR.md diff --git a/docs/versions/latest/vscode.md b/docs/versions/latest/vscode.md deleted file mode 100644 index f93ec2d..0000000 --- a/docs/versions/latest/vscode.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -hide: - - toc -title: Codiumate Release Notes -subtitle: Codiumate plugin for VSCode and JetBrains Release Notes ---- -# -
-![](../../assets/codimate_release_notes.png){ class="no-border"} - -### September 11, 2024 -#### Jetbrains v0.9.5 | VSCode v0.9.15 - -
-
- -### -# **Codiumate Code completion** improvements - -
- -We're hard at work making your Codiumate Code Completion faster, smarter and better. - -This version introduces: - -- **Smarter Code Completion:** Code suggestions are more accurate and intuitive with our revamped single-line and multi-line completion features. - -- **Enhanced Context Awareness:** Improvements to Context makes Codiumate Code Completion suggestions more relevant, by remembering your most recently opened files. - -- **Enhanced Performance:** Enjoy a smoother coding experience with asynchronous context updates, thanks to cutting-edge coroutine technology. - -- **Efficient Caching:** Benefit from faster load times and optimized performance thanks to our new caching mechanisms for dependencies, recent files, and directory structures. - ---- - -
- -
-- [Back to **CodiumAI** Release Notes Digest](../../index.md) -
- -
- -
-
-
-
diff --git a/mkdocs.yml b/mkdocs.yml index d85dfeb..38ca625 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,10 +1,10 @@ -site_name: CodiumAI Release Notes Digest -site_description: Latest release notes of Codiumate and PR-Agent +site_name: Qodo Release Notes Digest +site_description: Latest release notes of qodoMate and qodoPR nav: - - CodiumAI Release Notes: 'index.md' - - Codiumate: 'versions/latest/codiumate.md' - - PR-Agent: 'versions/latest/pr-agent.md' + - Qodo Release Notes: 'index.md' + - qodoMate: 'versions/latest/qodoMate.md' + - qodoPR: 'versions/latest/qodoPR.md' - Older Versions: - August 26, 2024: - 'versions/2024-08-26/index.md' @@ -123,4 +123,4 @@ markdown_extensions: copyright: | - © 2024 CodiumAI \ No newline at end of file + © 2024 Qodo \ No newline at end of file diff --git a/overrides/partials/footer.html b/overrides/partials/footer.html index 435f423..53b0ae3 100644 --- a/overrides/partials/footer.html +++ b/overrides/partials/footer.html @@ -82,7 +82,7 @@