Orchestrating AI Code Review at scale
… The error classifier maps OpenCode's error union type to a shouldFailback boolean: switch err.name { case "APIError": // Only retryable API errors 429, 503 trigger failback return { shouldFailback: Boolean data.isRetryable , ... }; case "ProviderAuthError": // Auth failure a different model won't f… …