Commit graph

4 commits

Author SHA1 Message Date
DJP
b99d143b0f Add tasks documentation for remaining work
Documented:
- Critical bugs (downloads, Topaz errors)
- Provider-specific UI requirements
- Cross-tool integration needs
- Missing Mermaid/Markdown pages

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2025-12-09 21:15:04 -05:00
DJP
321dec4029 Add upload capability to AssetLibrary modal
- Added Upload button to asset selection modal
- Users can now upload files directly when selecting images
- Works for Veo first/last frames, reference images, etc.
- Auto-selects uploaded file in single-select mode
- Shows upload progress indicator

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2025-12-09 20:55:14 -05:00
DJP
4b096f45cb Fix auth, database issues, add provider API endpoint
- Fixed bcrypt password hashing compatibility
- Fixed cookie-based authentication persistence
- Added withCredentials for cookie support
- Fixed Nano Banana logger error
- Fixed Imagen to use REST API instead of Vertex AI
- Fixed Topaz hydration errors
- Added Flux API key
- Fixed database corruption from disk space
- Added thumbnail_path column
- Added provider capabilities API endpoint
- Added voice library save/load functionality
- Enhanced text-to-speech with more voice settings

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2025-12-09 20:50:12 -05:00
DJP
7a804e896d Initial commit - FORGE AI unified platform
Features:
- Image generation (OpenAI, Gemini, Leonardo, Bria, Stability, Flux)
- Nano Banana iterative editing
- Video generation and upscaling
- Audio TTS, STT, sound effects (ElevenLabs)
- Text prompt studio and alt text
- User authentication with JWT/cookies
- Admin panel with voice management
- Job queue with Celery
- PostgreSQL + Redis backend
- Next.js 15 + FastAPI architecture

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2025-12-09 20:39:00 -05:00