File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ filekit = "0.12.0"
105105plantuml = " 1.2025.10"
106106mynlp = " 4.0.0"
107107a2aSdk = " 0.3.0.Beta1"
108- acpKotlinSdk = " 0.15.3 "
108+ acpKotlinSdk = " 0.18.1 "
109109
110110[libraries ]
111111# Kotlinx
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments