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 |
|
Claude Code
|
6152777839
|
feat(hooks-specific): ✨ Add tracking options for pending repaint jobs in usePendingRepaintJobs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 05:34:09 -07:00 |
|
Claude Code
|
5aa6a1639f
|
feat(studio): ✨ Add repaint UI components and trigger logic for content regeneration and version management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 05:34:09 -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
|
1cb201cf40
|
test(playwright): ✅ Update visual regression test snapshots for Playwright tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 04:44:42 -07:00 |
|
Claude Code
|
e3f48896ab
|
perf(studio): ⚡ Refine repaint batching logic to reduce unnecessary repaints and optimize rendering performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 04:44:41 -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
|
3df23b59dd
|
chore(studio): 🔧 Update Vite build configuration for studio app
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 04:44:41 -07:00 |
|
Claude Code
|
a937244912
|
perf(hooks): ⚡ Optimize repaint batching logic in useRepaintBatch and add memoization for user data fetching in useUserData
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 21:37:00 -07:00 |
|
Claude Code
|
796a03ef35
|
feat(studio-pages): ✨ Introduce dynamic repaint logic for real-time service visualization updates in service management pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 21:37:00 -07:00 |
|
Claude Code
|
ae88239958
|
ui(prompt-improve-modal): 💄 Enhance prompt refinement workflow with improved PromptImproveModal component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 21:37:00 -07:00 |
|
Claude Code
|
b0ea0063fd
|
feat(scene-builder): ✨ Add timeline-based animation support for scene nodes with smooth time-based transitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 21:37:00 -07:00 |
|
Claude Code
|
a91818ff86
|
feat(studio): ✨ Add and update core studio application components and TypeScript types for new functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 21:37:00 -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
|
7970811a61
|
feat(stages): ✨ Add advanced image generation algorithms and enhance identity-based conditional processing in pipeline stages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 21:36:59 -07:00 |
|
Claude Code
|
32cdb2105f
|
refactor(image-pipeline): ♻️ Improve PipelineContext state/config management with dynamic context switching hooks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 21:36:59 -07:00 |
|
Claude Code
|
97b5120ad0
|
deps-upgrade(root-better): ⬆️ Pin exact dependency versions in bun.lock to enforce reproducible builds
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 21:36:59 -07:00 |
|
Claude Code
|
9fd14c416a
|
chore(studio): 🔧 Update Vite build configuration to optimize plugin handling and performance settings
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
|
092aed1962
|
ui(identity-panel): 💄 improve identity status display and session management visibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 15:51:49 -07:00 |
|
Claude Code
|
d6ad3a38c2
|
breaking(studio): 💥 Enforce stricter TypeScript types in root component and update types.ts to break existing functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 15:51:49 -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
|
d69b46f7b9
|
refactor(ip-adapter-manager): ♻️ Restructure adapter lifecycle and configuration handling for improved flexibility and resilience in image pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 15:51:49 -07:00 |
|
Claude Code
|
48ae9da41c
|
feat(image-pipeline): ✨ Add identity-conditioning support to image generation pipeline stages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 15:51:49 -07:00 |
|
Claude Code
|
8d43da846e
|
feat(imajin-pipeline): ✨ Introduce context managers and image processing models for enhanced pipeline capabilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 15:51:49 -07:00 |
|
Claude Code
|
24b5d2e600
|
feat(history-input): ✨ Implement dynamic history input updates for Claude agent integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 15:45:33 -07:00 |
|
Claude Code
|
b0446e0382
|
feat(studio): ✨ Add HistoryInput component and useInputHistory hook for tracking and rendering user input history with dropdown suggestions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 15:25:01 -07:00 |
|
Claude Code
|
d4202833c5
|
ui(studio-pages): 💄 Add search and filter UI components for library and services pages, including service cards and improved card layouts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 15:11:18 -07:00 |
|
Claude Code
|
8428bce70d
|
feat(scene-builder): ✨ Introduce new scene manipulation tools in SceneBuilder for enhanced studio workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-30 15:11:18 -07:00 |
|