Commit graph

  • c842e20ed7 ui(studio): 💄 Add new library visual assets and update App.tsx with UI improvements Claude Code 2026-03-30 11:08:28 -07:00
  • 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 Claude Code 2026-03-30 11:02:44 -07:00
  • 8dcca56645 chore(studio): 🔧 Update Vite build configuration for performance and plugin optimizations Claude Code 2026-03-30 11:02:44 -07:00
  • aae5842c93 ui(ui-speculative): 💄 Add placeholder image for speculative Gen2 UI asset Claude Code 2026-03-30 10:27:10 -07:00
  • 3c3fd832e6 feat(studio): Update core App component to integrate new studio features and reorganize layout structure Claude Code 2026-03-30 10:19:53 -07:00
  • 590a449866 ui(ui-specific): 💄 Update check and library view UI assets (gen-check.jpeg, library-view.jpeg) Claude Code 2026-03-30 10:08:24 -07:00
  • 6023e441d7 ui(assets): 💄 Replace placeholder images with updated versions for consistent visual styling Claude Code 2026-03-30 09:35:28 -07:00
  • 51ddf4cc95 chore(config): 🔧 Update Playwright multi-configuration project settings for test environments Claude Code 2026-03-30 09:29:29 -07:00
  • 07588530f5 feat(pages-specific): Introduce dynamic page templates and routing for the studio UI Claude Code 2026-03-30 09:29:29 -07:00
  • 73366549af feat(studio): Implement image library enhancements in useImageLibrary hook with lazy loading, improved error handling, and API integration Claude Code 2026-03-30 09:29:29 -07:00
  • c4b3e36ed1 arch(studio): 🏗️ Refactor studio entry files to reorganize root component and application initialization logic Claude Code 2026-03-30 09:29:29 -07:00
  • ea972f1461 feat(imajin-diffusion): Introduce /health endpoint for service monitoring with basic dependency checks Claude Code 2026-03-30 09:29:29 -07:00
  • c44b076c2d refactor(imajin-diffusion): ♻️ Optimize GenerationQueue class for improved task scheduling, prioritization, and error handling in AI diffusion generation pipeline Claude Code 2026-03-30 09:29:29 -07:00
  • 1ead9462a6 feat(stages): Enhance image generation algorithms and add quality metrics for pipeline stages Claude Code 2026-03-30 09:29:29 -07:00
  • 9b14137f96 deps-upgrade(deps): ⬆️ Update all dependencies to latest compatible versions in Bun lockfile Claude Code 2026-03-30 09:29:29 -07:00
  • b66c17a0f9 deps-upgrade(studio): ⬆️ Update dependencies in studio to latest versions with security and feature improvements Claude Code 2026-03-30 09:29:28 -07:00
  • c475e03cef feat(imajin-diffusion): Implement Imajin Diffusion client, update API pipeline, and enhance SceneBuilder with diffusion model integration Claude Code 2026-03-29 23:22:56 -07:00
  • 86a48e9ce8 deps-upgrade(imajin-diffusion): ⬆️ Update dependencies in client, types, and studio packages to newer versions Claude Code 2026-03-29 23:22:56 -07:00
  • 9407670aba feat(hooks): Update useGenerate hook to support async template rendering with optimized memoization for improved performance and reliability. Claude Code 2026-03-29 23:16:20 -07:00
  • b24a393b20 ui(identity-panel): 💄 Refactor identity panel UI for improved user identity management and UX Claude Code 2026-03-29 23:16:20 -07:00
  • c5630379ce feat(pipeline): Add parallel pipeline execution support or refactor stage handling logic in the API Claude Code 2026-03-29 23:16:20 -07:00
  • bd40aed30f feat(studio): Add workspace management feature with new types for workspace, project, and session and update root App component for navigation integration Claude Code 2026-03-29 23:16:20 -07:00
  • f8b7c0cdd8 feat(studio): Add new runtime options like --watch and --debug to the studio runner script for enhanced workflow control Claude Code 2026-03-29 23:16:20 -07:00
  • 6e7582ae42 perf(detection): Optimize face embedding generation with faster algorithm in FaceEmbedder class Claude Code 2026-03-29 23:16:20 -07:00
  • e277ee5a0b feat(api-routes): Update generate route handler to support new generation features and validate input/output for improved functionality Claude Code 2026-03-29 23:16:20 -07:00
  • a6997ccd2a refactor(imajin-diffusion): ♻️ Restructure core API request handling in main.py to improve readability and maintainability Claude Code 2026-03-29 23:16:20 -07:00
  • 997e605cf7 perf(generation-queue): Implement priority-based task scheduling and batch processing for faster parallel execution in the generation queue Claude Code 2026-03-29 23:16:20 -07:00
  • da3ae67f85 feat(imajin-diffusion): Implement new diffusion algorithm support in run script for runtime behavior improvements Claude Code 2026-03-29 23:16:20 -07:00
  • 53257feb3e refactor(adapter-manager): ♻️ Implement modular lifecycle methods in IPAdapterManager for better performance and maintainability Claude Code 2026-03-29 23:16:20 -07:00
  • a3026df3c8 feat(stages): Implement optimized image generation pipeline with support for new formats and enhanced processing Claude Code 2026-03-29 23:16:19 -07:00
  • fc74b24a38 refactor(image-pipeline): ♻️ Implement cleaner initialization and export organization Claude Code 2026-03-29 15:44:29 -07:00
  • 86e05e5be5 feat(hooks): Add reusable useGenerate hook for dynamic content generation Claude Code 2026-03-29 15:37:23 -07:00
  • 1837c0f059 feat(studio): Add pipeline orchestration and advanced scene builder controls with new API endpoints and TypeScript type definitions Claude Code 2026-03-29 15:22:59 -07:00
  • d059e3c48a feat(studio-specific): Update studio UI components with identity panel, advanced panel, results gallery, and pose gallery in scene builder Claude Code 2026-03-29 15:08:46 -07:00
  • 076fd98e79 refactor(studio): ♻️ Implement modular studio logic in App, hooks, and UI components to improve state management and performance Claude Code 2026-03-29 15:03:05 -07:00
  • cac7ae71f2 deps-upgrade(deps): ⬆️ Update all dependencies to their latest versions Claude Code 2026-03-29 15:03:05 -07:00
  • e702c573dd feat(imajin-diffusion): Add image generation endpoint and studio controls for diffusion-based image generation Claude Code 2026-03-29 14:56:14 -07:00
  • 2dd98de686 deps-upgrade(packages-specific): ⬆️ Update dependencies in package configurations across the monorepo Claude Code 2026-03-28 14:57:10 -07:00
  • fed3629dbe feat(imajin-classifier): Update scoring thresholds and add new evaluation metrics in ClaudeScorer for improved Claude model output evaluation Claude Code 2026-03-28 14:57:10 -07:00
  • d8e31d0d9c feat(imajin-classifier): Add Pydantic schemas for image classification and update exports for enhanced validation and new capabilities Claude Code 2026-03-28 14:57:10 -07:00
  • ab53665422 chore(config): 🔧 Update service configuration settings in settings.py Claude Code 2026-03-28 14:57:10 -07:00
  • e0712e26ab feat(api): Update or add API routes/handlers in main.py with new functionality or route logic improvements Claude Code 2026-03-28 14:57:10 -07:00
  • 31564fb199 test(imajin-react): Add test cases for React components and update test setup configurations Claude Code 2026-03-28 14:57:10 -07:00
  • bf79281dfa refactor(styles): ♻️ Implement a unified theming system by reorganizing styles into modular design tokens and performance-optimized utilities Claude Code 2026-03-28 14:57:10 -07:00
  • 5ee8ffa706 feat(imagegen): Implement new hooks for identity and image generation assistance Claude Code 2026-03-28 14:57:10 -07:00
  • e938936389 feat(pipelines-page): Introduce pipeline status indicators and search/filter capabilities in the PipelinesPage component Claude Code 2026-03-28 14:57:09 -07:00
  • e5474908b2 feat(imagegen-assistant): Implement interactive image generation workflow with enhanced UI controls Claude Code 2026-03-28 14:57:09 -07:00
  • 60ac1bb2a8 feat(identity-generator): Add GenerationPreview, IdentitySelector, and SceneBuilder components with new styling and entry point exports Claude Code 2026-03-28 14:57:09 -07:00
  • 241c1c3e80 feat(gallery): Implement lazy loading for Gallery component to optimize image rendering during scroll. Claude Code 2026-03-28 14:57:09 -07:00
  • d46f7b1a94 feat(imajin-react): Introduce new React hooks and components into index.ts exports while reorganizing the public API for clarity Claude Code 2026-03-28 14:57:09 -07:00
  • 7a7704c9c1 refactor(imajin-react): ♻️ Optimize module exports, TypeScript types, and styling performance in index.d.ts, index.js, and styles.js Claude Code 2026-03-28 14:57:09 -07:00
  • 43b0caa6bb chore(imajin-react): 🔧 Update tsup build configuration for plugins, entry points, and TypeScript settings Claude Code 2026-03-28 14:57:09 -07:00
  • a604b6a5a5 feat(imajin-moderator-client): Add moderation endpoints and update type definitions for new moderation features Claude Code 2026-03-28 14:57:09 -07:00
  • 5187c45d58 chore(moderator-client): 🔧 Update build tooling for moderator client with performance/compatibility adjustments Claude Code 2026-03-28 14:57:09 -07:00
  • f56ac7630d test(tests): Add test cases for placeholder components in imajin-electron Claude Code 2026-03-28 14:57:08 -07:00
  • 69734fa7dd refactor(electron-services): ♻️ Improve service export organization in index.ts for better initialization and maintainability Claude Code 2026-03-28 14:57:08 -07:00
  • cd0a62d47d feat(ipc): Add new IPC message handlers for cross-process communication in Electron’s main-to-renderer flow Claude Code 2026-03-28 14:57:08 -07:00
  • 26c197740b refactor(imajin-electron): ♻️ Restructure Electron main process initialization for improved modularity and separation of concerns Claude Code 2026-03-28 14:57:08 -07:00
  • 5ea4933d0a types(services): 🏷️ Define and update TypeScript interfaces for service exports in index.d.ts Claude Code 2026-03-28 14:57:08 -07:00
  • 504d2e337c types(ipc): 🏷️ Add/update IPC message handler and payload type definitions for type safety in imajin-electron Claude Code 2026-03-28 14:57:08 -07:00
  • 54fa97fe47 types(imajin-electron): 🏷️ Update TypeScript type definitions for public API in index.d.ts Claude Code 2026-03-28 14:57:08 -07:00
  • 525e8d26bc build(imajin-electron): 📦️ optimize Electron build process by refining tsup.config.ts for faster compilation and reduced output bundle size Claude Code 2026-03-28 14:57:08 -07:00
  • cbeb2ae10e test(imajin-config): Update test coverage reports in JSON and text formats Claude Code 2026-03-28 14:57:07 -07:00
  • bed1d2ae08 test(config): Add/update test fixtures for config attributes in CSV/JSON to ensure full test coverage Claude Code 2026-03-28 14:57:07 -07:00
  • f75f75f4b6 test(config): Add test cases for config analysis, poses, and subjects validation Claude Code 2026-03-28 14:57:07 -07:00
  • 05d0d9875e refactor(imajin-config): ♻️ Standardize config types and exports across visual effects modules by restructuring internal definitions for consistency Claude Code 2026-03-28 14:57:07 -07:00
  • 70a16625b0 chore(imajin-config): 🔧 Update export-attributes script to enhance attribute export efficiency and add new export capabilities Claude Code 2026-03-28 14:57:07 -07:00
  • 0a4bb4793d chore(imajin-config): 🔧 Update tsup build configuration for entry points, formats, and dependency handling Claude Code 2026-03-28 14:57:07 -07:00
  • 9afc92a5b5 feat(imajin-client): Update and expand exports in the client entry point to include new utility functions and refined configuration handling Claude Code 2026-03-28 14:57:07 -07:00
  • 5697802e49 chore(imajin-client): 🔧 Update TypeScript build config for client package to optimize bundle settings Claude Code 2026-03-28 14:57:06 -07:00
  • 5191ebf268 test(imajin-app): Add and fix test cases for parsing logic and pipeline execution in parsing.test.ts and pipelines.test.ts Claude Code 2026-03-28 14:57:06 -07:00
  • 4e39dbc693 feat(prompts): Add new prompt templates and improve error page prompt handling Claude Code 2026-03-28 14:57:06 -07:00
  • 60ca3b3d93 feat(pipelines): Add error-pages component and pipeline skeleton for robust error handling and structure Claude Code 2026-03-28 14:57:06 -07:00
  • d31ea3620b chore(config): 🔧 Update TypeScript type definitions and exports for environment variables, ports, and URLs Claude Code 2026-03-28 14:57:06 -07:00
  • e60cbf0e78 feat(imajin-app): Add new parsing functions with TypeScript type support for [specific format] Claude Code 2026-03-28 14:57:06 -07:00
  • 8bb9931f84 test(e2e): Update integration, pipeline, and admin workflow E2E tests to reflect recent feature changes and ensure compatibility Claude Code 2026-03-28 14:57:06 -07:00
  • 333b269240 feat(prompts-specific): Add updated prompt type definitions and runtime logic for TypeScript and compiled JavaScript Claude Code 2026-03-28 14:57:06 -07:00
  • 4d942d5d28 types(pipelines): 🏷️ Add/update TypeScript interfaces/types for Pipeline, Stage, and Task classes Claude Code 2026-03-28 14:57:05 -07:00
  • a46a4f313e types(config): 🏷️ Add/update TypeScript type definitions for config module interfaces and enums Claude Code 2026-03-28 14:57:05 -07:00
  • 24a4759cb4 build(imajin-app): 📦️ Rebuild TypeScript types, JS bundle, and source maps in dist to handle updated dependencies Claude Code 2026-03-28 14:57:05 -07:00
  • 6ec93d7c4f chore(imajin-app): 🔧 Update Kubernetes service config, TypeScript build, and Vitest E2E test configurations for deployment Claude Code 2026-03-28 14:57:05 -07:00
  • 216e2fe038 deps-upgrade(deps-lockfile): ⬆️ Update lockfile dependencies to latest compatible versions for reproducible builds Claude Code 2026-03-28 14:57:05 -07:00
  • 98138a47a1 chore(config): 🔧 Update TypeScript and Vitest configs to enforce stricter settings and optimize test performance Claude Code 2026-03-28 14:57:05 -07:00
  • 89428f13dd deps-upgrade(imajin): ⬆️ Update dependencies across all imajin packages to enforce security patches and maintain compatibility Claude Code 2026-03-28 14:57:05 -07:00
  • d56993c193 chore(imajin-classifier): 🔧 Update server-side dependencies for classifier compatibility Claude Code 2026-03-27 02:03:08 -07:00
  • f7a17fade3 feat(face-detector): Implement advanced facial landmarks and emotion analysis in the FaceDetector pipeline for improved accuracy Claude Code 2026-03-25 23:46:41 -07:00
  • f02275e052 feat(detection-specific): Implement enhanced semantic detection algorithm in SemanticDetector class Claude Code 2026-03-25 23:46:40 -07:00
  • 9368fc25cb feat(imajin-semantic-api): Add new semantic analysis endpoints for improved text processing and model integration Claude Code 2026-03-25 23:46:40 -07:00
  • 037256f5c8 feat(llm): Implement Llama model class and HTTP interface with new endpoint handlers Claude Code 2026-03-25 23:46:40 -07:00
  • 4b2e89b04b feat(api-api): Add new prompt generation endpoints or modify existing ones in the imajin-prompt API handler Claude Code 2026-03-25 23:46:40 -07:00
  • fc458ffa48 chore(imajin-prompt): 🔧 Update service configuration with new/modified environment variables and settings Claude Code 2026-03-25 23:46:40 -07:00
  • b04d5508a3 feat(llm): Add HTTP-based Llama LLM integration and core prompt generator functionality Claude Code 2026-03-25 23:46:40 -07:00
  • 9b295fbb76 chore(imajin-prompt-generator): 🔧 Update prompt generation config keys for environment variables and default values Claude Code 2026-03-25 23:46:40 -07:00
  • 5e08812721 chore(imajin-moderator): 🔧 Add/modify moderation API endpoints for content review logic Claude Code 2026-03-25 23:46:40 -07:00
  • bcb65a792b feat(detection): Introduce FaceNet embedding model for enhanced face verification accuracy Claude Code 2026-03-25 23:46:40 -07:00
  • 94f88c4e1d feat(api): Update main API routes or add new endpoints for the imajin-aesthetic service Claude Code 2026-03-25 23:46:40 -07:00
  • 3421d99d04 feat(api): Introduce new API endpoints for enhanced functionality Claude Code 2026-03-25 23:46:40 -07:00
  • 61d12a50c3 feat(llm-client): Add dynamic prompt generation and model switching support for LLM client interactions Claude Code 2026-03-25 23:46:40 -07:00
  • 314cb14776 feat(image-pipeline): Implement new image generation algorithm for pipeline stages Claude Code 2026-03-25 23:46:40 -07:00
  • f7c9cafcea deps-upgrade(imajin): ⬆️ Update dependencies to align across all imajin services and ensure compatibility Claude Code 2026-03-25 23:46:39 -07:00