mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Improve security review markdown polishing retries
This commit is contained in:
@@ -84,6 +84,11 @@ mod tasks;
|
||||
mod user_notification;
|
||||
pub mod util;
|
||||
|
||||
/// Shared jittered exponential backoff used across Codex retries.
|
||||
pub fn default_retry_backoff(attempt: u64) -> std::time::Duration {
|
||||
util::backoff(attempt)
|
||||
}
|
||||
|
||||
pub use apply_patch::CODEX_APPLY_PATCH_ARG1;
|
||||
pub use command_safety::is_safe_command;
|
||||
pub use safety::get_platform_sandbox;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user