v1.4.452

ankitects/ankiv1.4.452May 4, 2026by github-actions[bot]

AI Summary

This release addresses a compatibility issue with the Claude Opus 4.7 model by removing unsupported sampling parameters, while ensuring existing behavior is preserved for compatible models.

Key Highlights

  • Fix for Claude Opus 4.7 sampling parameter compatibility
  • Conditional omission of temperature and top_p for unsupported models
  • Implementation of a sampling parameter guard
  • Unit test coverage added for the fix

Full Release Notes

## Changes

### PR [#2111](https://github.com/danielmiessler/Fabric/pull/2111) by [ksylvan](https://github.com/ksylvan): fix: omit Anthropic sampling params for Claude Opus 4.7

- Fix: Omit Anthropic sampling parameters for Claude Opus 4.7 to ensure compatibility.
- Add a sampling parameter guard specifically for Opus 4.7.
- Omit `temperature` and `top_p` for models that do not support these parameters.
- Preserve existing `TopP` and temperature selection behavior for compatible models.
- Add unit test coverage for the Opus 4.7 sampling parameter omission.