danielmiessler.fabric/internal/plugins
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
..
ai fix: fall back to streamed delta text when completed Codex response is empty 2026-04-16 20:16:23 -07:00
db feat: add --readpattern flag to print pattern contents to terminal 2026-04-15 00:43:16 -04:00
strategy fix(chat): prevent streaming deadlock and unify strategy handling 2026-03-18 04:42:03 +05:30
template refactor: replace fmt.Errorf("%s", ...) with errors.New() and normalize i18n strings 2026-02-21 15:48:01 -08:00
plugin.go refactor: move NeedsRawMode default implementation to PluginBase 2026-02-26 12:39:49 -08:00
plugin_test.go refactor: add NewVendorPluginBase factory function to reduce duplication 2026-01-11 20:12:58 -08:00