Skip to content

Commit 9743e10

Browse files
chore(release): Update version to v1.4.448
1 parent 82d8269 commit 9743e10

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## v1.4.448 (2026-04-17)
4+
5+
### Direct commits
6+
7+
- Fix: fall back to streamed delta text when completed Codex response is empty
8+
9+
- Prefer extracted completed text only when content stays non-empty
10+
- Fall back to accumulated streamed delta text otherwise
11+
12+
- Preserve streamed response text before completed response evaluation
13+
- Add regression test for empty completed output text
14+
15+
- Simulate SSE delta stream followed by blank completion
16+
- Verify Send returns delta text when completion lacks content
17+
318
## v1.4.447 (2026-04-17)
419

520
### 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

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

nix/pkgs/fabric/version.nix

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

0 commit comments

Comments
 (0)