chore(release): Update version to v1.4.458

This commit is contained in:
github-actions[bot] 2026-07-12 19:21:54 +00:00
parent c7f07b6f1b
commit 82e14bb8f3
5 changed files with 20 additions and 13 deletions

View file

@ -1,5 +1,23 @@
# Changelog
## v1.4.458 (2026-07-12)
### 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
## v1.4.457 (2026-07-09)
### PR [#2155](https://github.com/danielmiessler/Fabric/pull/2155) by [ksylvan](https://github.com/ksylvan): Claude Sonnet 5 Anthropic support

View file

@ -1,3 +1,3 @@
package main
var version = "v1.4.457"
var version = "v1.4.458"

Binary file not shown.

View file

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

View file

@ -1 +1 @@
"1.4.457"
"1.4.458"