huskies: merge 543_story_resume_failed_coder_agents_with_resume_instead_of_starting_fresh_sessions
This commit is contained in:
@@ -171,7 +171,7 @@ pub async fn handle_assign(
|
||||
);
|
||||
|
||||
match agents
|
||||
.start_agent(project_root, &story_id, Some(&agent_name), None)
|
||||
.start_agent(project_root, &story_id, Some(&agent_name), None, None)
|
||||
.await
|
||||
{
|
||||
Ok(info) => {
|
||||
|
||||
@@ -115,7 +115,7 @@ pub async fn handle_start(
|
||||
);
|
||||
|
||||
match agents
|
||||
.start_agent(project_root, &story_id, resolved_agent.as_deref(), None)
|
||||
.start_agent(project_root, &story_id, resolved_agent.as_deref(), None, None)
|
||||
.await
|
||||
{
|
||||
Ok(info) => {
|
||||
|
||||
Reference in New Issue
Block a user