mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Add exec-server filesystem RPCs and a core-side remote filesystem client, then route unified-exec and filesystem-backed tools through that backend when enabled by config. Also add Docker-backed remote exec integration coverage for the local codex-exec CLI. 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;
|