Skip to content

Commit 99dcff0

Browse files
chore(release): Update version to v1.4.447
1 parent 27f0f66 commit 99dcff0

6 files changed

Lines changed: 14 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.4.447 (2026-04-17)
4+
5+
### PR [#2097](https://github.com/danielmiessler/Fabric/pull/2097) by [ksylvan](https://github.com/ksylvan): Add Claude Opus 4.7 model support and bump Anthropic SDK to v1.37.0
6+
7+
- Added Claude Opus 4.7 model support and bumped the Anthropic SDK to v1.37.0.
8+
- Upgraded the `anthropic-sdk-go` dependency from v1.34.0 to v1.37.0.
9+
- Added `claude-opus-4-7` to the supported models list.
10+
- Enabled the 1M context window beta feature for Opus 4.7.
11+
- Updated model beta comments to reflect Opus 4.7 support.
12+
313
## v1.4.446 (2026-04-15)
414

515
### PR [#2093](https://github.com/danielmiessler/Fabric/pull/2093) by [alecjmckanna](https://github.com/alecjmckanna): feat: add --readpattern flag to print pattern contents to terminal

cmd/fabric/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
var version = "v1.4.446"
3+
var version = "v1.4.447"
16 KB
Binary file not shown.

cmd/generate_changelog/incoming/2097.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

nix/pkgs/fabric/gomod2nix.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ schema = 3
4141
version = "v1.3.3"
4242
hash = "sha256-jv7ZshpSd7FZzKKN6hqlUgiR8C3y85zNIS/hq7g76Ho="
4343
[mod."github.com/anthropics/anthropic-sdk-go"]
44-
version = "v1.34.0"
45-
hash = "sha256-uHnmsIdszZiiYQ3mgqNdzKgtuYJV58GJ7sdtWCVgQ8Y="
44+
version = "v1.37.0"
45+
hash = "sha256-uL6+6DtWRlUZXp0bKF74dfiWNHZqKxQXwI3uTTe9nKY="
4646
[mod."github.com/araddon/dateparse"]
4747
version = "v0.0.0-20210429162001-6b43995a97de"
4848
hash = "sha256-UuX84naeRGMsFOgIgRoBHG5sNy1CzBkWPKmd6VbLwFw="

nix/pkgs/fabric/version.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.4.446"
1+
"1.4.447"

0 commit comments

Comments
 (0)