chore: incoming 2161 changelog entry

This commit is contained in:
Kayvan Sylvan 2026-07-12 12:17:54 -07:00
parent 6e44e1c66a
commit f96a971168

View file

@ -0,0 +1,11 @@
### 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