huskies: merge 963

This commit is contained in:
dave
2026-05-13 12:53:03 +00:00
parent 93f774fcbb
commit 9a6963ac04
4 changed files with 46 additions and 26 deletions
+2 -2
View File
@@ -293,9 +293,9 @@ mod tests {
error: None,
merge_failure: None,
agent: Some(crate::http::workflow::pipeline::AgentAssignment {
agent_name: "coder-1".to_string(),
agent_name: crate::config::AgentName::Coder1,
model: Some("claude-3-5-sonnet".to_string()),
status: "running".to_string(),
status: crate::agents::AgentStatus::Running,
}),
review_hold: None,
qa: None,