mirror of
https://github.com/openai/codex.git
synced 2026-04-28 18:32:04 +03:00
codex: simplify remote sandbox launch payload
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -13,8 +13,6 @@ mod remote_process;
|
||||
mod rpc;
|
||||
mod server;
|
||||
|
||||
use codex_arg0::Arg0DispatchPaths;
|
||||
|
||||
pub use client::ExecServerClient;
|
||||
pub use client::ExecServerError;
|
||||
pub use client_api::ExecServerClientConnectOptions;
|
||||
@@ -68,7 +66,3 @@ pub use server::DEFAULT_LISTEN_URL;
|
||||
pub use server::ExecServerListenUrlParseError;
|
||||
pub use server::run_main;
|
||||
pub use server::run_main_with_listen_url;
|
||||
|
||||
pub fn configure_arg0_paths(arg0_paths: Arg0DispatchPaths) {
|
||||
local_process::configure_codex_linux_sandbox_exe(arg0_paths.codex_linux_sandbox_exe);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user