codex: keep capacity backoff semantics minimal (#31176)

This commit is contained in:
Eric Traut
2026-07-05 10:31:22 -07:00
parent b3b25f039f
commit 347ba2f0dc

View File

@@ -310,9 +310,6 @@ where
.accounting_state()
.turn_is_current_active_goal(input.turn_id) =>
{
runtime
.accounting_state()
.reset_idle_progress_baseline_and_clear_active_goal();
runtime.defer_capacity_retry();
return;
}