huskies: merge 1073

This commit is contained in:
dave
2026-05-15 00:37:01 +00:00
parent d4db96f709
commit f9b140add9
9 changed files with 161 additions and 2 deletions
+2
View File
@@ -37,6 +37,8 @@ pub fn watcher_event_to_response(e: WatcherEvent) -> Option<WsResponse> {
// Agent lifecycle events are forwarded to chat transports only; no WebSocket message.
WatcherEvent::AgentStarted { .. } => None,
WatcherEvent::AgentCompleted { .. } => None,
// Creation notifications are forwarded to chat transports only; no WebSocket message.
WatcherEvent::NewItemCreated { .. } => None,
}
}