Commit graph

1304 commits

Author SHA1 Message Date
autocommit
5bb10e2707 feat(api-processors): Introduce BackfillProcessor class and backfill handler functions for API batch data operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 00:29:18 -07:00
autocommit
a90c27ebfe feat(api): Add backfill-processors script to process historical interest data for API retroactive analysis
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 00:29:18 -07:00
autocommit
a5012a773c refactor(processors): ♻️ Add interest detector function to processors/index.ts for evaluating user interests in API data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 00:29:18 -07:00
autocommit
f242f4209d feat(interest-detector): Introduce InterestDetector class with detectInterests and analyzeBehavior methods to process user signals and enable interest-based personalization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 00:29:17 -07:00
autocommit
65ba98771d feat(interest-detection): Introduce InterestDetectionService with methods to analyze input data and return interest categories
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 00:29:17 -07:00
autocommit
5f79706a6d feat(client-interest): Add client-interest entity with repository and type definitions for CRUD operations and schema validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 00:29:17 -07:00
autocommit
d2ac5a0987 feat(geo-inference): Add tapback detection to skip geo-inference for iMessage reactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 00:22:56 -07:00
autocommit
dbe95eea24 feat(processors): Add optional message body support to geo-inference and relationship-resolver processors and update backfill scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 00:04:40 -07:00
autocommit
6c6040cef4 feat(api-affects): Introduce BackfillProcessor to reprocess Mac-Sync Send Queue items for missed/delayed sync operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 23:52:47 -07:00
autocommit
f6dc3f204a docs(api-features): 📝 Remove outdated Phase 4b implementation docs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 23:52:47 -07:00
autocommit
2361bd18c6 deps-upgrade(scripts): ⬆️ Update script dependencies to latest stable versions for security and compatibility fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 23:52:47 -07:00
autocommit
3ba67de473 chore(api-server): 🔧 Update Model Boss service URL port to 8210 in API server config
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 21:58:55 -07:00
autocommit
1b625321c0 refactor(content-classifier): ♻️ Remove CONTENT_MODERATOR_URL dependency from ContentClassifier and update exports
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 21:52:45 -07:00
autocommit
31d0970afe feat(api): Introduce ModelBossProcessor class and /model-boss/process endpoint to handle Model Boss model interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 21:52:45 -07:00
autocommit
79d30898cc remove(api-config): 🔥 Remove deprecated CONTENT_MODERATOR_URL configuration key
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 21:52:45 -07:00
autocommit
fd7bf724b4 feat(api): Introduce backfill-contacts script to retroactively populate contact data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 20:20:25 -07:00
autocommit
1cc231698d deps-upgrade(api): ⬆️ Update API dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 20:20:25 -07:00
autocommit
dc1fe66eb2 feat(api-scripts): Introduce backfill-processors.ts with GeoInferenceProcessor and RelationshipResolver for one-time data cleanup/enrichment
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 20:09:28 -07:00
autocommit
001d001fbb feat(relationship-resolver): Implement external script export for relationship-resolver processor
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 20:09:28 -07:00
autocommit
a7fd6988bf feat(geo-inference): Implement export statements in geo-inference processor to expose the function for external script integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 20:09:28 -07:00
autocommit
14dc9d77f0 deps-upgrade(api-features): ⬆️ Update dependencies in API features to latest versions for security and feature improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 20:09:28 -07:00
autocommit
6ff0968e02 deps-upgrade(analyticsapi-client): ⬆️ Update analytics and provider-api-client dependencies with minor/patch versions and new additions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 19:30:30 -07:00
autocommit
7276bcf2e4 feat(landing): Introduce InfoPage, InfoPanel, and SimonSelector components; update App.tsx routing; add ClientPricingPage and FanPricingPage; extend type definitions for landing feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:45:50 -07:00
autocommit
6fa0004ecf feat(customer): Implement new visualization components (ClientVisualizations, FanVisualizations) and update styling for customer and fan pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:45:50 -07:00
autocommit
12dc5e361a feat(admin): Implement AdminAuthGate for role-based access control, update EntriesTable for data display, add StatsPanel for analytics, and refactor auth/API hooks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:45:50 -07:00
autocommit
16ba8e182f refactor(cta-modal): ♻️ Unify theming logic in info, registration, and theme contexts to improve consistency and maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:45:50 -07:00
autocommit
6ef59c34f3 feat(pricing): Refactor TierCard into modular components with tier hooks and cohesive styling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:45:50 -07:00
autocommit
80d1eb296a remove(i18n-pricing): 🔥 Remove outdated pricing locale files for client, fan, and marketplace subscription segments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:45:50 -07:00
autocommit
6f170705c4 chore(landing): 🔧 Update TypeScript compiler options for landing page feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:45:50 -07:00
autocommit
9dd649020a feat(maintenance-mode): Add interaction tracking to MaintenanceMode page with analytics logging
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:29:40 -07:00
autocommit
2141bef4b4 chore(frontend-public): 🔧 Update TypeScript compiler settings for frontend-public module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:29:40 -07:00
autocommit
f0b7c7787e feat(provider-website): Add maintenance mode page and update App.tsx to handle frontend logic, including Vite environment TypeScript definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:23:37 -07:00
autocommit
50fd9c7a3d feat(mcp-server): Update core server logic in index.ts to enhance request handling, response processing, and internal workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:23:37 -07:00
autocommit
2661243839 types(admin): 🏷️ Add TypeScript type definitions for admin shared functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:23:37 -07:00
autocommit
233f153e7e feat(frontend-showcase): Update showcase stories to include BrowseConversation type with mock data transformation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:23:37 -07:00
autocommit
c89fec3b20 chore(mcp-seo): 🔧 Update TypeScript compiler config for stricter type safety with @types/node and strict settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:23:37 -07:00
autocommit
70c996041e chore(api-features/api): 🔧 Remove bun.lock to reset dependency resolution for API feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:07:45 -07:00
autocommit
f5d4fe977d remove(messages): 🔥 Remove deprecated deploy.sh script from frontend-user messages directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:07:45 -07:00
autocommit
64a8fd35fe feat(api-surfaces): Introduce client management API endpoints for the "my" section
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 17:56:15 -07:00
autocommit
20e7fedb3b feat(content-classifier): Implement ContentClassifier processor for dynamic content categorization in API pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 17:56:15 -07:00
autocommit
872d65953c feat(api-client): Add dismissedAutoTags field to Client schema and types for client-side tag management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 17:56:15 -07:00
autocommit
f096522f14 chore(data-api): 🔧 Update TypeScript compiler settings and .gitignore to ignore build artifacts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 17:56:15 -07:00
autocommit
c482b6b997 deps-upgrade(data-api): ⬆️ Update dependencies in data-api to latest patch versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 17:56:15 -07:00
autocommit
94787f46d1 feat(deploy): Add automated deployment script for frontend user messages feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 17:43:46 -07:00
autocommit
7217d84563 feat(geo-inference): Add retry mechanism for race condition handling in relationship resolution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 00:01:49 -07:00
autocommit
58e9e72d37 refactor(vip): ♻️ Centralize service token validation logic in hasServiceToken to consolidate configuration and reduce duplication
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 23:55:45 -07:00
autocommit
062636115b chore(api): 🔧 Update development environment variables for API feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 23:19:07 -07:00
autocommit
9db4a2a899 feat(messages): Introduce null safety checks and optional chaining for conversation data in the Thread component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 23:01:03 -07:00
autocommit
8f3ff20df9 fix(frontend-user): 🐛 Fix empty response handling in fetchJson to prevent errors when API returns empty results
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 22:54:41 -07:00
autocommit
c3995229d6 feat(frontend-public): Add optional verification status UI components and logic to MatrixPage and PlatformsPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 22:29:49 -07:00