danielmiessler.fabric/internal
Kayvan Sylvan a23c698947 feat: add image generation compatibility warnings for unsupported models
## CHANGES

- Add warning to stderr when using incompatible models with image generation
- Add GPT-5, GPT-5-nano, and GPT-5.2 to supported image generation models
- Create `checkImageGenerationCompatibility` function in OpenAI plugin
- Add comprehensive tests for image generation compatibility warnings
- Add integration test scenarios for CLI image generation workflows
- Suggest gpt-4o as alternative in incompatibility warning messages
2026-01-20 11:55:18 -08:00
..
chat refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
cli feat: add image generation compatibility warnings for unsupported models 2026-01-20 11:55:18 -08:00
core Merge branch 'main' into kayvan/msft_copilot_vendor_by_claude_opus_4_5 2026-01-15 15:00:42 -08:00
domain refactor: rewrite Ollama chat handler to support proper streaming responses 2026-01-17 00:52:29 -08:00
i18n feat: localize setup process and add funding configuration 2025-12-22 09:39:02 -08:00
log refactor: replace interface{} with any across codebase 2025-12-15 22:25:18 -08:00
plugins feat: add image generation compatibility warnings for unsupported models 2026-01-20 11:55:18 -08:00
server chore: refactor parseOllamaNumCtx for cleaner errors and type fixes 2026-01-18 10:12:18 -08:00
tools feat: localize setup process and add funding configuration 2025-12-22 09:39:02 -08:00
util fix: implement case-insensitive vendor and model name matching across the application 2025-11-24 21:36:17 +08:00