Add better messages for intent processing and update in progress
This commit is contained in:
@@ -43,7 +43,11 @@ export function broadcastReload(reason: string, data?: Record<string, unknown>):
|
||||
}
|
||||
}
|
||||
|
||||
export type UpdateStatusPhase = 'request_received' | 'update_started' | 'update_done';
|
||||
export type UpdateStatusPhase =
|
||||
| 'request_received'
|
||||
| 'intent_processing'
|
||||
| 'updating'
|
||||
| 'update_done';
|
||||
|
||||
export function broadcastUpdateStatus(phase: UpdateStatusPhase, data?: Record<string, unknown>): void {
|
||||
if (!wss) return;
|
||||
|
||||
Reference in New Issue
Block a user