refactor(routing): rename local/claude to fast/thinking model pair #4
Reference in New Issue
Block a user
Delete Branch "agent/thinking-fast-routing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The routing decision is about reasoning capacity, not cost or provider.
koala/qwen35-9b-fast) — high pass rate, speed winsiguana/gemma4-26b) — low pass rate, depth neededRemoves the implicit Anthropic dependency from the routing pod — both models go through LiteLLM. Defaults baked in so no SOPS secret update is needed to get correct behaviour out of the box.
Renamed:
HYPERGUILD_LOCAL_MODEL→HYPERGUILD_FAST_MODELHYPERGUILD_CLAUDE_MODEL→HYPERGUILD_THINKING_MODELRouter.LocalModel→Router.FastModelRouter.ClaudeModel→Router.ThinkingModelclaude_fallback→thinking_fallback