You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. CLIP/VAE fallback: throw descriptive error with download instructions
instead of silently using wrong model (e.g. qwen LLM as FLUX encoder)
2. RAG BM25: proper IDF calculation using document frequency across all
chunks instead of hardcoded Math.log(2)
3. Agent image_generate: actually calls ComfyUI via dynamic workflow
builder instead of returning stub string
4. Whisper check: isSpeechRecognitionSupported() now checks if Whisper
is actually running instead of hardcoded true
5. Chat history: filter empty assistant messages before sending to LLM
(empty placeholder was confusing the model)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments