v0.19.0-rc1
📦 ollamaView on GitHub →
✨ 2 features🐛 3 fixes🔧 4 symbols
Summary
This release introduces changes to the launch command behavior, updates the TUI title handling, and improves CI build processes for MLX and CUDA.
Migration Steps
- Users relying on the 'cline' integration via 'launch' should be aware it is now hidden.
- Users launching VS Code via Ollama might see VS Code open from a preferred known path instead of relying on the 'code' executable being in PATH.
✨ New Features
- The launch command now hides the cline integration.
- The launch/vscode command now prefers known VS Code paths over checking for 'code' on PATH.
🐛 Bug Fixes
- The TUI now correctly updates the chat title.
- CI now includes MLX JIT headers on Linux.
- CI now hardens CUDA include path handling.