huskies: merge 962

This commit is contained in:
dave
2026-05-13 12:05:01 +00:00
parent 658e02c9b2
commit 184c214c34
19 changed files with 204 additions and 44 deletions
+2 -3
View File
@@ -141,9 +141,8 @@ pub(super) async fn tool_reject_qa(args: &Value, ctx: &AppContext) -> Result<Str
// Restart the coder agent with rejection context.
// Agent name comes from the CRDT WorkItem register (story 929).
let agent_name =
crate::crdt_state::read_item(story_id).and_then(|w| w.agent().map(str::to_string));
let agent_name = agent_name.as_deref().unwrap_or("coder-opus");
let agent_name = crate::crdt_state::read_item(story_id).and_then(|w| w.agent());
let agent_name = agent_name.map_or("coder-opus", |a| a.as_str());
let context = format!(
"\n\n---\n## QA Rejection\n\