huskies: merge 994

This commit is contained in:
dave
2026-05-13 22:34:15 +00:00
parent 1ee23e7bfe
commit a5cd3a2152
8 changed files with 121 additions and 26 deletions
+7 -7
View File
@@ -35,7 +35,7 @@ impl AgentPool {
project_root: None,
log_session_id: None,
merge_failure_reported: false,
throttled: false,
throttled: None,
termination_reason: None,
status_buffer: None,
},
@@ -73,7 +73,7 @@ impl AgentPool {
project_root: None,
log_session_id: None,
merge_failure_reported: false,
throttled: false,
throttled: None,
termination_reason: None,
status_buffer: None,
},
@@ -108,7 +108,7 @@ impl AgentPool {
project_root: Some(project_root),
log_session_id: None,
merge_failure_reported: false,
throttled: false,
throttled: None,
termination_reason: None,
status_buffer: None,
},
@@ -142,7 +142,7 @@ impl AgentPool {
project_root: None,
log_session_id: Some(log_session_id.to_string()),
merge_failure_reported: false,
throttled: false,
throttled: None,
termination_reason: None,
status_buffer: None,
},
@@ -176,7 +176,7 @@ impl AgentPool {
project_root: None,
log_session_id: None,
merge_failure_reported: false,
throttled: false,
throttled: None,
termination_reason: None,
status_buffer: Some(StatusEventBuffer::new(&self.status_broadcaster)),
},
@@ -233,7 +233,7 @@ impl AgentPool {
project_root: Some(project_root),
log_session_id: None,
merge_failure_reported: false,
throttled: false,
throttled: None,
termination_reason: None,
status_buffer: None,
},
@@ -267,7 +267,7 @@ impl AgentPool {
project_root: None,
log_session_id: None,
merge_failure_reported: false,
throttled: false,
throttled: None,
termination_reason: None,
status_buffer: None,
},