• feat(summarizer): move local fallback off koala to iguana/gemma4-26b
    CI / Build & Import (push) Successful in 10s
    CI / Lint / Test / Vet (push) Successful in 10s

    mathias released this 2026-06-11 05:54:56 +00:00 | 38 commits to main since this release

    koala now carries other GPU loads, so the first fallback should not run there.
    Change the default chain to koala/phi4-mini → iguana/gemma4-26b → berget/mistral-small:
    the local fallback now runs on iguana (M2 Ultra headroom, different host = different
    egress IP for the rare fallback fetch). gemma4-26b is the brain-validated homelab
    general-purpose model (agentsquad H2/H3 executor) and returned valid summary JSON on
    the real prompt in a smoke test (~37s incl. cold-load — fine for a fallback path).

    Pure config default (TAPIR_FALLBACK_MODEL); chain mechanism (ADR-022) unchanged.

    Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

    Downloads