Skip to content

ContextControl 0.3.15

Latest

Choose a tag to compare

@VulkanVX VulkanVX released this 31 May 10:47

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 Flux2KleinPipeline gate, 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.0 for 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 Release
  • dotnet build ide\ContextControl.Setup\ContextControl.Setup.csproj --configuration Release
  • dotnet run --project ide\ContextControl.Workbench.Tests\ContextControl.Workbench.Tests.csproj --configuration Release
  • packaging\Publish-ContextControlRelease.ps1 -Configuration Release -RuntimeIdentifier win-x64 -Version 0.3.15
  • Quiet installer install/uninstall smoke test