Commit graph

15 commits

Author SHA1 Message Date
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