mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
fix(core): allow fork cache plumbing argument count
This commit is contained in:
@@ -335,6 +335,7 @@ impl AgentControl {
|
||||
})
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
async fn spawn_forked_thread(
|
||||
&self,
|
||||
state: &Arc<ThreadManagerState>,
|
||||
|
||||
@@ -795,6 +795,7 @@ impl ThreadManagerState {
|
||||
.await
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub(crate) async fn resume_thread_from_rollout_with_source(
|
||||
&self,
|
||||
config: Config,
|
||||
|
||||
Reference in New Issue
Block a user