fix(capture): automate safe bidirectional gateways for users and agents

This commit is contained in:
go0p
2026-09-17 17:24:54 +08:00
parent 45f53604e8
commit 601f8acbcf
48 changed files with 2111 additions and 516 deletions
-1
View File
@@ -682,7 +682,6 @@ function GatewayWorkspace({
run={run}
gatewayShared={bridge.state === 'connected'}
onShareGateway={shareTransform}
initialMode="gateway"
/>
</div>;
}