huskies: merge 994
This commit is contained in:
@@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user