huskies: merge 1008

This commit is contained in:
dave
2026-05-14 08:41:49 +00:00
parent 761b6934f1
commit ebf58ef224
9 changed files with 170 additions and 2 deletions
+7
View File
@@ -35,6 +35,7 @@ impl AgentPool {
project_root: None,
log_session_id: None,
merge_failure_reported: false,
merge_success_reported: false,
throttled: None,
termination_reason: None,
status_buffer: None,
@@ -73,6 +74,7 @@ impl AgentPool {
project_root: None,
log_session_id: None,
merge_failure_reported: false,
merge_success_reported: false,
throttled: None,
termination_reason: None,
status_buffer: None,
@@ -108,6 +110,7 @@ impl AgentPool {
project_root: Some(project_root),
log_session_id: None,
merge_failure_reported: false,
merge_success_reported: false,
throttled: None,
termination_reason: None,
status_buffer: None,
@@ -142,6 +145,7 @@ impl AgentPool {
project_root: None,
log_session_id: Some(log_session_id.to_string()),
merge_failure_reported: false,
merge_success_reported: false,
throttled: None,
termination_reason: None,
status_buffer: None,
@@ -176,6 +180,7 @@ impl AgentPool {
project_root: None,
log_session_id: None,
merge_failure_reported: false,
merge_success_reported: false,
throttled: None,
termination_reason: None,
status_buffer: Some(StatusEventBuffer::new(&self.status_broadcaster)),
@@ -233,6 +238,7 @@ impl AgentPool {
project_root: Some(project_root),
log_session_id: None,
merge_failure_reported: false,
merge_success_reported: false,
throttled: None,
termination_reason: None,
status_buffer: None,
@@ -267,6 +273,7 @@ impl AgentPool {
project_root: None,
log_session_id: None,
merge_failure_reported: false,
merge_success_reported: false,
throttled: None,
termination_reason: None,
status_buffer: None,