story-kit: merge 176_bug_stories_moved_to_current_get_supervisor_instead_of_coder
This commit is contained in:
@@ -351,8 +351,10 @@ impl AgentPool {
|
||||
name.to_string()
|
||||
}
|
||||
None => config
|
||||
.default_agent()
|
||||
.ok_or_else(|| "No agents configured".to_string())?
|
||||
.default_coder_agent()
|
||||
.ok_or_else(|| {
|
||||
"No coder agent configured. Specify an agent_name explicitly.".to_string()
|
||||
})?
|
||||
.name
|
||||
.clone(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user