Change8

v0.23.2

Breaking Changes
📦 ollamaView on GitHub →
1 breaking3 features🔧 3 symbols

Summary

This release introduces significant performance improvements via API response caching and refines the launch integration management workflow. The default behavior of `ollama launch` has been updated regarding Claude Desktop integration.

⚠️ Breaking Changes

  • The command `ollama launch` no longer includes Claude Desktop by default because the third-party integration is restricted to Anthropic models.

Migration Steps

  1. If you still wish to launch Claude Desktop, use `ollama launch claude-desktop --restore` to restore it to its normal state.

✨ New Features

  • Responses for the /api/show endpoint are now cached, resulting in a ~6.7x improvement in median latency for integrations like VS Code.
  • Improved backup workflow when managing launch integrations.
  • Cleaner image generation layout in the MLX runner.

Affected Symbols