mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-09 23:26:34 -04:00
chore(release): Update version to v1.4.458
This commit is contained in:
parent
c7f07b6f1b
commit
82e14bb8f3
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.457"
|
||||
var version = "v1.4.458"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.457"
|
||||
"1.4.458"
|
||||
|
|
|
|||
Loading…
Reference in a new issue