Commit graph

116 commits

Author SHA1 Message Date
autocommit
476fa282f5 deps-upgrade(frontend-user): ⬆️ Update dependencies in frontend-user module with security patches and version upgrades
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:57 -07:00
autocommit
cd52eb1031 deps-upgrade(user-messages): ⬆️ Update frontend user messages to version 0.1.0
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:57 -07:00
autocommit
1ee5b6648e ui(messages): 💄 Update message thread UI components with improved AppShell layout and thread page structure for better visual hierarchy and UX.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:57 -07:00
autocommit
5f3c60d2ac deps-upgrade(frontend-user): ⬆️ Update and pin frontend-user dependencies to enforce version consistency with root package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:57 -07:00
autocommit
143f4f48f7 deps-upgrade(dependencies): ⬆️ Update dependencies across landing/frontend-public, merchant/backend-api, and messages/backend-user modules for security patches and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:57 -07:00
autocommit
cc0893d704 deps-upgrade(dependencies-significant): ⬆️ Coordinate and upgrade 16 dependencies across feature modules and shared packages, including @lilith/provider-api-client and quinn-app-switcher
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:56 -07:00
autocommit
d11d926685 refactor(layout-specific): ♻️ Unify navigation patterns in AppShell, MyLayout, and Sidebar components for consistent admin/my/quinn-ai layouts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:55 -07:00
autocommit
df8afdf96a deps-upgrade(analytics-messages): ⬆️ Update analytics-messages and related dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:55 -07:00
autocommit
db85c031c7 ui(messages): 💄 Restructure AppShell component to reorganize messaging feature layout and integrate new UI elements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:54 -07:00
autocommit
c5c79935f7 deps-upgrade(quinn-app-switcher): ⬆️ Update frontend dependencies to latest versions for cross-module consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:54 -07:00
autocommit
066d75c019 deps-upgrade(deps): ⬆️ Update dependencies across admin, analytics, messages, my, sso, quinn.www, and root packages to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 20:44:11 -07:00
autocommit
e121181aef deps-upgrade(features-feature): ⬆️ Update dependencies in admin, analytics, messages, my, sso features, and quinn.www deployment
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 20:44:11 -07:00
autocommit
2e7fa9168e feat(user): Add message handling logic in main.tsx and update Vite type definitions in vite-env.d.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 22:25:38 -07:00
autocommit
644ee14597 chore(fontend-config): 🔧 Update Vite build configurations with plugins, path aliases, and optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 22:25:37 -07:00
autocommit
bf333cda08 deps-upgrade(frontend): ⬆️ Update dependencies in admin, analytics, messages, my, and sso frontend packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 22:25:37 -07:00
autocommit
8267865b5d chore(components): 🔧 Update component dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 10:46:52 -07:00
Claude Code
1ea4830fb3 feat(user): Introduce ProviderSettings page and update navigation to include third-party provider management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 10:02:37 -07:00
Claude Code
b3b15b1736 feat(messages): Add provider configuration proxy routes and new API types for third-party integrations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 10:02:37 -07:00
Claude Code
6d8127e259 feat(messages-frontend-user): Add BadClientPanel, EmailAdminAccountModals, EmailAdminAliasModals, and GlossaryModals components, plus ContactRelationship, Contacts, EmailAdmin, and Glossary pages for admin email management and relationship tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 04:23:12 -07:00
Claude Code
1c30b79ce3 feat(messages): Add name history tracking and fallback time range logic for ContactRelationship and Contacts pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 03:27:30 -07:00
Claude Code
33ab5e0653 chore(user-experience): 🔧 Update ESLint config for React 19 and ESLint 9+ compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 03:10:51 -07:00
Claude Code
bc3681436e ui(ui): 💄 Add BadClientPanel component to display messages for invalid/blocked clients
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:15:57 -07:00
Claude Code
67fb8ff267 feat(client-intel): Implement client-intel backend controllers, DTOs, and services for processing intelligence data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:52:10 -07:00
Claude Code
76310236e4 feat(user-management): Introduce client relationship API endpoints and types, update UI components for contact management, bad client handling, and job queues, and enhance the application shell layout for better integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:46:08 -07:00
Claude Code
a1420a55bf chore(backend-user): 🔧 Update server configuration and runtime setup in config.ts and server.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:46:08 -07:00
Claude Code
8925405155 feat(reputation): Add reputation queries, routes, and job queue service logic for managing user reputation and backend operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:46:08 -07:00
Claude Code
8a087604b3 chore(reputation): 🔧 Update emoji labeling config and environment variables for model evaluation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:26:29 -07:00
Claude Code
0b89555218 style(relationship): 🎨 Introduce standardized color palette variables for relationship UI components in colors.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:00:27 -07:00
Claude Code
88a73b2b8f feat(messages): Improve conversation column and topic timeline rendering with enhanced message grouping, visual cues, and interaction patterns
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:00:27 -07:00
Claude Code
a2a38af3c3 feat(reputation): Introduce emoji labeling evaluation logic to detect boundary-pushing emojis and integrate with glossary service for reputation scoring
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:00:27 -07:00
Claude Code
e8b43d6eeb refactor(user): ♻️ Remove emoji handling from ProposedNameBreakdown and restructure ContactTable/ContactRelationship components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 00:01:46 -07:00
Claude Code
23e294ce4d feat(messages): Add emoji handling and proposed name breakdown logic to ContactTable and introduce ProposedNameBreakdown component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:36:51 -07:00
Claude Code
dbcebcea7c feat(messages): Improve ContactTable and TopicTimeline components with enhanced relationship visualization and interaction logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:31:29 -07:00
Claude Code
bd5398026b fix(reputation): 🐛 Fix double URL decoding in glossary route handler to prevent corrupted emoji parameters
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:31:28 -07:00
Claude Code
29c75c69c0 feat(reputation): Introduce emoji labeling evaluation logic to calculate reputation scores based on emoji usage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:25:10 -07:00
Claude Code
ffe9fbe584 refactor(server): ♻️ Update server configuration to modularize tool dependencies and improve compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:25:10 -07:00
Claude Code
7eac4685d7 feat(assistant): Integrate glossary support into score-contacts tool and update related tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:25:10 -07:00
Claude Code
b9badaa979 feat(reputation): Add new emoji mappings to the reputation glossary for enhanced user communication
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:19:34 -07:00
Claude Code
e29a358cd8 feat(messages): Add SimulatorBadge component, ContactRelationship page, and update Thread page for relationship management UI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 22:47:29 -07:00
Claude Code
fb2042bd3d feat(user-relationships): Add relationship CRUD API endpoints and TypeScript types for frontend-user module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 22:47:29 -07:00
Claude Code
458a64a0c4 feat(reputation): Implement reputation relationship types, routes, and service logic to track and calculate user reputation scores based on relationships
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 22:47:29 -07:00
Claude Code
9482521f56 breaking(assistant): 💥 Refactor assistant service to enforce delta-formatted responses (incremental updates) instead of full payloads
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 22:47:29 -07:00
Claude Code
9a9b752b79 feat(messages): Update ContactRelationship and Thread components to enhance relationship and thread display logic for improved UX
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 22:41:08 -07:00
Claude Code
67379d7c35 feat(messages): Introduce utility to strip emojis from contact display names in ContactTable
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 22:41:08 -07:00
Claude Code
943984cecd feat(user-interface): Add EmailAdmin page and update routing in App.tsx for admin email functionality with toast notifications
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 22:21:54 -07:00
Claude Code
a9fa2b44a0 ui(relationship): 💄 Add responsive layout adjustments for mobile devices
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 22:15:34 -07:00
Claude Code
ed4fd9c738 responsive(messages): 📱 Add responsive layout logic for Contacts and Glossary pages to improve mobile/desktop adaptability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 22:09:34 -07:00
Claude Code
07702c7bd9 feat(messages): Add emoji filtering to Contacts page and update Glossary page UI for consistent message-related features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 21:57:31 -07:00
Claude Code
f7a43a2bb1 feat(reputation): Add 'notes' field to emoji glossary and update frontend API types for glossary-service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 21:51:38 -07:00
Claude Code
cb99f7443f refactor(reputation): ♻️ Update glossary logic in routes and service to preserve historical data while enabling backward-compatible new updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 21:45:47 -07:00