You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Changelog
2
2
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
+
3
18
## v1.4.447 (2026-04-17)
4
19
5
20
### 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
0 commit comments