mirror of
https://github.com/openai/codex.git
synced 2026-04-30 01:16:54 +00:00
Harden exec-server unified-exec follow-up
- fall back to local when sandboxed exec cannot be modeled remotely - use server-issued process ids for remote session continuations - retain symlink fidelity across fs/readDirectory plumbing - clean up exited exec-server processes after retention Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -99,7 +99,7 @@ impl ExecutorFileSystem for ExecServerFileSystem {
|
||||
file_name: entry.file_name,
|
||||
is_directory: entry.is_directory,
|
||||
is_file: entry.is_file,
|
||||
is_symlink: false,
|
||||
is_symlink: entry.is_symlink,
|
||||
})
|
||||
.collect())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user