huskies: merge 994

This commit is contained in:
dave
2026-05-13 22:38:51 +00:00
parent 1ee23e7bfe
commit a5cd3a2152
8 changed files with 121 additions and 26 deletions
+2 -2
View File
@@ -322,7 +322,7 @@ impl AgentPool {
project_root: Some(project_root.to_path_buf()),
log_session_id: Some(log_session_id.clone()),
merge_failure_reported: false,
throttled: false,
throttled: None,
termination_reason: None,
status_buffer: Some(status_buffer),
},
@@ -418,7 +418,7 @@ impl AgentPool {
base_branch: None,
completion: None,
log_session_id: Some(log_session_id),
throttled: false,
throttled: None,
termination_reason: None,
})
}