core: add flag to User to use client services

This commit is contained in:
Evgeny Poberezkin
2025-12-25 22:40:35 +00:00
parent 282314cb82
commit c8e1bf6ab0
29 changed files with 244 additions and 152 deletions
+1 -1
View File
@@ -535,7 +535,7 @@ handleRemoteCommand execCC encryption remoteOutputQ HTTP2Request {request, reqBo
Left e -> eToView' $ ChatErrorRemoteCtrl $ RCEProtocolError e
takeRCStep :: RCStepTMVar a -> CM a
takeRCStep = liftError' (\e -> ChatErrorAgent {agentError = RCP e, agentConnId = AgentConnId "", connectionEntity_ = Nothing}) . atomically . takeTMVar
takeRCStep = liftError' (chatErrorAgent . RCP) . atomically . takeTMVar
type GetChunk = Int -> IO ByteString