huskies: merge 1073
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user