Skip to content

Commit 38c6f9e

Browse files
committed
chore: change plugin's name to Proxy AI
1 parent 55a5dac commit 38c6f9e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

DESCRIPTION.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!-- Plugin description -->
22

3-
CodeGPT is an AI-powered code assistant designed to help you with various programming activities.
3+
ProxyAI is an AI-powered code assistant designed to help you with various programming activities.
44
It's a powerful alternative to GitHub Copilot, AI Assistant, Codiumate, and other JetBrains plugins.
55

66
## Code Assistant <sup><small>(new)</small></sup>
77

88
Get multi-line edits based on your recent activity, open files and previous chat interactions.
99

10-
CodeGPT is the first JetBrains extension capable of suggesting modifications beyond the
10+
ProxyAI is the first JetBrains extension capable of suggesting modifications beyond the
1111
current cursor location.
1212

1313
Learn more in our recent [blog post](https://codegpt.ee/blog/introducing-code-assistant).
@@ -22,15 +22,15 @@ Access top-tier language models (LLMs) with your own API key or use privately ho
2222

2323
## Build Your Own Local AI Assistant
2424

25-
CodeGPT is the leading open-source extension for connecting your locally running LLM with JetBrains IDEs. Enjoy full AI assistance without sending data externally or needing an internet connection.
25+
ProxyAI is the leading open-source extension for connecting your locally running LLM with JetBrains IDEs. Enjoy full AI assistance without sending data externally or needing an internet connection.
2626

2727
- **Ollama Integration:** Automatically detect and utilize Ollama-managed models.
2828
- **GGUF Support:** Easily connect custom models.
2929
- **LLaMA C/C++ Integration:** Run various open-source LLMs without third-party software.
3030

3131
## Core Features
3232

33-
CodeGPT offers a wide range of features to enhance your development experience:
33+
ProxyAI offers a wide range of features to enhance your development experience:
3434

3535
### Chat
3636

@@ -45,7 +45,7 @@ approve or reject them with a single click.
4545

4646
**Use images**
4747

48-
Chat with your images. Upload manually or let CodeGPT auto-detect your screenshots.
48+
Chat with your images. Upload manually or let ProxyAI auto-detect your screenshots.
4949

5050
![Use images](https://www.codegpt.ee/images/features/use-images-w800.png)
5151

@@ -65,7 +65,7 @@ Easily pull in relevant web documentation into your chat for quick reference—w
6565

6666
**Search the web**
6767

68-
Connect your favourite LLM to the web. CodeGPT will search for the most relevant information to answer your questions.
68+
Connect your favourite LLM to the web. ProxyAI will search for the most relevant information to answer your questions.
6969

7070
![Web search](https://www.codegpt.ee/images/features/web-search-w800.png)
7171

@@ -78,7 +78,7 @@ Choose between multiple different personas for your specific needs, whether you'
7878
### Code
7979

8080
Get helpful code completions as you type, edit your code using natural language, create clear and
81-
concise commit messages automatically, and more. CodeGPT equips you with cutting-edge tools to
81+
concise commit messages automatically, and more. ProxyAI equips you with cutting-edge tools to
8282
streamline your workflow.
8383

8484
**Code Assistant <sup><small>(new)</small></sup>**
@@ -95,7 +95,7 @@ Receive single-line or whole-function autocomplete suggestions as you type.
9595

9696
**Edit code in natural language**
9797

98-
Highlight the code you want to modify, describe the desired changes, and watch CodeGPT work its magic.
98+
Highlight the code you want to modify, describe the desired changes, and watch ProxyAI work its magic.
9999

100100
![Edit code](https://www.codegpt.ee/images/features/edit-code-w800.png)
101101

@@ -119,7 +119,7 @@ Integrate local open-source language models into your coding environment and enj
119119

120120
## Privacy
121121

122-
**Your data stays yours.** CodeGPT **does not** collect or store any sensitive information. With users' consent, we collect anonymous usage data to understand how users interact with the extension, including the most-used features and preferred providers.
122+
**Your data stays yours.** ProxyAI **does not** collect or store any sensitive information. With users' consent, we collect anonymous usage data to understand how users interact with the extension, including the most-used features and preferred providers.
123123

124124
## License
125125

@@ -129,7 +129,7 @@ CodeGPT's code is open source under the Apache License 2.0.
129129

130130
Your input helps us grow. Reach out through:
131131

132-
- [Homepage](https://codegpt.ee)
132+
- [Homepage](https://proxyai.ee)
133133
- [Issue Tracker](https://github.com/carlrobertoh/CodeGPT/issues)
134134
- [Discord](https://discord.gg/8dTGGrwcnR)
135135
- [Email](mailto:carlrobertoh@gmail.com)

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<idea-plugin>
22
<id>ee.carlrobert.chatgpt</id>
3-
<name>CodeGPT</name>
3+
<name>Proxy AI</name>
44
<vendor email="carlrobertoh@gmail.com" url="https://carlrobert.ee">Carl-Robert Linnupuu</vendor>
55
<depends>com.intellij.modules.platform</depends>
66
<depends>com.intellij.modules.lang</depends>

0 commit comments

Comments
 (0)