mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
app-server: Allow enabling remote control in runtime (#16973)
Refresh the feature flag on writes to the config.
This commit is contained in:
committed by
GitHub
Unverified
parent
470b3592e6
commit
59af4a730c
@@ -251,6 +251,7 @@ fn build_test_processor(
|
||||
session_source: SessionSource::VSCode,
|
||||
auth_manager,
|
||||
rpc_transport: AppServerRpcTransport::Stdio,
|
||||
remote_control_handle: None,
|
||||
});
|
||||
(processor, outgoing_rx)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user