v1.4.458
bigcapitalhq/bigcapitalv1.4.458Jul 12, 2026by github-actions[bot]
AI Summary
This release focuses on fixing token limit handling for Anthropic models, ensuring that configured maximum tokens are respected as defaults and that chat options are applied correctly when provided.
Key Highlights
- Fixed Anthropic chat option max token overrides
- Configured Anthropic max tokens now serve as defaults
- Chat option max tokens are applied when explicitly provided
- Added comprehensive tests for default and explicit 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