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 |
|
Claude Code
|
785e220076
|
feat(messages): ✨ Add emoji suggestions in ProposedNameBreakdown and improve ContactRelationship display logic for better UX
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 21:34:06 -07:00 |
|
Claude Code
|
90957f8823
|
feat(contact): ✨ Add ContactPage for public contact details and introduce ProposedNameBreakdown component for relationship name breakdowns
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 21:07:15 -07:00 |
|
Claude Code
|
9bf6f8b0a5
|
feat(user-interface): ✨ Add RelationshipFilters, Glossary page, and Relationships page for managing message relationships and displaying terminology definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 21:00:53 -07:00 |
|
Claude Code
|
e6bad21ca1
|
ui(relationship): 💄 Add theming and styling for relationship states and UI elements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 20:54:16 -07:00 |
|
Claude Code
|
efe584529d
|
feat(messages): ✨ Add reputation service backend logic and frontend UI components for contact management, reputation visualization, and conversation tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 20:54:15 -07:00 |
|
Claude Code
|
5aea1da5ba
|
feat(proxy-specific): ✨ Add proxy route handlers for backend-user message routing in routes.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 20:47:08 -07:00 |
|
Claude Code
|
3cb271b1ba
|
chore(messages): 🔧 Update message configs, server logic, frontend rendering, dependencies, and deployment infrastructure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 20:47:07 -07:00 |
|
Claude Code
|
dc2df5954e
|
feat(user-management): ✨ Implement comprehensive UI pages, components, and API integrations for managing relationships, personas, and email administration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 20:47:07 -07:00 |
|
Claude Code
|
99b5808955
|
feat(reputation): ✨ Add reputation system with relationship queries/mutations, schema definitions, and test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 20:47:07 -07:00 |
|
Claude Code
|
1d487fa2ac
|
feat(mail-admin): ✨ Introduce DockerProvider and SimProvider classes with audit logging, add provider management routes, and implement service logic for mail-admin providers
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 20:47:06 -07:00 |
|
Claude Code
|
944d4d95fc
|
deps-upgrade(features): ⬆️ Update dependencies across admin, messages, my, and provider-website modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 20:47:06 -07:00 |
|
Claude Code
|
1179d11bf6
|
feat(messages): ✨ Add name history and relationship management endpoints with backend API support and frontend UI components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-09 13:43:22 -07:00 |
|