Commit graph

32 commits

Author SHA1 Message Date
autocommit
9b712c473f refactor(backend): ♻️ Restructure backend modules, worker services, and architectural patterns to improve modularity, standardize patterns like -sync.service.ts, update entities/DTOs, and deprecate iCloud module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 19:18:19 -07:00
autocommit
1c230a79e5 feat(messenger-model-boss): Add robust error handling for ModelBoss coordinator responses to properly propagate ModelBossError for queue timeouts and other coordinator failures
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:26:14 -07:00
autocommit
586c28b6ee refactor(messenger-model-boss): ♻️ Update chat completions endpoint to /v1/chat/completions and align request/response structure with new API spec
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:19:51 -07:00
autocommit
8f13d9cc0d feat(messenger-model): Update autoresponder draft schema to include new fields and enforce stricter validation for drafts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 17:20:02 -07:00
autocommit
d6fbeb7afa deps-upgrade(messenger-core): ⬆️ Update dependencies in messenger model and iMessage sync system for bug fixes, performance, and security improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 17:20:02 -07:00
autocommit
4243cd68de deps-remove(messenger-ui): Remove bun.lock files from messenger-ui, cli, imessage-mcp, and imessage-sync/backend packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 10:44:22 -07:00
Claude Code
5ca585f7dd deps-upgrade(packages): ⬆️ Update messenger-ui and web dependencies to latest versions for security patches and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:39:14 -07:00
Claude Code
b3ef0f1a21 ui(messenger-ui): 💄 Update provider types and UI provider implementation to support new authentication providers
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 22:53:28 -07:00
Claude Code
4f08649311 feat(messenger-model-boss): Add client methods and type definitions for event handling and configuration in the messenger-model-boss package
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 18:02:22 -07:00
Claude Code
732f894bfa deps-upgrade(messenger-model-boss): ⬆️ Update dependencies to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 18:02:22 -07:00
Claude Code
0ed5ed2094 feat(autoresponder): Implement AI-powered autoresponder draft generation with DraftBuilder, DraftPipeline, and ModelBossClient integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 14:24:29 -07:00
Claude Code
5278c16443 feat(app-core): Add new route/page in App.tsx and extend type definitions for the feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 13:42:22 -07:00
Claude Code
29ff6fd00b feat(review-queue): Implement dynamic prioritization and batch processing for review queue items
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 13:42:22 -07:00
Claude Code
90f1e9bbec feat(ui): Introduce autoresponder toggle, update navigation bar with new links, enhance MessagesView for message types, and improve ReviewQueue workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 13:42:22 -07:00
Claude Code
0afa44c9ca chore(web): 🔧 Update Vite build configuration for frontend optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 13:42:22 -07:00
Lilith
fdf9e1a71d ui(messenger-ui): 💄 Update ConversationItem and ConversationList components with modern styling, date divider visuals, and optimized rendering logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 07:01:45 -07:00
Lilith
9cda8057ad feat(message-thread): Add visual highlighting and improved thread expansion/collapse functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-09 22:43:40 -07:00
Lilith
38d75ec528 deps-upgrade(deps): ⬆️ Update dependencies for messenger-ui, imessage-mcp, and imessage-sync/backend to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:34:36 -07:00
Lilith
357400eaa5 deps-upgrade(web): ⬆️ Update web dependencies in pnpm lockfile to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-07 20:45:18 -08:00
Lilith
ae7fd9a0a6 chore(vite): 🔧 Update Vite build config for performance optimizations and plugin management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-07 07:09:33 -08:00
Lilith
c2910a76d5 feat(credentials): Implement credential provider interface, service, and frontend types for multi-provider authentication support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 17:06:45 -08:00
Lilith
32db277738 chore(web): 🔧 Update Vite build configuration for performance optimizations and plugin support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 16:39:39 -08:00
Lilith
5e6ebf0726 feat(messenger-ui): Add new message thread and view components with agent detection enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 02:23:07 -08:00
Lilith
43b78b1bed ci(web): 👷 Update Vitest config for CI to optimize test execution, coverage, and environment settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 02:12:50 -08:00
Lilith
b46d262daa feat(message-sync): Add AdminView component and implement test coverage for message processing/classification services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 00:58:45 -08:00
Lilith
00adb6cae1 deps-upgrade(messenger-ui): ⬆️ Update messenger UI dependencies and enhance navigation components (folders-view and nav-bar)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 00:50:25 -08:00
Lilith
38bf60c206 feat(web): Add conversation and folder management features with updated API client, UI components, and utility functions for data handling and display
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 00:50:24 -08:00
Lilith
964cbcfe05 chore(frontend-macos-client): 🔧 Update build configs for stricter TypeScript, Vite SSR, and Playwright Docker setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 00:50:24 -08:00
Lilith
59e5bfecd4 deps-upgrade(deps): ⬆️ Update dependencies across packages (messenger-ui, web, frontend-macos-client, imessage-sync/backend) to modernize React, build tools, and transitive dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 00:50:24 -08:00
Lilith
dbf1d00b30 refactor(components): ♻️ Modernize frontend components, TypeScript types, and internal APIs with comprehensive refactoring and test updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 00:38:32 -08:00
Lilith
61d8c1a2dc chore(web-config): 🔧 Update Playwright test environment Dockerfile configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 00:38:31 -08:00
Lilith
4880dce3c9 deps-upgrade(web): ⬆️ Update web dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 00:38:31 -08:00