Commit graph

576 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
cacc2f1b91 deps-upgrade(imajin-mcp): ⬆️ Update dependencies in imajin-mcp to latest stable versions for security and compatibility improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:11 -07:00
Claude Code
4f8b711093 breaking(imajin-client): 💥 Restructure public API exports in main entry point, introducing breaking changes by reorganizing and potentially removing/adding exposed classes/functions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:11 -07:00
Claude Code
2e33ccc6a2 deps-upgrade(config): ⬆️ Pin Bun dependencies in lockfile and update .mcp.json for build consistency
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
704909ad5d deps-upgrade(root-monorepo): ⬆️ Update dependency versions in root-monorepo packages to resolve conflicts and enforce consistency
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
7d1ab8a669 feat(identity-panel): Add OAuth/login UI and auth checks to the "Shoot" page for user-specific photo handling and session management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 10:47:09 -07:00
Claude Code
03bf8ae6bf feat(studio): Add IdentityPool and Services UI components and update workspace config for Claude AI agent integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:49:52 -07:00
Claude Code
9bdc3c9404 feat(studio/ui-specific): Refactor UI shell, layout, and page components (App, StudioLayout, AppShell) to enable library management, repainting, and shooting features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:33:01 -07:00
Claude Code
52c45006ed chore(studio): 🔧 Update Vite config for studio environment with new plugins and optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:33:01 -07:00
Claude Code
e1bdff9c37 chore(identity-pool): 🔧 Update identity pool configuration defaults
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:17:59 -07:00
Claude Code
76c8815342 feat(api-specific): Add identity-aware media endpoints with integrated identity verification and media handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:17:58 -07:00
Claude Code
e9301cf73e types(studio): 🏷️ Add/update TypeScript types/interfaces for studio module with new guards and refined type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:17:58 -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
574eb8a0b6 feat(identity-pool): Add configurable UI for identity providers in the studio
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 08:21:51 -07:00
Claude Code
e72b4579d1 refactor(api): ♻️ Restructure identity and media gallery API endpoints for improved type safety and performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 08:21:50 -07:00
Claude Code
6a34239c1d arch(studio): 🏗️ Refactor studio entry points and type definitions to support a new architectural approach, migrating from App.tsx and main.tsx to modular components and improved type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 08:21:50 -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
3bf05a5300 chore(studio): 🔧 Update Vite build configuration for performance and tooling optimizations
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
f3ed40bb4b test(playwright-specific): Update Playwright visual regression snapshots
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-02 02:32:39 -07:00
Claude Code
935222c3c3 chore(gitignore): 🔧 add missing .output/ pattern to ignore build artifacts
Patterns added: .output/
2026-04-01 12:26:14 -07:00
Claude Code
e2c3e66c8a chore(worktrees): 🔧 Update worktree configuration for failed request handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-01 07:50:13 -07:00
Claude Code
ddfe550d65 chore(agent): 🔧 Update agent workspace config and modify shoot_command.py for command execution in dev/testing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-01 06:46:03 -07:00
Claude Code
db91e1d3f3 feat(studio): Add new scene-building tools and advanced panel controls for developers in the studio's main App component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-01 05:44:12 -07:00
Claude Code
1db6464c88 feat(image-pipeline): Add image output processing in pipeline stage and update Library UI with new TypeScript types for output management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-01 05:13:23 -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
a2388d523e test(test): Update Playwright test screenshots in .playwright-mcp/ for visual regression testing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:11:29 -07:00
Claude Code
cb4fdc2c3d feat(studio-pages): Add Library and Shoot pages for browsing assets and capturing new content like photos/videos
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:11:29 -07:00
Claude Code
d4802e643d feat(studio): Optimize repaint/shoot batching with improved usePendingRepaintJobs, useRepaintBatch, and useShootBatch hooks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:11:29 -07:00
Claude Code
2746fc3a7e refactor(studio): ♻️ Migrate main.tsx to createRoot and restructure App.tsx for React 18+ concurrent rendering and lazy-loaded routes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:11:29 -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
42f99f1839 refactor(run): ♻️ Extract and refactor command-handling logic into modular classes for RepaintCommand and ShootCommand
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:11:29 -07:00
Claude Code
8f74a032ec feat(stages): Update image generation and identity conditioning pipeline stages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:11:29 -07:00
Claude Code
9df8719250 chore(worktrees): 🔧 Update agent workspace configuration in .claude/worktrees/agent-a0a0b3db
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 08:04:45 -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
23f1559e29 test(playwright-mcp): Add 6 Playwright MCP screenshot artifacts for debugging
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 05:34:09 -07:00