Claude Code v2.1.160–v2.1.168: fallback models and plugin list
Claude Code shipped nine releases this week (v2.1.160 through v2.1.168). The standout additions for plugin users: a new `fallbackModel` setting that configures up to three models tried in order when the primary is overloaded (and `--fallback-model` now applies to interactive sessions); a `/plugin list` command to enumerate installed plugins with `--enabled`/`--disabled` filters; and `requiredMinimumVersion`/`requiredMaximumVersion` managed settings that refuse to start outside an approved version range. Deny rules also gained glob support in the tool-name position (`"*"` denies all tools), and `claude agents --json` now reports `waitingFor` so you can see what a fanned-out session is blocked on.
Source