mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
Stop advertising shell snapshots from local exec servers (#39958)
Set the local exec-server's `shellSnapshotV2` capability to `false` on all platforms. GitOrigin-RevId: 4faca33e62b736e7cd2b9587e7992b0723f915fb
This commit is contained in:
@@ -186,7 +186,7 @@ impl EnvironmentInfo {
|
||||
capability_discovery_sandbox: true,
|
||||
environment_config_read: true,
|
||||
sandboxed_file_streaming: true,
|
||||
shell_snapshot_v2: cfg!(unix),
|
||||
shell_snapshot_v2: false,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user