v2.1.175
Claude CodeSummary
This release introduces the `enforceAvailableModels` managed setting, which tightens security by ensuring the Default model respects the configured `availableModels` allowlist. If the default model is disallowed, it now gracefully falls back to the first available model.
New Features
- Added the new `enforceAvailableModels` managed setting to constrain the Default model based on the `availableModels` allowlist.
Improvements
- When the Default model resolves to a disallowed model with `enforceAvailableModels` enabled, it now correctly falls back to the first allowed model.