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
AbstractFlow media node properties now load Gateway voice profiles, TTS models, STT models, provider image models, and cached local vision models from Gateway catalog routes.
Generate Image, Generate Voice, Transcribe Audio, and Listen Voice nodes now expose simple Gateway Media controls for local/provider model selection.
Fixed
Image, TTS, and STT selectors now write media-specific fields (image_provider/image_model, tts_model, stt_model) instead of overloading LLM routing provider/model.
Apple/GPU Flow release-profile installs now include abstractagent>=0.3.7, so Agent-node workflow validation matches the capabilities shipped in the local host profiles.
Changed
Apple/GPU Flow install profiles now require Runtime >=0.4.10 and Core >=2.13.13 while keeping Gateway as a separately installed server dependency to avoid a Flow/Gateway release-order cycle.