huskies: merge 871
This commit is contained in:
@@ -120,6 +120,10 @@ pub async fn handle_assign(
|
||||
return format!("Failed to assign model to **{story_name}**: {e}");
|
||||
}
|
||||
|
||||
// Mirror the assignment into the CRDT register so the in-memory pipeline
|
||||
// state stays consistent with the front-matter.
|
||||
crate::crdt_state::set_agent(&story_id, Some(&agent_name));
|
||||
|
||||
// Check whether a coder is already running on this story.
|
||||
let running_coders: Vec<_> = agents
|
||||
.list_agents()
|
||||
|
||||
Reference in New Issue
Block a user