fix(core): allow fork cache plumbing argument count

This commit is contained in:
Friel
2026-04-06 19:17:49 +00:00
parent c9c84eadaf
commit e055f41190
2 changed files with 2 additions and 0 deletions

View File

@@ -335,6 +335,7 @@ impl AgentControl {
})
}
#[allow(clippy::too_many_arguments)]
async fn spawn_forked_thread(
&self,
state: &Arc<ThreadManagerState>,

View File

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