huskies: merge 1073

This commit is contained in:
dave
2026-05-15 00:30:07 +00:00
parent d4db96f709
commit f9b140add9
9 changed files with 161 additions and 2 deletions
+8
View File
@@ -38,6 +38,14 @@ pub(crate) fn tool_create_bug(args: &Value, ctx: &AppContext) -> Result<String,
depends_on.as_deref(),
)?;
let _ = ctx
.watcher_tx
.send(crate::io::watcher::WatcherEvent::NewItemCreated {
item_id: bug_id.clone(),
item_type: "bug".to_string(),
name: req.name.as_ref().to_string(),
});
Ok(format!("Created bug: {bug_id}"))
}