mirror of
https://github.com/openai/codex.git
synced 2026-09-08 15:50:34 +00:00
Advertise shell snapshot v2 support on Unix (#40376)
## What changed Set the local exec server's `shellSnapshotV2` capability on Unix, while continuing to report it as unsupported on other platforms. GitOrigin-RevId: 5e60cfb459c9312a3c56f020c11f7eece6643ab2
This commit is contained in:
@@ -194,7 +194,7 @@ impl EnvironmentInfo {
|
||||
environment_config_read: true,
|
||||
http_header_env_vars: true,
|
||||
sandboxed_file_streaming: true,
|
||||
shell_snapshot_v2: false,
|
||||
shell_snapshot_v2: cfg!(unix),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user