mirror of
https://github.com/openai/codex.git
synced 2026-04-28 18:32:04 +03:00
Use Environment as the exec and fs gateway
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -36,7 +36,7 @@ pub(crate) struct ExecServerFileSystem {
|
||||
impl Default for ExecServerFileSystem {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
file_system: Arc::new(Environment.get_filesystem()),
|
||||
file_system: Environment::default().get_filesystem(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user