Commit graph

273 commits

Author SHA1 Message Date
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
Claude Code
df20bf2bc0 feat(api-routes): Add generation parameters and job status endpoints for image generation and job management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 04:44:41 -07:00
Claude Code
034bc70eb2 feat(imajin-manage): Introduce new management commands and API endpoints for improved scalability and orchestration in Imajin service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 21:37:00 -07:00
Claude Code
69a0df63c9 refactor(identity-store): ♻️ Separate read/write operations in IdentityStore and add caching layer for better performance and scalability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 21:36:59 -07:00
Claude Code
4da6f4b4a7 refactor(imajin-identity): ♻️ Refactor identity schemas to improve validation and add new fields like mfa_required and enforce stricter constraints on existing fields
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 21:36:59 -07:00
Claude Code
42afad3e04 feat(imajin-identity): Implement face embedding pipeline with [specific model] for improved identity verification accuracy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 21:36:59 -07:00
Claude Code
4ea7e2c1a3 feat(identity-api): Add OAuth2 social login support for Google and GitHub
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 21:36:59 -07:00
Claude Code
b62ccae718 feat(api-routes): Add support for new generation parameters like model_id and steps in the /generate endpoint
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 21:36:59 -07:00
Claude Code
4c2180db45 deps-upgrade(imajin-diffusion): ⬆️ Update dependencies in pyproject.toml, requirements.txt, and package.json for imajin-diffusion service and studio
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 21:36:59 -07:00
Claude Code
30a4b3baaf feat(api-routes): Add new generation endpoints for image diffusion with improved input validation and error handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 15:51:49 -07:00
Claude Code
c12a5537cf feat(imajin-diffusion): Add new generation parameter/model support to the generate route with input validation and output formatting
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 15:11:18 -07:00
Claude Code
f842822763 feat(api): Introduce new API endpoints for core service integrations and enhance request/response handling logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 15:11:18 -07:00
Claude Code
081e3ec3e3 feat(gallery-enricher): Implement gallery item scoring and metadata enrichment logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 15:11:18 -07:00
Claude Code
27300c1a33 chore(imajin-classifier): 🔧 Update portrait_v1 model preset configuration with adjusted thresholds and parameters
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 15:11:18 -07:00
Claude Code
c2a2c01481 feat(imajin-classifier): Add Library page with gallery enrichment scoring integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 13:37:36 -07:00
Claude Code
cea8f3437f chore(presets): 🔧 Update portrait_v1 preset configuration with model parameters and thresholds
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 12:54:56 -07:00
Claude Code
7a9fddfd3a feat(scoring): Add VLM-based scoring algorithm and gallery enrichment with scoring data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 12:54:56 -07:00
Claude Code
f5a643b3c9 feat(imajin-classifier): Add new image classification schemas with validation rules for confidence scores and metadata support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 12:54:56 -07:00
Claude Code
c92f09a1ce chore(config): 🔧 Update classifier service config in settings.py for environment-specific behavior and dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 12:54:56 -07:00
Claude Code
bc6bd7dc82 feat(api): Add new classification endpoint for multi-model classification support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 12:54:56 -07:00
Claude Code
32e6f8315f feat(identity-specific): Add Claude agent integration with identity panel expression picker and image library hooks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 12:14:59 -07:00
Claude Code
f69ac407d9 feat(identities): Add OAuth2/OIDC identity provider support for identity routes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 11:58:40 -07:00
Claude Code
43a621bed6 feat(imajin-diffusion): Add new gallery endpoints and update image generation routes in gallery.py and generate.py
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 11:58:40 -07:00
Claude Code
0f907b07f2 deps-upgrade(imajin-identity): ⬆️ Update dependencies to ensure security patches, compatibility fixes, and new features in the Imajin Identity service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 11:58:40 -07:00
Claude Code
157c9af7da feat(imajin-diffusion): Add ImajinDiffusionClient class and TypeScript types; update CI/CD workspace config for API interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 11:51:01 -07:00
Claude Code
507fc7cf50 feat(gallery-specific): Add gallery API routes, modify pipeline output stage, implement ResultsGallery component, introduce useImageLibrary hook, update Library page, and extend type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 11:02:44 -07:00
Claude Code
ea972f1461 feat(imajin-diffusion): Introduce /health endpoint for service monitoring with basic dependency checks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 09:29:29 -07:00
Claude Code
c44b076c2d refactor(imajin-diffusion): ♻️ Optimize GenerationQueue class for improved task scheduling, prioritization, and error handling in AI diffusion generation pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 09:29:29 -07:00
Claude Code
c475e03cef feat(imajin-diffusion): Implement Imajin Diffusion client, update API pipeline, and enhance SceneBuilder with diffusion model integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:22:56 -07:00