feat: fable 5 to fable 5.1

This commit is contained in:
hh
2026-09-01 21:24:36 +02:00
parent 01f5ee5ff2
commit b801d2f6da
+2 -2
View File
@@ -383,9 +383,9 @@ agents: list[BaseAgent] = [
dispatcher("beaver-dispatcher", "claude-opus-5", effort="high"),
deep("beaver-opus-high", "claude-opus-5", effort="high"),
raycast("beaver-gemini-pro-high", "google-gemini-3.1-pro", reasoning_effort="high"),
deep("beaver-fable-high", "claude-fable-5", effort="high"),
deep("beaver-fable-high", "claude-fable-5-1", effort="high"),
deep("beaver-opus-medium", "claude-opus-5", effort="medium"),
deep("beaver-fable-medium", "claude-fable-5", effort="medium"),
deep("beaver-fable-medium", "claude-fable-5-1", effort="medium"),
deep("beaver-opus-xhigh", "claude-opus-5", effort="xhigh"),
distiller("beaver-distiller", "claude-opus-5", effort="medium"),
curator("beaver-curator", "claude-opus-5", effort="high"),