Skip to content

Commit f5b7279

Browse files
chore(release): Update version to v1.4.279
1 parent b974e1b commit f5b7279

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
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.279 (2025-08-10)
4+
5+
### PR [#1685](https://github.com/danielmiessler/Fabric/pull/1685) by [ksylvan](https://github.com/ksylvan): Fix Gemini Role Mapping for API Compatibility
6+
7+
- Fix Gemini role mapping to ensure proper API compatibility by converting chat roles to Gemini's user/model format
8+
- Map assistant role to model role per Gemini API constraints
9+
- Map system, developer, function, and tool roles to user role for proper handling
10+
- Default unrecognized roles to user role to preserve instruction context
11+
- Add comprehensive unit tests to validate convertMessages role mapping logic
12+
313
## v1.4.278 (2025-08-09)
414

515
### PR [#1681](https://github.com/danielmiessler/Fabric/pull/1681) by [ksylvan](https://github.com/ksylvan): Enhance YouTube Support with Custom yt-dlp Arguments

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.278"
3+
var version = "v1.4.279"
0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1685.txt

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

nix/pkgs/fabric/version.nix

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

0 commit comments

Comments
 (0)