v1.4.458
yarnpkg/yarnv1.4.458Jul 12, 2026by github-actions[bot]
AI Summary
This release fixes a bug where Anthropic chat option max token overrides were being ignored, ensuring that configured token limits are correctly applied.
Key Highlights
- Fixed Anthropic max token overrides to respect configured defaults and explicit chat option values.
- Added comprehensive tests for default and explicit max token selection scenarios.
- Cleaned up the ChangeLog and performed general chore maintenance.
New Features
- Fix for Anthropic max token overrides
- Added tests for token limit logic
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