Skip to content

Commit d3312f8

Browse files
committed
ptr
1 parent a58ae81 commit d3312f8

3 files changed

Lines changed: 63 additions & 13 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginName=intellij-aicoder
22
pluginRepositoryUrl=https://github.com/SimiaCryptus/intellij-aicoder
3-
pluginVersion=1.8.5
3+
pluginVersion=1.8.6
44
jvmArgs=-Xmx8g
55
org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=1g
66
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html

src/main/kotlin/com/github/simiacryptus/aicoder/config/AppSettingsState.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ data class AppSettingsState(
176176
companion object {
177177
val log = LoggerFactory.getLogger(AppSettingsState::class.java)
178178
var auxiliaryLog: File? = null
179-
const val WELCOME_VERSION: String = "1.5.0"
179+
const val WELCOME_VERSION: String = "2.0.0"
180180

181181
@JvmStatic
182182
val instance: AppSettingsState by lazy {

src/main/resources/welcomePage.md

Lines changed: 61 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,47 @@
1-
# AI Coding Assistant 1.5 - Your AI-Powered Coding Companion for IntelliJ IDEA
1+
# AI Coding Assistant - Now Available as Cognotik!
22

3-
![Build](https://github.com/SimiaCryptus/intellij-aicoder/workflows/Build/badge.svg)
4-
[![Version](https://img.shields.io/jetbrains/plugin/v/20724-ai-coding-assistant.svg)](https://plugins.jetbrains.com/plugin/20724-ai-coding-assistant)
5-
[![Downloads](https://img.shields.io/jetbrains/plugin/d/20724-ai-coding-assistant.svg)](https://plugins.jetbrains.com/plugin/20724-ai-coding-assistant)
3+
---
4+
5+
## 🎉 Important Announcement
6+
7+
**AI Coding Assistant has evolved into [Cognotik](https://plugins.jetbrains.com/plugin/27289-cognotik)!**
8+
9+
We've rebranded and enhanced our plugin with even more powerful features and capabilities. All future development and updates will be released under the new **Cognotik** brand.
10+
11+
### What This Means For You
12+
13+
-**All your existing features** are still available in Cognotik
14+
-**Enhanced capabilities** with improved agentic AI workflows
15+
-**Better performance** and more reliable operations
16+
-**Active development** with regular updates and new features
17+
-**Same open-source commitment** - 100% transparent and community-driven
18+
19+
### How to Migrate
20+
21+
1. **Install Cognotik** from the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/27289-cognotik)
22+
2. **Transfer your API keys** to the new plugin settings (Settings → Tools → Cognotik)
23+
3. **Uninstall AI Coding Assistant** (optional, but recommended to avoid conflicts)
24+
25+
Your configuration and API keys will need to be re-entered in Cognotik, but the process is quick and straightforward.
626

727
---
828

9-
## Getting Started 🚀
29+
## About AI Coding Assistant (Legacy)
1030

11-
Congratulations on installing the AI Coding Assistant! Let's get you set up and coding smarter in no time.
31+
This version of AI Coding Assistant is now in maintenance mode. While it will continue to function, we strongly recommend migrating to Cognotik for:
32+
33+
- Latest features and improvements
34+
- Bug fixes and security updates
35+
- Community support and documentation
36+
- Long-term compatibility with IntelliJ IDEA updates
1237

1338
---
1439

15-
### Step 1: Obtain API Keys
40+
## Quick Reference (Legacy Features)
41+
42+
If you're continuing to use this version, here's a quick reference:
43+
44+
### Obtaining API Keys
1645

1746
To unlock the full potential of AI Coding Assistant, you'll need API keys from one or more supported Language Model APIs.
1847
Here are links to popular providers where you can register and obtain your keys:
@@ -29,19 +58,19 @@ Here are links to popular providers where you can register and obtain your keys:
2958

3059
---
3160

32-
### Step 2: Configure Your Plugin 🛠️
61+
### Configuration
3362

3463
Once you have your API keys, open IntelliJ IDEA and navigate to **Settings > Tools > AI Coder**. Enter your
3564
keys in the configuration panel under the appropriate API provider fields.
3665

3766
---
3867

39-
### Step 3: Explore AI-Powered Actions 🧠
68+
### Available Actions
4069

4170
Enhance your development workflow with AI Coding Assistant's diverse range of actions. Each action is designed to
4271
seamlessly integrate into your IntelliJ IDEA environment, boosting your productivity and coding efficiency.
4372

44-
Here are some powerful actions you can start using immediately:
73+
Available actions include:
4574

4675
- **Patch Chat**: Open a chat session with file-patching features to discuss and apply changes directly.
4776
- **Code Chat**: Engage in a basic chat session about the selected code to gain insights and suggestions.
@@ -54,4 +83,25 @@ Here are some powerful actions you can start using immediately:
5483
- **Web Dev**: Quickly scaffold files necessary for a new web application, all suggested by AI.
5584

5685
These actions are accessible via the context menu within your editor or project view, making them easy to use as you
57-
develop.
86+
develop.
87+
88+
---
89+
90+
## Ready to Upgrade? 🚀
91+
92+
**[Install Cognotik Now](https://plugins.jetbrains.com/plugin/27289-cognotik)** and experience the next generation of AI-powered development!
93+
94+
For questions or support, visit:
95+
- 📖 [Cognotik Documentation](https://github.com/SimiaCryptus/Cognotik/wiki)
96+
- 💬 [GitHub Discussions](https://github.com/SimiaCryptus/Cognotik/discussions)
97+
- 🐛 [Issue Tracker](https://github.com/SimiaCryptus/Cognotik/issues)
98+
99+
---
100+
101+
<div align="center">
102+
103+
**Thank you for being part of our journey!**
104+
105+
*The AI Coding Assistant Team (now Cognotik)*
106+
107+
</div>

0 commit comments

Comments
 (0)