Improve security review markdown polishing retries

This commit is contained in:
kh.ai
2025-10-17 20:07:42 -07:00
parent 2b2577144c
commit ea2246082d
2 changed files with 797 additions and 440 deletions

View File

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