• v0.5.0 2891606765

    pyr0ball released this 2026-04-24 17:29:18 -07:00 | 74 commits to main since this release

    What's New

    Cloud Session Integration

    • app/cloud_session.py: wires CloudSessionFactory(product="avocet") from cf-core v0.16.0
    • app/imitate.py: extracts user_id from the resolved cloud session and forwards it to the cf-orch allocation request
    • Premium users with custom models registered in UserModelRegistry on the coordinator will automatically receive their fine-tuned model path — no route parameter changes needed
    • Graceful fallback: local/anon/unauthenticated sessions route to the shared model catalog as before

    Requires: cf-core ≥ 0.16.0, cf-orch ≥ 0.4.0 for custom model routing

    Full changelog: v0.4.0...v0.5.0

    Downloads