it0/packages/services/agent-service/src/infrastructure
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
..
engines fix: handle undefined from eventQueue.shift() in SDK engine 2026-02-21 22:10:43 -08:00
guards Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
messaging Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
repositories fix: use standard TypeORM repos and header-based tenant extraction 2026-02-21 22:41:30 -08:00
services feat: add backend controllers for agent config, skills, and hooks 2026-02-21 22:26:25 -08:00