it0/packages/services
hailin d8cb2a9c6f fix: use standard TypeORM repos and header-based tenant extraction
- Replace TenantAwareRepository with standard @InjectRepository
  (TenantAwareRepository requires AsyncLocalStorage tenant context
  middleware which agent-service does not have)
- Replace @TenantId() decorator with @Headers('x-tenant-id')
  for direct HTTP header extraction
- Return defaults gracefully when no tenant is selected

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 22:41:30 -08:00
..
agent-service fix: use standard TypeORM repos and header-based tenant extraction 2026-02-21 22:41:30 -08:00
audit-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
auth-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
comm-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
inventory-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
monitor-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
ops-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
voice-service fix: load voice models in background thread to unblock startup 2026-02-20 00:26:06 -08:00