Claude Code
|
43830e15bc
|
docs(playwright-report): 📝 Improve Playwright E2E test report styling and metrics for clearer readability in HTML output
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-12 00:13:38 -07:00 |
|
Claude Code
|
ea3c4a105c
|
test(settings): ✅ Add E2E test files for settings page interactions and page checks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-12 00:13:38 -07:00 |
|
Claude Code
|
b63bf0f9e3
|
feat(web-settings): ✨ Add SettingsPage component and route configuration for user settings UI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-12 00:13:38 -07:00 |
|
Claude Code
|
c906f12682
|
test(chat): ✅ Update Playwright test snapshots and screenshots to reflect recent chat UI changes for visual regression testing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 23:13:33 -07:00 |
|
Claude Code
|
f1ccf62900
|
refactor(chat): ♻️ Restructure ChatPage exports and CompanionApp imports to simplify imports and reduce complexity in chat-related routes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 23:13:33 -07:00 |
|
Claude Code
|
072d148206
|
chore(web): 🔧 Update Vite build configuration for performance and plugin compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 23:13:33 -07:00 |
|
Claude Code
|
d567559e1e
|
deps-upgrade(web): ⬆️ Update web dependencies to latest versions in root and @applications/web packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 23:13:33 -07:00 |
|
Claude Code
|
d365b0cf99
|
chore(config): 🔧 Update manifest to reflect new API modules and dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 21:51:45 -07:00 |
|
Claude Code
|
1fd0e8c71c
|
chore(web): 🔧 Update Vite build configuration for performance, plugins, and environment settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 21:51:45 -07:00 |
|
Claude Code
|
7d3c0f721b
|
docs(deployments): 📝 Update Nginx deployment documentation with revised instructions, best practices, and configuration examples
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 21:06:40 -07:00 |
|
Claude Code
|
ab8ac46e2c
|
deploy(deploy): 🚀 Update Nginx server settings and SSL/TLS configurations for AI service in production
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 20:45:45 -07:00 |
|
Claude Code
|
dc2641844d
|
chore(nginx): 🔧 Update routing and performance configs for companion.lilith.apricot.local and ai.quinn.apricot.local services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 20:10:04 -07:00 |
|
Claude Code
|
b66eba7add
|
feat(e2e): ✨ Add push subscription test cases for chat E2E coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 22:49:19 -07:00 |
|
Claude Code
|
ab15f901be
|
docs(e2e): 📝 Update Playwright E2E report template for better visual hierarchy and readability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 22:36:59 -07:00 |
|
Claude Code
|
233251c1d0
|
feat(chat): ✨ Introduce ChatMessage component with message rendering logic and add E2E test coverage for chat interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 22:36:58 -07:00 |
|
Claude Code
|
2fb1bb9d11
|
deps-upgrade(e2e-end): ⬆️ Update e2e testing infrastructure with optimized Docker images and browser services for CI/CD pipelines
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 22:36:58 -07:00 |
|
Claude Code
|
959314e9db
|
ci(e2e): 👷 Update Docker and docker-compose configurations for e2e testing environment to optimize API/web service setup, dependencies, and resource management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 21:52:24 -07:00 |
|
Claude Code
|
233d3aa126
|
chore(eslint): 🔧 Update ESLint config to enforce stricter linting rules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 21:29:51 -07:00 |
|
Claude Code
|
23e21080e1
|
scripts(scripts): 🔨 Update run script with new commands, environment variables, and optimized execution logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 21:29:50 -07:00 |
|
Claude Code
|
ba71f087b1
|
chore(e2e): 🔧 Update Playwright test config and report template for parallel execution and structured HTML output
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 21:29:50 -07:00 |
|
Claude Code
|
93590c1628
|
feat(http): ✨ Extend CompanionHttpClient with retry, timeout, and custom header support for enhanced request flexibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 21:29:50 -07:00 |
|
Claude Code
|
abe3df7387
|
feat(voice): ✨ Implement real-time audio streaming with binary protocol support for companion client
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 21:29:50 -07:00 |
|
Claude Code
|
5676f1fee3
|
chore(e2e): 🔧 Update TypeScript config and Docker Compose for e2e testing environments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 21:29:50 -07:00 |
|
Claude Code
|
0b267b52df
|
deps-upgrade(dependencies): ⬆️ Update @packages/companion-client and @tooling/e2e to newer versions in pnpm-lock.yaml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 21:29:50 -07:00 |
|
Claude Code
|
fc9b54c3cc
|
feat(settings): ✨ Introduce SettingsPanel component with push notification toggle controls and subscription management UI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 21:16:32 -07:00 |
|
Claude Code
|
884179d25f
|
feat(companion-app): ✨ Implement new settings management props and state in CompanionApp.tsx for user configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 21:16:32 -07:00 |
|
Claude Code
|
492d724ca8
|
perf(web): ⚡ Optimize static asset loading with refined service worker cache strategies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 21:10:26 -07:00 |
|
Claude Code
|
335d62c391
|
ui(web): 💄 Update PWA assets and manifest with new icons, theme colors, and proper registration for device installation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 21:10:26 -07:00 |
|
Claude Code
|
ea2f1a4ea4
|
feat(errors): ✨ Introduce session recovery logic with Service Worker caching for expired sessions and failed auth attempts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-08 21:10:26 -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
|
824206530a
|
perf(web): ⚡ Optimize Vite build performance by configuring optimizeDeps and TypeScript path resolution for faster dependency resolution
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
|
2367fa359b
|
test(playwright-mcp): ✅ Update 17 test snapshots and configurations for Playwright MCP
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-04 03:53:40 -07:00 |
|
Claude Code
|
16e860384f
|
ui(playwright-report): 💄 Refactor Playwright E2E test report UI to modernize HTML structure and styling for improved readability and visual presentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-04 03:53:40 -07:00 |
|
Claude Code
|
fd6cb28ab5
|
test(e2e): ✅ Update e2e test scenarios for app flow, chat, toast notifications, and settings to align with current behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-04 03:53:40 -07:00 |
|
Claude Code
|
15fc3afa66
|
chore(e2e): 🔧 Update Playwright E2E test configuration for parallel execution, reporters, and CI pipeline settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-04 03:53:39 -07:00 |
|
Claude Code
|
3efc298cd1
|
perf(pcm-player): ⚡ Optimize PCM audio processing for better playback efficiency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-04 03:53:39 -07:00 |
|
Claude Code
|
13569cbbe9
|
feat(voice): ✨ Add WebRTC session cleanup logic to prevent memory leaks during disconnections
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-04 03:53:39 -07:00 |
|
Claude Code
|
e5a818de87
|
feat(settings): ✨ Enhance SettingsPanel UI with new configuration options and improved layout
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-04 03:53:39 -07:00 |
|
Claude Code
|
757d04828b
|
feat(errors-error): ✨ Introduce session recovery mechanism to detect and handle expired/invalid sessions with graceful user flow
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-04 03:53:39 -07:00 |
|
Claude Code
|
6d05bc35ea
|
feat(chat): ✨ Add rich text formatting support and update TypeScript types for chat messages and TextInput component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-04 03:53:39 -07:00 |
|
Claude Code
|
9ab8f2522a
|
feat(companion-app): ✨ Introduce new UI dashboard panel with customizable widgets and state management for enhanced user experience
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-04 03:53:39 -07:00 |
|
Claude Code
|
7c9437ae29
|
chore(pcm-player): 🔧 Update bundled player asset for dependency/performance changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-04 03:53:39 -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
|
a7c9dd8ff4
|
ui(companion): 💄 Add 10 companion feature PNG visual assets (loading, chat, response, final states)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-04 03:53:38 -07:00 |
|