Consolidate warnings for model recommendations

This commit is contained in:
Seb Slight 2026-01-26 11:22:12 -05:00 committed by GitHub
parent 73c3afb345
commit 0f0097d29c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,8 +72,7 @@ async function requireRiskAcknowledgement(params: {
"",
warning("Model policy (required for tool-enabled or untrusted input):"),
`- ${good("Recommended:")} Anthropic Opus 4.5.`,
`- ${warning("Not recommended:")} weaker tiers like Sonnet or Haiku.`,
`- ${warning("Supported but not recommended:")} free models, cheap models, or local models.`,
`- ${warning("Supported but not recommended:")} weaker tiers like Sonnet or Haiku, free models, cheap models, or local models.`,
"",
emphasis("Required safeguards:"),
"- Pairing/allowlists + mention-gating.",