bfc97422c7cfb5a2732fec35cc8c57105e6d8150
- M5-008: Add session-hardening.test.ts verifying /model switch, /agent switch, session resume with conversationHistory, and metrics tracking (tokens + message count) - M6-001: Install bullmq, configure connection via VALKEY_URL (redis://localhost:6380) - M6-002: Create QueueService (apps/gateway/src/queue/) with typed job definitions (SummarizationJob, GCJob, TierManagementJob), worker registration with exponential backoff, queue health status, and admin API helpers (listJobs, retryJob, pause/resume) - M6-003: Migrate summarization cron → BullMQ repeatable job (SUMMARIZATION_CRON env) - M6-004: Migrate session GC cron → BullMQ repeatable job (SESSION_GC_CRON env) - M6-005: Migrate tier management cron → BullMQ repeatable job (TIER_MANAGEMENT_CRON env) - Add AdminJobsController for queue/job management at /api/admin/jobs - All three quality gates pass: typecheck, lint, format:check - 319 tests pass Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
feat(M5-004,M5-005,M5-006,M5-007): session-conversation binding, session:info broadcast, agent creation from TUI, and session metrics (#321)
Merge pull request 'feat(gateway): add Anthropic, OpenAI, Z.ai LLM providers (P8-002)' (#212) from feat/p8-002-llm-providers into main
Description
Self-hosted multi-user AI agent platform — web dashboard, TUI, remote control, shared memory, mission orchestration
Releases
11
mosaic v0.0.29
Latest
Languages
TypeScript
74.5%
Shell
19.7%
PowerShell
3%
JavaScript
1.4%
Python
1%
Other
0.4%