Skip to content

Commit ef35576

Browse files
committed
chore: bump ACP Kotlin SDK to 0.18.1
1 parent f042a9a commit ef35576

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ filekit = "0.12.0"
105105
plantuml = "1.2025.10"
106106
mynlp = "4.0.0"
107107
a2aSdk = "0.3.0.Beta1"
108-
acpKotlinSdk = "0.15.3"
108+
acpKotlinSdk = "0.18.1"
109109

110110
[libraries]
111111
# Kotlinx

mpp-idea/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ project(":") {
410410
// ===== ACP (Agent Client Protocol) =====
411411
// Local ACP agent integration uses JSON-RPC over stdio.
412412
// Exclude kotlinx deps to avoid conflicts with IntelliJ's bundled versions.
413-
implementation("com.agentclientprotocol:acp:0.15.3") {
413+
implementation("com.agentclientprotocol:acp:0.18.1") {
414414
exclude(group = "org.jetbrains.kotlinx", module = "kotlinx-coroutines-core")
415415
exclude(group = "org.jetbrains.kotlinx", module = "kotlinx-coroutines-core-jvm")
416416
exclude(group = "org.jetbrains.kotlinx", module = "kotlinx-serialization-json")

0 commit comments

Comments
 (0)