ContextControl v0.3.15 fixes the image generation readiness regression and makes model uninstall less fragile.
Changes:
- Split Diffusers health into shared SD/Tiny readiness plus a FLUX.2 Klein-only
Flux2KleinPipelinegate, so a Klein package issue no longer hides Tiny Stable Diffusion or other Diffusers image models. - Fresh Hugging Face Diffusers installs now request
diffusers>=0.38.0for the Klein pipeline. - Klein download/generation validates the Klein pipeline before running and reports a clear managed-venv repair message when missing.
- Ollama model uninstall no longer waits on the full dependency scan after
ollama rm; it updates install state quickly and treats already-removed models as successful cleanup. - README and packaged install guide document the new Diffusers/Klein behavior and quiet installer syntax.
Verification:
dotnet build ide\ContextControl.Workbench\ContextControl.Workbench.csproj --configuration Releasedotnet build ide\ContextControl.Setup\ContextControl.Setup.csproj --configuration Releasedotnet run --project ide\ContextControl.Workbench.Tests\ContextControl.Workbench.Tests.csproj --configuration Releasepackaging\Publish-ContextControlRelease.ps1 -Configuration Release -RuntimeIdentifier win-x64 -Version 0.3.15- Quiet installer install/uninstall smoke test