mirror of
https://github.com/openai/codex.git
synced 2026-04-30 09:26:44 +00:00
Add experimental config for a websocket exec-server endpoint, select a remote backend at the unified-exec process creation seam, and wrap remote sessions behind the existing process abstraction so exec_command can stream output, write stdin, and terminate over the current exec-server protocol. Co-authored-by: Codex <noreply@openai.com>
13 lines
255 B
Rust
13 lines
255 B
Rust
// Aggregates all former standalone integration tests as modules.
|
|
mod add_dir;
|
|
mod apply_patch;
|
|
mod auth_env;
|
|
mod ephemeral;
|
|
mod mcp_required_exit;
|
|
mod originator;
|
|
mod output_schema;
|
|
mod remote_exec_server;
|
|
mod resume;
|
|
mod sandbox;
|
|
mod server_error_exit;
|