Commit graph

301 commits

Author SHA1 Message Date
autocommit
e68d9155eb deps-upgrade(dependencies): ⬆️ Update all npm and pyproject.toml dependencies with security patches, bug fixes, and compatibility updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 10:44:39 -07:00
Claude Code
45beeb1761 refactor(models): ♻️ Restructure CloakModel and type definitions for cleaner model organization and improved type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 21:17:21 -07:00
Claude Code
56d02b5fb3 feat(api): Add embed route handler and register it in the main app
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 21:17:21 -07:00
Claude Code
d8104c8b7e feat(imajin-adversarial): Add adversarial attack detection models and new API routes for parsing and poisoning detection
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:20:00 -07:00
Claude Code
0b700a6d99 feat(adversarial): Add periocular adversarial robustness model for testing in adversarial service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:20:27 -07:00
Claude Code
1cea1daa99 feat(imajin-adversarial): Update adversarial modeling service with manifest, API routes, and gaze/iris model implementations for ML robustness testing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 00:37:53 -07:00
Claude Code
dac23ef4fa feat(models): Add adversarial model type definitions and update gaze, iris, and periocular model logic for enhanced type safety and attack support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:08:13 -07:00
Claude Code
09f8d0efb8 chore(imajin-adversarial): 🔧 Update adversarial service configuration settings in settings.py
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:08:12 -07:00
Claude Code
00f3ff255e feat(api-routes): Add health check and monitoring endpoints for observability (GET /health, metrics, and traces)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:08:12 -07:00
Claude Code
5daf1e56ee feat(imajin-adversarial): Add adversarial attack detection endpoints and enhance security middleware
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:08:12 -07:00
Claude Code
89d64b5a53 feat(model-boss): Introduce BossService for media management operations in the model-boss module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
a4c4d443ea refactor(minio): ♻️ Restructure MinIO client initialization and add new object operation methods
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
09c2961bc3 refactor(media-gallery): ♻️ Improve module bootstrapping by reorganizing providers and adjusting environment dependencies in AppModule and main.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
834584219c chore(imajin-media-gallery): 🔧 Update app metadata and dependencies in imajin-media-gallery manifest file
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
504fb1f889 deps-upgrade(imajin-media-gallery): ⬆️ Update dependencies in frontend and service to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
5a07f65a4d feat(imajin-mcp): Add video processing tools with face detection and health monitoring capabilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:10:57 -07:00
Claude Code
b946863c2f deps-upgrade(imajin-video): ⬆️ Update dependencies to latest versions in pyproject.toml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:10:57 -07:00
Claude Code
35ebf5eb17 chore(imajin-semantic): 🔧 Update service metadata and dependencies in app.manifest.yaml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:12 -07:00
Claude Code
c736b4666b chore(imajin-moderator): 🔧 Update deployment metadata in app.manifest.yaml with environment settings and service configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:12 -07:00
Claude Code
6e53fd3be1 deps-upgrade(imajin-media-gallery): ⬆️ Update image processing and storage dependencies for compatibility improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:12 -07:00
Claude Code
b430c91846 refactor(imajin-iphotos-sync): ♻️ Implement optimized batch processing pipeline to reduce sync latency and simplify error handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:12 -07:00
Claude Code
fd46d683f8 types(imajin-identity): 🏷️ Add/update TypeScript type definitions for identity models, roles, and authentication schemas
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:12 -07:00
Claude Code
423894c0da security(imajin-identity): 🔒️ Enforce stricter JWT validation and implement CSRF protection in OAuth2 flows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:12 -07:00
Claude Code
68302da24d feat(pipeline): Add H.265 (HEVC) transcoding support to pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:12 -07:00
Claude Code
17bbeee5e6 refactor(video-service): ♻️ Add video format enums and metadata models; refactor type definitions for consistency and type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:12 -07:00
Claude Code
10c200bd74 feat(routes): Add adaptive bitrate transcoding endpoints and fix transcoding failures for unsupported video formats
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:11 -07:00
Claude Code
33804defb3 feat(imajin-video): Add adaptive bitrate streaming capabilities to video endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:11 -07:00
Claude Code
3ff7be6314 types(imajin-prompt): 🏷️ Extend type definitions for imajin-prompt service with new and stricter types for improved type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:11 -07:00
Claude Code
4430e691e8 build(imajin-prompt): 📦️ Recompile CommonJS bundle, source maps, and TypeScript declarations for the client-side service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:11 -07:00
Claude Code
9a1cde8b53 types(imajin-processing): 🏷️ Update API type definitions for imajin-processing client with new function signatures, renamed properties, and resolved type errors
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:11 -07:00
Claude Code
a946c6a20d feat(imajin-manage): Modify core logic in imajin-manage/main.py to implement new feature or resolve critical bug
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:11 -07:00
Claude Code
b6c937e9c8 refactor(models): ♻️ Implement cleaner separation of adversarial attack model classes (CloakModel, EvasionModel, LandmarkModel) and their training/inference pipelines
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:11 -07:00
Claude Code
ed60115cda feat(attacks-specific): Update PGD attack logic with customizable parameters and edge-case fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:11 -07:00
Claude Code
7e8ae4c485 chore(imajin-processing): 🔧 Update TypeScript compiler config for client builds with target, lib, strict, and module resolution adjustments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:10 -07:00
Claude Code
d977a1c58a chore(gitignore): 🔧 add missing .turbo/ pattern to .gitignore
Patterns added: .turbo/
2026-04-03 12:26:29 -07:00
Claude Code
3ce96dfa2f feat(models): Update Pydantic validation schemas with new fields for identity data processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:17:58 -07:00
Claude Code
5c3bbf9741 chore(config): 🔧 Update identity service configuration settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:17:58 -07:00
Claude Code
103f92c7ab feat(identity-routes): Introduce new identity verification and management routes with request validation, response schemas, and error handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:17:58 -07:00
Claude Code
fe571033a3 chore(imajin-identity): 🔧 Update application manifest configuration with new metadata or dependency versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:17:57 -07:00
Claude Code
7164c7a182 feat(imajin-identity): Update core identity data validation schemas and API contracts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 08:21:50 -07:00
Claude Code
5ef7992604 feat(identities): Add identity verification endpoint for secure authentication flows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 08:21:50 -07:00
Claude Code
ff135af580 feat(image-pipeline): Update image generation pipeline stages, API routes, and background inpainting logic for new diffusion workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-02 23:12:08 -07:00
Claude Code
eb5190c33f chore(service): 🔧 Update service configuration with error handling for failed requests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-02 11:43:08 -07:00
Claude Code
a87c8fafc2 chore(worktrees): 🔧 Update agent workspace configuration with new dependencies and runtime settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 23:32:20 -07:00
Claude Code
c8ffb230c9 feat(api-routes): Add comprehensive health check endpoint with detailed status fields for observability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:11:29 -07:00
Claude Code
d069556611 feat(imajin-diffusion): Add new diffusion model API endpoint for inference with optimized request/response handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:11:29 -07:00
Claude Code
942eb51253 perf(generation-queue): Optimize task scheduling and worker allocation for generation queue efficiency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:11:29 -07:00
Claude Code
5d1745211a feat(image-pipeline): Introduce new image generation stage with generate endpoint and background inpainter logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:09:27 -07:00
Claude Code
636a3b4bd4 feat(imajin-diffusion): Add generation queue management and background inpainting support to API routes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 05:50:44 -07:00
Claude Code
3b90fbf93f feat(api-routes): Introduce new endpoints for gallery display and job management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 05:34:08 -07:00