v1.4.458
danielmiessler/Fabricv1.4.458Jul 12, 2026by github-actions[bot]
AI Summary
Fixed a bug where Anthropic chat option max token overrides were not being respected, ensuring correct application of configured defaults and explicit overrides.
Key Highlights
- Respects Anthropic max token overrides correctly
- Uses configured defaults when token options are missing
- Added comprehensive tests for max token selection
Full Release Notes
## Changes ### PR [#2161](https://github.com/danielmiessler/Fabric/pull/2161) by [ksylvan](https://github.com/ksylvan): fix: respect Anthropic chat option max token overrides - Fix: respect Anthropic chat option max token overrides - Use configured Anthropic max tokens as default - Apply chat option max tokens when provided - Preserve existing behavior for missing token overrides - Add tests for default max token selection - Add tests for explicit max token overrides ### Direct commits - Chore: clean up ChangeLog