v0.33.0
FlowiseAI/Flowisev0.33.0Aug 21, 2026by github-actions[bot]
AI Summary
This release introduces Claude Desktop gateway support and significantly improves caching mechanisms, including better handling of prefill cancellations and restore points.
Key Highlights
- Claude Desktop gateway provider configuration support
- Improved caching with trustworthy prefill restore points
- Fixed broken default packaging affecting Linux/Windows builds
- DeepSeek Harness launcher fallback to npx
New Features
- Claude Desktop integration
- Advanced caching logic
- Packaging fixes
Full Release Notes
## What's Changed ### Claude Desktop Developers can now easily configure Claude Desktop to seamlessly work with Ollama as a third-party gateway provider. <img width="1298" height="780" alt="image" src="https://github.com/user-attachments/assets/c02fd93b-f599-40a9-83c3-d0555c0ac182" /> ### Improved caching * Fixed a hang where agent clients that cancel long prefills * Prefill restore points are now trustworthy by construction: a cancelled prefill keeps every restore point it crossed, so retries resume where they stopped instead of restarting from scratch * Resumed prefills no longer record restore points that fail to cover what they claim; on models with recurrent layers this previously forced a request matching 46k of 47k tokens to reprocess from zero * Disabled Claude Code's "tokens left" token-countdown system message, which Ollama moved to the front of the prompt and broke the KV cache on every request ### Other improvements * DeepSeek Harness launcher now falls back to `npx` when the global npm install fails, with Windows command-shim support * MLX dependency update (#17886) * Fixed broken default packaging caused by macOS-specific assumptions affecting Linux/Windows builds **Full Changelog**: https://github.com/ollama/ollama/compare/v0.32.15...v0.33.0