- Backend: /generate-discussion-guide now returns task_id immediately (202) and runs generation as a background asyncio task, delivering the guide via WebSocket task_completed event (bypasses GCP LB 30s timeout) - Frontend: useDiscussionGuideGeneration awaits ws:task_completed event to resolve the guide Promise instead of waiting on the HTTP response Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| use-mobile.tsx | ||
| useCancellableGeneration.ts | ||
| useDiscussionGuideGeneration.ts | ||
| useFocusGroupAutoSave.ts | ||
| useFolderManagement.ts | ||
| usePersonaDetails.ts | ||
| usePersonaFiltering.ts | ||
| usePersonaStorage.ts | ||
| useWebSocket.ts | ||