Commit graph

25 commits

Author SHA1 Message Date
autocommit
75218870a5 wip: travel backup — uncommitted features and build artifacts 2026-04-12 11:24:15 -07:00
Claude Code
cb789435d8 feat(chat): Integrate TTS pipeline and session management into chat service with new ChatService methods and ModelBossClient for speech generation requests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 21:10:26 -07:00
Claude Code
c60ee9749b deps-upgrade(dependencies): ⬆️ Update @applications/api and @applications/web dependencies and regenerate lockfile
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 21:10:26 -07:00
Claude Code
668a300142 feat(personality-specific): Add personality-driven dynamic responses and modeling to API interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 03:53:39 -07:00
Claude Code
2b4a79579e feat(session): Update session DTO to include new attributes and enforce compatibility changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 03:53:39 -07:00
Claude Code
08296714cb feat(session): Update SessionController with new session creation/validation methods
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 03:53:39 -07:00
Claude Code
fa826b3955 feat(chat): Introduce new chat service methods and enhance module config for message persistence and real-time updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 03:53:39 -07:00
Claude Code
251f9ba30d feat(ai-clients): Update AI core client logic for model management and speech synthesis features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 03:53:39 -07:00
Claude Code
83ac9b456b arch(api): 🏗️ Refactor AppModule to reorganize modules, providers, and configuration for cleaner dependency injection and global setup.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 03:53:38 -07:00
Claude Code
63196690d4 feat(voice-chat): Integrate Model Boss voice model client and update voice session/real-time communication logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 11:02:01 -07:00
Claude Code
c6fe614b64 feat(voice): Introduce VoiceSessionStore and VoiceGateway for real-time voice session management with WebSocket signaling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:18:01 -07:00
Claude Code
a57e52dfa5 feat(session): Introduce conversation session metadata and state tracking for enhanced session management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:18:01 -07:00
Claude Code
6d41bb80f3 fix(session): 🐛 fix session DTO schema validation to ensure proper type safety and request/response compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:18:01 -07:00
Claude Code
d02aa57aa9 security(session): 🔒️ Validate JWT tokens and enforce secure session expiration logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:18:01 -07:00
Claude Code
5543eeb93f feat(chat): Add ConversationTitleService for dynamic title management and update ChatService integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:17:59 -07:00
Claude Code
3ae440a474 feat(clients): Implement new model CRUD operations for Model Boss service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:17:59 -07:00
Claude Code
c723dda9cf chore(web): 🔧 Update Vite plugins, build settings, and environment variables for API integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:17:58 -07:00
Claude Code
fcc2f54594 deps-upgrade(api): ⬆️ Update minor/patch versions of API dependencies and regenerate lockfile
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:17:58 -07:00
Claude Code
a171582ff5 feat(session): Add session history tracking to backend and UI for displaying user session activity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-02 23:00:13 -07:00
Claude Code
e3f978a239 feat(voice): Introduce WebSocket gateway for voice streams, update module exports, and configure server settings for voice services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-02 21:44:54 -07:00
Claude Code
791835116d breaking(session): 💥 Update session DTO schema to modify fields, types, or validation rules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-02 21:44:54 -07:00
Claude Code
2947a008a5 security(session): 🔒️ Fix session validation vulnerabilities by updating token validation, timeout handling, and CSRF protection logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-02 21:44:54 -07:00
Claude Code
1dd32acccb feat(chat): Introduce advanced chat persistence and room management system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-02 21:44:54 -07:00
Claude Code
1e7b0b19dc feat(model-boss): Implement new API interaction methods for model-boss service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-02 21:44:53 -07:00
Claude Code
0bc056d211 arch(applications): 🏗️ Refactor application imports and file structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-01 23:54:15 -07:00