huskies: merge 624_bug_agent_turn_and_budget_limits_not_enforced_coder_1_ran_5_6x_over_max_turns

This commit is contained in:
dave
2026-04-25 13:07:12 +00:00
parent b70ee1aa4b
commit e20083a283
10 changed files with 435 additions and 7 deletions
+2
View File
@@ -285,6 +285,7 @@ impl AgentPool {
log_session_id: Some(log_session_id.clone()),
merge_failure_reported: false,
throttled: false,
termination_reason: None,
},
);
}
@@ -652,6 +653,7 @@ impl AgentPool {
completion: None,
log_session_id: Some(log_session_id),
throttled: false,
termination_reason: None,
})
}
}