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:
iceweasel-oai
2025-11-19 10:10:03 -08:00
committed by GitHub
parent 91a1d20e2d
commit b3d320433f
4 changed files with 49 additions and 39 deletions

View File

@@ -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
}