Управление отказоустойчивостью CLI через circuit-breaker

★ 7.9 · devops

cli-resilience is a Claude Code skill that inspects and manages circuit-breaker states, connection cooldowns, quota limits, and backoff levels through the omniroute CLI. It exposes a full set of subcommands — resilience status, breakers, cooldowns, lockouts, reset, profile, config, show, set, and quota — each supporting provider- or connection-scoped filters via flags like --provider, --connection-id, and --model. The resilience reset command unsticks blocked connections and model lockouts individually or clears all cooldowns at once with --all-cooldowns. Resilience thresholds are tuned through resilience set using --threshold, --reset-timeout, and --base-cooldown parameters. Built for engineers who need to quickly diagnose and recover AI provider failures caused by quota exhaustion, circuit trips, or backoff escalation.