mirror of
https://github.com/openai/codex.git
synced 2026-05-03 19:06:58 +00:00
have world_writable_warning_details accept cwd as a param (#6913)
this enables app-server to pass in the correct workspace cwd for the current conversation
This commit is contained in:
@@ -467,6 +467,7 @@ mod stub {
|
||||
|
||||
pub fn world_writable_warning_details(
|
||||
_codex_home: impl AsRef<Path>,
|
||||
_cwd: impl AsRef<Path>,
|
||||
) -> Option<(Vec<String>, usize, bool)> {
|
||||
None
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user