iconsulting/packages
hailin 7ff701369b fix(tenant): use TenantContextModule.forRoot() for global tenant context
All services were providing TenantContextService directly without
making it global, causing DI resolution failures in child modules.
Now using TenantContextModule.forRoot() which exports TenantContextService
globally so all repositories can access it.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 04:31:56 -08:00
..
admin-client feat(admin): add global token usage statistics 2026-01-25 17:29:59 -08:00
services fix(tenant): use TenantContextModule.forRoot() for global tenant context 2026-01-26 04:31:56 -08:00
shared feat(multi-tenant): apply tenant middleware and refactor repositories 2026-01-25 18:30:31 -08:00
web-client fix(chat): align input area elements vertically centered 2026-01-10 06:49:20 -08:00