Skip to content

Commit 3c51cad

Browse files
chore(release): Update version to v1.4.274
1 parent bc64290 commit 3c51cad

File tree

6 files changed

+14
-11
lines changed

6 files changed

+14
-11
lines changed

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.274 (2025-08-07)
4+
5+
### PR [#1673](https://github.com/danielmiessler/Fabric/pull/1673) by [ksylvan](https://github.com/ksylvan): Add Support for Claude Opus 4.1 Model
6+
7+
- Add Claude Opus 4.1 model support
8+
- Upgrade anthropic-sdk-go from v1.4.0 to v1.7.0
9+
- Fix temperature/topP parameter conflict for models
10+
- Refactor release workflow to use shared version job and simplify OS handling
11+
- Improve chat parameter defaults handling with domain constants
12+
313
## v1.4.273 (2025-08-05)
414

515
### Direct commits

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.273"
3+
var version = "v1.4.274"

cmd/generate_changelog/changelog.db

0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1673.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
@@ -26,8 +26,8 @@ schema = 3
2626
version = "v1.3.3"
2727
hash = "sha256-jv7ZshpSd7FZzKKN6hqlUgiR8C3y85zNIS/hq7g76Ho="
2828
[mod."github.com/anthropics/anthropic-sdk-go"]
29-
version = "v1.4.0"
30-
hash = "sha256-4kwFw9gt/sRIlTo0fC2PbfLnCyc4lCOtmfQelhpORX8="
29+
version = "v1.7.0"
30+
hash = "sha256-DvpFXlUE04HeMbqQX4HIC/KMJYPXJ8rEaZkNJb1rWxs="
3131
[mod."github.com/araddon/dateparse"]
3232
version = "v0.0.0-20210429162001-6b43995a97de"
3333
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.273"
1+
"1.4.274"

0 commit comments

Comments
 (0)