Commit graph

81 commits

Author SHA1 Message Date
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
Claude Code
db2ec6cb38 feat(user-interface): Implement contact management UI with Contacts and ContactRelationship pages and updated AppShell layout
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 12:15:25 -07:00
Claude Code
334cebd3f1 feat(user-frontend): Add Relationships page component with API types and management logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 12:08:21 -07:00
Claude Code
c2673f7c3a feat(reputation): Add emoji dismiss/suggest endpoints in relationship-routes and implement emoji handling in relationship-service, with test coverage in compute.test
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 12:08:21 -07:00
Claude Code
857dc1bf0b feat(messages): Add TypeScript interfaces for relationship and topic modeling in messages API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 12:02:15 -07:00
Claude Code
df8da9ce8b feat(reputation): Add API routes, service logic, and server integration for managing relationship reputation and calculating scores
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 09:44:38 -07:00
Claude Code
1d54ab80b8 test(messages-specific): Update Vitest config and lockfile for messages backend tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 22:10:01 -07:00
Claude Code
08034c1da2 feat(messages): Add reputation UI elements to AppShell and Contacts page and integrate reputation logic in App component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 22:10:01 -07:00
Claude Code
addd1aa71f feat(reputation): Introduce ReputationService with scoring logic and add /reputation API routes for messages trust/engagement metrics
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 22:10:01 -07:00
Claude Code
2976526295 feat(reputation): Add glossary service, routes, API types, and UI page for reputation terminology management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 22:10:01 -07:00
Claude Code
43a9b98e36 feat(reputation): Introduce emoji dictionary and editor for reputation system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 22:10:00 -07:00
Claude Code
509b777bf5 test(messages): Update Vitest test configuration for backend-user feature with test suite plugins and environment setups
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 22:10:00 -07:00
Claude Code
5b300a4d46 deps-upgrade(messages): ⬆️ Update backend and frontend dependencies in the messages feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 22:10:00 -07:00
Claude Code
d8a60c2c97 feat(user-profile): Introduce emoji types and integrate emoji rendering in the Contacts page with utility functions for emoji handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 20:45:23 -07:00
Claude Code
c5d5517754 feat(reputation): Add reputation API routes and service with scoring logic and unit tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 20:45:23 -07:00
Claude Code
8d187f2ae4 feat(reputation): Introduce EmojiDictionary and EmojiHandler for emoji-based reputation calculations and validation with test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 20:45:23 -07:00
Claude Code
e6bfd13e47 feat(assistant): Introduce emoji scoring logic in the scoreContacts function and add unit tests in score-contacts.test.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 20:45:23 -07:00
Claude Code
5e90d54a8f feat(messages): Introduce new frontend UI components and public API interactions for user-facing message handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:54 -07:00
Claude Code
2b2de85d80 feat(user-interface): Introduce contact search API endpoint and UI components for frontend user messages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:25 -07:00
Claude Code
8277e8e5fe ui(contacts-specific): 💄 Improve contact filtering UI/UX with updated logic and interactive components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:24 -07:00
Claude Code
72ea030635 feat(reputation): Add reputation-based auto-tagging system for contacts with backend routes, API types, and UI integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:24 -07:00
Claude Code
620fe45992 feat(messages): Add Contacts page categorization UI and contact category management hook
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:24 -07:00
Claude Code
9cac375894 feat(messages): Add simulator mode UI badge and environment configuration logic to Dashboard
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:24 -07:00
Claude Code
22abbcf854 feat(user): Add simulator mode toggle with SimulatorBadge component, useSimulatorMode hook, and paginated conversation browsing API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:24 -07:00