danielmiessler.fabric/internal
Kayvan Sylvan 78f9d7c1f7 fix: fall back to streamed delta text when completed Codex response is empty
- Prefer extracted completed text only when content stays non-empty
- Fall back to accumulated streamed delta text otherwise
- Preserve streamed response text before completed response evaluation
- Add regression test for empty completed output text
- Simulate SSE delta stream followed by blank completion
- Verify Send returns delta text when completion lacks content
2026-04-16 20:16:23 -07:00
..
chat feat: replace hardcoded error strings with i18n translation keys 2026-02-21 13:28:52 -08:00
cli feat: add --readpattern flag to print pattern contents to terminal 2026-04-15 00:43:16 -04:00
core refactor: propagate context.Context through Vendor interface methods 2026-03-25 16:09:10 -07:00
domain refactor: replace fmt.Errorf("%s", ...) with errors.New() and normalize i18n strings 2026-02-21 15:48:01 -08:00
i18n feat: internationalize YouTube visual extraction flags and error messages 2026-04-05 15:22:28 -07:00
log feat: add wire debug level (4) for full LLM request/response debug logging 2026-02-21 19:48:38 -08:00
plugins fix: fall back to streamed delta text when completed Codex response is empty 2026-04-16 20:16:23 -07:00
server refactor: propagate context.Context through Vendor interface methods 2026-03-25 16:09:10 -07:00
tools feat: internationalize YouTube visual extraction flags and error messages 2026-04-05 15:22:28 -07:00
util feat: replace hardcoded error strings with i18n translation keys 2026-02-21 13:28:52 -08:00