free-coding-models 0.5.83 → 0.5.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -86,7 +86,9 @@ export function buildHowTheRouterWorksLines({ chalk = null, indent = '' } = {})
86
86
  lines.push(body('Point any OpenAI-compatible client at http://localhost:19280/v1'))
87
87
  lines.push(body('with model: "fcm". The daemon picks the healthiest model in'))
88
88
  lines.push(body('your active set and forwards the request — with automatic'))
89
- lines.push(body('failover if the first model 429s or 5xxs.'))
89
+ lines.push(body('failover if the first model 429s or 5xxs. Failover prefers the'))
90
+ lines.push(body('same model family on another provider (toggled per set as'))
91
+ lines.push(body('Family failover on the Router Dashboard) before switching family.'))
90
92
  lines.push('')
91
93
 
92
94
  lines.push(header('2. The pre-prompt (system message)'))