diff --git a/jetbrains-plugin/build.gradle.kts b/jetbrains-plugin/build.gradle.kts
index 0968b89..73d4821 100644
--- a/jetbrains-plugin/build.gradle.kts
+++ b/jetbrains-plugin/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
}
group = "com.itangcent.oneide"
-version = "1.1.4"
+version = "1.1.5"
repositories {
mavenCentral()
diff --git a/jetbrains-plugin/parts/pluginChanges.html b/jetbrains-plugin/parts/pluginChanges.html
index 1a192c5..2f37dc1 100644
--- a/jetbrains-plugin/parts/pluginChanges.html
+++ b/jetbrains-plugin/parts/pluginChanges.html
@@ -1,7 +1,3 @@
-- fix: settings not persisting when toggling off in IDEA settings (#6)
-- feat: Complete Kiro support - add steering rules, update gitignore and README (#5)
-- fix: leader should step down when window loses focus (#4)
-- feat: Add Kiro rules support (#2)
-- refactor(cluster): decouple role actions and sync orchestration across plugins (#1)
+- fix: prevent interference with AI coding tools during file edits
diff --git a/vscode-extension/CHANGELOG.md b/vscode-extension/CHANGELOG.md
index edb00d6..1aa6128 100644
--- a/vscode-extension/CHANGELOG.md
+++ b/vscode-extension/CHANGELOG.md
@@ -2,6 +2,9 @@
All notable changes to the "one-ide" extension will be documented in this file.
+## [1.1.5] - 2026-03-12
+- fix: prevent interference with AI coding tools during file edits
+
## [1.1.4] - 2026-03-01
- fix: settings not persisting when toggling off in IDEA settings (#6)
- feat: Complete Kiro support - add steering rules, update gitignore and README (#5)
diff --git a/vscode-extension/package-lock.json b/vscode-extension/package-lock.json
index 434b351..8ef8e56 100644
--- a/vscode-extension/package-lock.json
+++ b/vscode-extension/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "one-ide",
- "version": "1.1.4",
+ "version": "1.1.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "one-ide",
- "version": "1.1.4",
+ "version": "1.1.5",
"dependencies": {
"ignore": "^5.3.0",
"minimatch": "^9.0.3",
diff --git a/vscode-extension/package.json b/vscode-extension/package.json
index 06e6635..cd1ae2c 100644
--- a/vscode-extension/package.json
+++ b/vscode-extension/package.json
@@ -20,7 +20,7 @@
"cross-platform"
],
"description": "Seamlessly sync your editors across JetBrains IDEs and VS Code, with automatic AI project rule adaptation.",
- "version": "1.1.4",
+ "version": "1.1.5",
"engines": {
"vscode": "^1.85.0"
},