v1.4.468

danielmiessler/Fabricv1.4.468Aug 2, 2026by github-actions[bot]

AI Summary

Fixes a bug in the Ollama integration where the stream channel was not closed properly upon encountering errors, ensuring proper resource cleanup.

Key Highlights

  • Fixes Ollama stream channel closure on errors
  • Prevents resource leaks on error conditions

Full Release Notes

## Changes

### PR [#2182](https://github.com/danielmiessler/Fabric/pull/2182) by [drawliin](https://github.com/drawliin): fix(ollama): close stream channel on errors

- Fix(ollama): close stream channel on errors