We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c61c5 commit b4ff02aCopy full SHA for b4ff02a
mpp-ui/src/jvmMain/kotlin/cc/unitmesh/devins/ui/compose/agent/PlatformCodingAgentFactory.jvm.kt
@@ -3,6 +3,7 @@ package cc.unitmesh.devins.ui.compose.agent
3
import cc.unitmesh.agent.CodingAgent
4
import cc.unitmesh.agent.config.McpToolConfigService
5
import cc.unitmesh.agent.render.CodingAgentRenderer
6
+import cc.unitmesh.agent.tool.shell.PtyShellExecutor
7
import cc.unitmesh.llm.KoogLLMService
8
9
/**
@@ -21,7 +22,8 @@ actual fun createPlatformCodingAgent(
21
22
llmService = llmService,
23
maxIterations = maxIterations,
24
renderer = renderer,
- mcpToolConfigService = mcpToolConfigService
25
+ mcpToolConfigService = mcpToolConfigService,
26
+ shellExecutor = PtyShellExecutor()
27
)
28
}
29
0 commit comments