Commit graph

53 commits

Author SHA1 Message Date
Lilith
99d0242cbe feat(streaming): Add mock streaming API handlers for MSW to simulate chunked responses and event streams
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:37 -08:00
Lilith
a6b2f943bc chore(messaging): 🔧 Update build/testing configs for TypeScript, Vite, Vitest, and Docker Compose to standardize messaging module tooling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:04:36 -08:00
Lilith
694108d704 feat(chat-participant-tts): Implement TTS player components (audio, overlay, settings) and integrate into streaming dashboard pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 17:38:59 -08:00
Lilith
664411a256 db(streaming): 🗃️ Add initial streaming schema migration (1700000000000) with TTS provider constraints (1740700000001) and update migration index
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 15:52:26 -08:00
Lilith
bf7c579202 feat(streaming-analytics): Add real-time event tracking and custom metric calculations to AnalyticsService
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 02:50:45 -08:00
Lilith
b87ae952e7 feat(backend-api): Add WebSocket and real-time data providers to AppModule
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 02:34:40 -08:00
Lilith
bd91b4328f deps-upgrade(backend-api): ⬆️ Update dependencies in streaming backend API to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 02:17:59 -08:00
Lilith
920284cb1a feat(streaming-backend): Update AppModule to add streaming service provider or adjust API imports/exports
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 02:12:07 -08:00
Lilith
099198598b deps-upgrade(backend-api): ⬆️ Update dependencies in streaming backend API to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 02:12:07 -08:00
Lilith
6ef0f22544 feat(streaming-backend-api): Implement WebSocket gateway integration with streaming-specific providers in AppModule
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 01:16:21 -08:00
Lilith
fa0cc177b3 deps-upgrade(backend-api): ⬆️ Update dependencies in streaming backend API to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 01:04:47 -08:00
Lilith
d9a0ac7856 feat(streaming): Add animation triggers, TTS configuration, chatbot templates, goals, menu items, and tips to streaming API DTOs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 00:36:13 -08:00
Lilith
d504f7615c feat(streaming): Implement real-time streaming session management, gateway integration, and analytics tracking with new DTOs, services, and test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 00:29:30 -08:00
Lilith
47902e69d2 feat(streaming-sessions): Introduce new session states and update DTOs, controller logic, and module config for enhanced streaming session handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 00:22:57 -08:00
Lilith
ca079593a0 feat(sso-focus): Add SSO admin session management, streaming animation triggers, and updated localization strings for company messaging
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 00:15:53 -08:00
Lilith
153a48a0c6 feat(streaming): Add real-time streaming sessions with WebSocket support, TTS audio queue integration, analytics tracking, and database schema updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 22:48:07 -08:00
Lilith
ecca8ed20a feat(chat-participant): Add TTS service integration, configuration models, and streaming gateway for chat messages; update app coordination and UI components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 21:54:37 -08:00
Lilith
6b1e0e515d feat(streaming): Add NarrativeMapPage component with calendar/library data integration, implement Tips service for streaming status processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 21:28:40 -08:00
Lilith
cfdefd1c70 deps-upgrade(streaming-backend-api): ⬆️ Update dependencies to latest compatible versions in streaming backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 21:28:40 -08:00
Lilith
387513451c deps-upgrade(frontend-standalone): ⬆️ Update and rebuild frontend dependencies to ensure compatibility with latest versions in Vite build cache
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 20:05:54 -08:00
Lilith
ae7fc8ff81 deps-upgrade(streaming): ⬆️ Update Vite and related dependencies in frontend-standalone streaming feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 20:05:53 -08:00
Lilith
36c5e70cf8 deps-upgrade(frontend-build): ⬆️ Rebuild Vite dependency cache to handle updated frontend dependencies (React, TanStack Query, MSW)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 19:22:26 -08:00
Lilith
e6c24370ac chore(frontend-standalone): 🔧 Configure Vite build settings for standalone streaming frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 19:22:26 -08:00
Lilith
bc119ff534 chore(frontend-standalone): 🔧 Recreate Vite dependency metadata cache during standalone builds
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 19:09:39 -08:00
Lilith
d7dc624132 test(streaming): Add updated E2E test cases for chatbot interactions in standalone frontend streaming feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:59:15 -08:00
Lilith
9042ed7fed feat(chat-participant-tts): Add TTS overlay, settings panel, voice picker, and audio queue integration into chat participants in the streaming dashboard
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:52:39 -08:00
Lilith
06b6617d5a chore(streaming): 🔧 Update Vite config for standalone streaming frontend build
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:52:39 -08:00
Lilith
bc6001bc11 feat(streaming): Add session timer and WebSocket support to dashboard
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:45:25 -08:00
Lilith
f189f017eb feat(streaming): Add streaming functionality with backend API menu integration and frontend dashboard support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:36:17 -08:00
Lilith
76ef3f4ec1 feat(streaming): Add real-time WebSocket streaming with dashboard UI, backend services, and entity models
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:36:17 -08:00
Lilith
16d48338f8 feat(streaming): Introduce real-time streaming session management and tip functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:36:16 -08:00
Lilith
d9fec8bd26 deps-upgrade(streaming): ⬆️ Upgrade dependencies in frontend/backend and platform-knowledge CLI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:36:14 -08:00
Lilith
fd6232284a refactor(analytics): ♻️ Restructure analytics handler functions for improved modularity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:16:05 -08:00
Lilith
55913118d5 deps-upgrade(frontend-standalone): ⬆️ Update GraphQL source map generation to latest graphql library version
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:06:16 -08:00
Lilith
d18c203f22 build(frontend-standalone): 📦️ Regenerate Vite dependency cache for standalone streaming frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:06:15 -08:00
Lilith
ee74e31138 build(frontend-standalone): 📦️ Update Vite build artifacts for standalone frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:06:15 -08:00
Lilith
c28cc81ad2 feat(streaming): Add streaming tips and goals feature with real-time API endpoints and React Query integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:06:14 -08:00
Lilith
5fad9c1426 feat(chatbot): Introduce persona routing, response templates, and session-aware interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:06:14 -08:00
Lilith
b6211d1c55 feat(routing): Add React Query integration and API mocking to marketplace client/guest/worker routes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 16:57:39 -08:00
Lilith
4c0c3c86c5 test(streaming-api): Add unit tests for streaming session handling and edge cases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 16:26:26 -08:00
Lilith
d231966c38 feat(streaming): Add streaming feature with analytics, session management, and tipping capabilities including frontend UI and API integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 16:19:06 -08:00
Lilith
ab0d1c02e5 test(streaming): Add MSW mock handlers for streaming API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 16:03:07 -08:00
Lilith
8b0a5c4ff4 feat(messaging/inbox): Add content moderation overlay UI, confidence scoring pipeline, and tests for moderation hook
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:46:44 -08:00
Lilith
d0aed1d79b feat(streaming): Add ContentModerationOverlay component and implement streaming session timer and WebSocket moderation tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:39:00 -08:00
Lilith
5a12b01667 chore(fontend-dashboard): 🔧 Update build/test configurations in vite.config.ts and vitest.config.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:39:00 -08:00
Lilith
ad866a39e8 deps-upgrade(dashboard): ⬆️ Update React, UI library, and related dependencies in streaming frontend dashboard
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:39:00 -08:00
Lilith
b8c3b7affb test(backend-api): Add comprehensive unit tests with MSW integration for core streaming services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:31:48 -08:00
Lilith
6d5faf5b14 deps-upgrade(dashboard): ⬆️ Bump dependencies to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:31:45 -08:00
Lilith
b1a8fcdf27 ui(streaming-ui): 💄 Update UI components for analytics, chatbot configuration, session history, and dashboard pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:18:50 -08:00
Lilith
b3bc71d309 feat(streaming): Implement real-time streaming with WebSocket support, session management, analytics, and chatbot integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:08:26 -08:00