Natalie
5769d5c874
feat(messenger): canonical domain messenger.transquinnftw.com
...
Align the messaging surface with other quinn.* subdomains (my, admin, data).
m.transquinnftw.com and m.quinn.apricot.lan now 301 to messenger.*.
App switcher id/subdomain updated to messenger; shared SAN cert expanded
on deploy.
2026-06-23 07:55:54 -04:00
Natalie
7a1534991e
fix(ci): unblock typecheck for messages Thread and my frontend
...
Thread.tsx imported iMessage primitives from @lilith/ui-messaging where
they are not exported; point at @lilith/ui-imessage instead. Add
skipLibCheck to my/frontend-public and raise the tsc heap in
typecheck-all.sh so the CI sweep no longer OOMs on large frontends.
2026-06-22 00:10:22 -05:00
Natalie
7e85ab3967
fix(deps): repoint ui-imessage/ui-messaging off the dead apricot registry
...
deploy-quinn-my (and any workspace build) hung for the full job timeout at the
`lixbuild` step with zero output, then got killed. Root cause: package.json +
bun.lock pinned two deps to npm.apricot.lan dev-version tarballs —
@lilith/ui-imessage -> http://npm.apricot.lan:4874/...1.0.3-dev....tgz (root)
@lilith/ui-messaging -> http://npm.apricot.lan:4874/...1.2.4-dev....tgz (messages/frontend-user)
Apricot was decommissioned 2026-06-19, so npm.apricot.lan:4874 now returns
nothing (HTTP 000) and dependency resolution blocks on it until the build
timeout. The 1.0.3-dev / 1.2.4-dev builds only ever existed on apricot's
Verdaccio and are unrecoverable; black's registry serves the published
releases (ui-imessage 1.0.2, ui-messaging 1.2.3). Repoint both to those and
regenerate bun.lock against npm.black.lan — 0 apricot refs remain, all @lilith
tarball URLs now point at forge.black.lan (reachable from the on-black runner).
frozen-lockfile check passes clean.
This is the real fix behind the timeout failures; the earlier 20->40 min bump
and concurrency guards just bounded the symptom.
Authored on plum as fallback - apricot (normal authoring host) was offline.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 21:40:48 -05:00
autocommit
84d31a0afe
feat(prospector-quinn): ✨ Introduce AI prospecting tools (heat scoring, reply generation) and Quinn-AI gateway integration, alongside frontend UI updates, backend API refactoring, and infrastructure enhancements for edge-purge and proxy services.
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 20:40:01 -07:00
autocommit
158a704418
breaking(api): 💥 Update client entity schema, prospector classification, and admin photo export routes with breaking changes
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 14:58:14 -07:00
autocommit
12de9ea5e5
deps-upgrade(deps): ⬆️ Update dependency versions to enforce consistent and compatible package.json and lockfile across the codebase
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 14:58:14 -07:00
autocommit
8f28fcb169
chore(backend-user): 🔧 Update message configuration and server initialization for backend user message handling
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-08 08:40:45 -07:00
autocommit
403e33cd1f
deps-upgrade(backend-user): ⬆️ Update dependencies in backend-user module to latest compatible versions
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-08 08:40:44 -07:00
autocommit
45e2629878
feat(browse): ✨ Add browseUsers service, /browse route, and pagination/filter config for listing backend users
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-08 07:44:17 -07:00
autocommit
e780f1e493
chore(backend-user): 🔧 Update .env.development for backend user feature with environment-specific variables/configs
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-08 07:44:17 -07:00
autocommit
072188344c
remove(reputation): 🔥 Remove deprecated emoji and relationship integration tests from reputation module
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-04 21:12:10 -07:00
autocommit
76ff925462
feat(messages-backend): ✨ Introduce unified search fanout logic, new API endpoints, and search configuration
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-19 21:31:10 -07:00
autocommit
a25e23f15b
deps-upgrade(messages): ⬆️ Update dependencies for backend-user and quinn-ai/backend-api feature modules
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:51:17 -07:00
autocommit
292ddf2f53
feat(messages): ✨ Implement sent-emails API, message threading, Inbox page, and ThreadPane component
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:44:15 -07:00
autocommit
d8eddc1397
feat(assistant): ✨ Add journal review tool classes to the assistant's tool registry for processing journal entries
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:37:07 -07:00
autocommit
54aa8af3e4
feat(messages): ✨ Implement inbox page, API integration, and app shell for message management
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:10:07 -07:00
autocommit
a54762249b
feat(messages): ✨ Introduce email admin UI with EmailAdmin page and SentEmailsSection component, backend mail-sync/send logic, and API routes for message operations
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 21:34:35 -07:00
autocommit
a9296815f7
chore(api): 🔧 Update API contract, backend logic, frontend UX, infrastructure, and localization across system-wide components
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 04:42:58 -07:00
autocommit
c4cfcbac7a
chore(frontend-config): 🔧 Standardize environment variables, Vite build configurations, and Docker/E2E setup across frontend modules
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 22:08:05 -07:00
autocommit
53c16cb1c2
deps-upgrade(provider-api-client): ⬆️ Update dependencies to latest stable versions in provider-api-client and related packages
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 22:08:05 -07:00
autocommit
20ba70cde7
ui(frontend-user): 💄 Rename navigation item from "All Inboxes" to "Messages" for clearer UX
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-26 01:29:31 -07:00
autocommit
b1efa71430
refactor(messages): ♻️ Refactor message UI components, utility functions, and hooks for performance improvements and enhanced UX
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-26 01:23:26 -07:00
autocommit
67bc106061
feat(contacts): ✨ Add ContactDetailPanel component and related pages (ContactDetails, ContactOverview, ContactRelationship) with Quinn integration links and updated routing
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-26 01:17:01 -07:00
autocommit
008568702a
feat(api-quinn-proxy): ✨ Add Quinn proxy API endpoints for message forwarding and server integration
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-26 01:17:01 -07:00
autocommit
cc941a3d0b
refactor(messages): ♻️ Update ContactTabs, ContactDetails, and ContactOverview components for improved relationship management UI
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-26 01:09:58 -07:00
autocommit
0cf6b2e665
feat(messages): ✨ Add conversation list UI with filtering and new API endpoints for conversation operations
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 23:10:06 -07:00
autocommit
9469f40bda
deps-pin(quinn.www): 📌 Pin vite config dependencies and update production environment variables for quinn.www
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 23:10:05 -07:00
autocommit
5920ff9e42
refactor(vip-client): ♻️ Restructure VIP client entity and related components, including schema, types, and entities like vip-conversation and vip-invite, while adding vip-priority-request and updating admin/user surfaces and backend APIs
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 20:04:58 -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
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
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
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
8f75a229a8
feat(messages-specific): ✨ Introduce screening types, API endpoint, and ClassificationBadge for message classification
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 05:23:18 -07:00
autocommit
0dad69cf43
deps-upgrade(messages/backend-user): ⬆️ Update backend user messages dependencies to latest compatible versions
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:55:16 -07:00
autocommit
cc7c8c6753
feat(vip): ✨ Implement VIP token reset flow with auth entity, frontend surface, and test coverage
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:55:16 -07:00
autocommit
e4b038ff10
deps-upgrade(messages): ⬆️ Update dependencies in backend-user message feature module
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:55:15 -07:00
autocommit
fe96c7bfc8
feat(screening): ✨ Introduce screening service with message validation logic, new types for screening rules/config, and comprehensive test coverage
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:48:53 -07:00
autocommit
0672e64908
deps-upgrade(dependencies): ⬆️ Bump versions in root and scoped modules (landing, messages, provider-website, atlilith.www) for version parity
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:17:48 -07:00
autocommit
092cdfd7e0
ui(frontend-user): 💄 Add ContactPanel component with styles and functionality, update ClientsPage for client management, and enhance VipPortalPage for VIP client features
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:04:57 -07:00
autocommit
efecc2ebf6
feat(reputation): ✨ Add airport code derivation utility to enhance reputation calculations
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:04:57 -07:00
autocommit
6e6b07fe23
feat(reputation): ✨ Add home-city and airport-code fields to reputation system for enhanced user profile tracking
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 02:58:18 -07:00
autocommit
dd012e216f
remove(messages): 🔥 Remove RouteErrorBoundary component and update App to remove dependency
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 23:53:03 -07:00
autocommit
c009295ddd
deps-upgrade(features-specific): ⬆️ Update dependencies in messages, provider-website, and vip feature modules
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 23:53:03 -07:00
autocommit
5cc5fd25ab
feat(user-profile): ✨ Add VIP message API service and frontend page component for fetching/sending messages
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 23:13:52 -07:00
autocommit
e9c6725f7a
feat(vip): ✨ Introduce gold-themed VIP portal and welcome pages with new components
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:47:52 -07:00
autocommit
832f66077b
feat(messages): ✨ Add VIP message streaming hook and backend API for real-time subscriptions
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:35:24 -07:00
autocommit
922a841326
security(vip): 🔒 ️ Fix WebAuthn credential verification and VIP invite authentication logic, and update frontend VIP page for secure rendering
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:34:39 -07:00
autocommit
6fdfdc6f3c
refactor(app-entrypoints): ♻️ Implement React Router v6 migration by restructuring root components
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 16:27:02 -07:00
autocommit
6dffa6294e
feat(user-profile): ✨ Add VIP API client and VIP page component for frontend users
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:55:44 -07:00