huskies: merge 856
This commit is contained in:
@@ -34,6 +34,9 @@ pub fn watcher_event_to_response(e: WatcherEvent) -> Option<WsResponse> {
|
||||
// OAuth events are forwarded to chat transports only; no WebSocket message for the frontend.
|
||||
WatcherEvent::OAuthAccountSwapped { .. } => None,
|
||||
WatcherEvent::OAuthAccountsExhausted { .. } => None,
|
||||
// Agent lifecycle events are forwarded to chat transports only; no WebSocket message.
|
||||
WatcherEvent::AgentStarted { .. } => None,
|
||||
WatcherEvent::AgentCompleted { .. } => None,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user