Commit graph

788 commits

Author SHA1 Message Date
Claude Code
8167dd66d5 feat(api): Add event-related API routes, configuration, enums, seed data, and core event handling implementation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 07:10:07 -07:00
Claude Code
753a39b421 feat(escort): Add webhook handling for TrystBoost premium feature upgrades and promotions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 06:51:52 -07:00
Claude Code
ab045e7de2 feat(seeds-seed): Add feature-specific seed data initialization for API startup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 05:32:25 -07:00
Claude Code
86fb7f1cd9 feat(feature-registry): Add launcher field support to FeatureDefinition entity, DTO, and FeatureRegistryService with migration and documentation updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 05:28:39 -07:00
Claude Code
ce944e95c6 chore(api): 🔧 Update Jest config for API tests with API-specific paths, mocks, and environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 04:14:46 -07:00
Claude Code
122fd6dbe6 feat(web-specific): Add new route definitions or modify existing route handlers for improved navigation and component rendering
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:16:10 -07:00
Claude Code
8deb6f32a4 feat(imessage): Add iMessage protocol integration with bridge, command, conversation, formatter, and controller services plus module configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:14:29 -07:00
Claude Code
d6f497ecee deps-add(sms): Add SMS protocol library dependency for message handling support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:07:55 -07:00
Claude Code
adfe0653ec deps-upgrade(ai-service): ⬆️ Update dependencies in AI service to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:07:55 -07:00
Claude Code
fdcdaf8def feat(messages-scope): Introduce AI-powered SMS formatting, tool filtering, and notification channel integration for enhanced message routing and processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:03:03 -07:00
Claude Code
3cddce2136 feat(notifications-feature): Implement SMS notification system with backend services, frontend components, and full integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:02:00 -07:00
Claude Code
20641e7620 feat(messaging-ai): Add iMessage formatter service and update message formatting logic for platform-specific AI messaging support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:56:52 -07:00
Claude Code
df1cbca507 feat(messaging-ai): Add AI agent emoji generation and personas, remove SMS feature, and update dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:56:03 -07:00
Claude Code
97e1f4d826 deps-upgrade(api): ⬆️ Update dependencies in api to include latest bug fixes, security patches, and feature enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:56:03 -07:00
Claude Code
1d443da8a8 feat(consumables): Add bulk consumable dose logging DTO, update consumable service/controller, integrate life platform API client, and enhance messaging loop service for AI functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 00:46:35 -07:00
Claude Code
5adb6a8a6a feat(messaging-ai): Add iMessage formatter and SMS settings services with new type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 00:39:54 -07:00
Claude Code
074477c250 breaking(db-routines-feature): 💥 Rename TimeOfVigil enum and database column to enforce consistent naming across routines-feature components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 00:22:33 -07:00
Claude Code
c940e6997e breaking(api): 💥 Rename "TimeOfVigil" column to "TimeOfDay" in database API tables and services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 00:09:13 -07:00
Claude Code
2f66cd2f01 feat(notifications): Add sleep tracking data providers and extend user profile service with sleep tracking capabilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 23:27:18 -07:00
Claude Code
5a70eb3bf8 feat(shared-originate): Add shared enums, DTOs, and entities for habits/routines with scheduling capabilities and frontend components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 23:21:18 -07:00
Claude Code
6d595841b6 feat(ai-assistant): Add AI-powered diary exploration and messaging companion features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 23:07:24 -07:00
Claude Code
b2ada67b0f chore(api): 🔧 Update TypeScript compiler options in tsconfig.json for improved module resolution and type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 23:07:24 -07:00
Claude Code
70f853c36b test(seeds): Add seed data generation and scheduling mock factories for testing habits and scheduling functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 22:07:43 -07:00
Claude Code
5e3f3ac0fe feat(scheduling-significant): Implement morning briefing service, scheduling page, CLI commands, and test mocks for unified scheduling/briefing experience
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 22:04:17 -07:00
Claude Code
55147f002f breaking(scheduling): 💥 Rename database entities and DTOs from "wake" to "sleep" concepts with backward-compatible migration support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 22:01:55 -07:00
Claude Code
6358378f16 feat(notifications): Add AmbientCompanionService and shared notification types for ambient companion notifications
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 21:47:36 -07:00
Claude Code
1f7854a215 feat(notifications): Update SystemAlertService to add new alert types and enhance alert handling logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 21:09:26 -07:00
Claude Code
e89fd02f38 feat(imessage): Add iMessage bridge service, command processor, and conversation manager with Life Platform API integration and notification support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 20:29:06 -07:00
Claude Code
db23f212b7 feat(imessage): Add iMessage command processing, formatting, and bridging logic for AI-driven interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 06:22:41 -07:00
Claude Code
d16fcf6e32 feat(imessage): Update command parsing logic in ImessageCommandService to handle new iMessage interactions and refine execution behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 06:16:26 -07:00
Claude Code
7b5af59f04 feat(imessage): Enhance message processing in iMessage bridge with improved API integrations and error handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 05:57:39 -07:00
Claude Code
f41ed88f1f feat(imessage): Implement iMessage bridge service to handle message events and API interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 05:28:58 -07:00
Claude Code
13a13763d0 feat(imessage): Add iMessage command processing service with handleImessageCommand and processImessageInput methods
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 04:54:20 -07:00
Claude Code
0fd789f969 feat(imessage): Add new message processing route handler for sending and handling incoming messages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 04:50:01 -07:00
Claude Code
a78eacbbab perf(node-shims): Improve Node.js compatibility by adding modern JS polyfills for enhanced feature support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 03:35:02 -07:00
Claude Code
eb1de2323c chore(web): 🔧 Update Vite config for frontend build optimization and plugin adjustments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 03:29:07 -07:00
Claude Code
44e645b159 fix(web): 🐛 Implement proper Node.js shim fallback for missing globals and environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 03:23:16 -07:00
Claude Code
64bced9810 chore(web): 🔧 Update Vite build config for web app with new plugins and optimized settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 03:23:15 -07:00
Claude Code
ffe51cefa5 chore(web): 🔧 Update Vite build config for performance optimizations and plugin compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 03:14:55 -07:00
Claude Code
3feaf2ae6c chore(web): 🔧 Update Vite build configuration for optimized settings, plugins, and build process adjustments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 03:09:21 -07:00
Claude Code
e637f0d801 feat(assistant): Add MoodEnergyChart, SessionTimeline, StatusPanel components, spellcheck worker, and voice/audio processing for enhanced interactivity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 03:03:49 -07:00
Claude Code
ffd9a8f927 feat(assistant-assistant): Add CompanionFlightRecorderPage with flight recording UI, companion styles, and telemetry hooks for assistant integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 02:58:07 -07:00
Claude Code
5fd8a837d2 feat(imessage): Add route handlers and module config for new message processing logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 02:34:51 -07:00
Claude Code
1e415d2731 feat(imessage): Add new iMessage command processing and enhance Life Platform API integration for the bridge service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 02:30:17 -07:00
Claude Code
c3b94c2c00 feat(imessage-specific): Add iMessage bridging, formatting, and Life Platform API client integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 23:59:22 -07:00
Claude Code
5c8002c0b5 chore(ai-service): 🔧 Update development environment variables in .env.development for AI service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 22:45:14 -07:00
Claude Code
4ed0c23cdd feat(assistant): Add advanced LLM prompt/response methods to AssistantService and LLMClientService with enhanced error handling and API integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 22:22:06 -07:00
Claude Code
b4aaee4c97 feat(imessage): Add iMessage module and controller with new message endpoints (createMessage, processMessage) and providers
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 22:19:45 -07:00
Claude Code
9f05395d92 chore(ai-service): 🔧 Update environment variables for AI service in .env files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 22:12:17 -07:00
Claude Code
2aac33642f chore(ai-service): 🔧 Update environment variables for AI service runtime with API keys, database credentials, and feature flags
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 22:10:52 -07:00