Ollama: Gemma4 Enhancements and Copilot CLI Integration

Ollama merged seven pull requests focused on Gemma4 model improvements and new GitHub Copilot CLI integration. Key changes include size-based rendering for Gemma4 models and fixes for MLX platform compatibility.

Duration: PT1M50S

Episode overview

This episode is a short developer briefing from Ollama.

It explains recent repository work in plain language.

  • Show: Ollama
  • Published: 2026-04-16T00:00:00Z
  • Audio duration: PT1M50S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, this is your Ollama development briefing for April 16th, 2026.

Devon Rifkin merged a significant update to Gemma4 model rendering that dynamically adjusts based on model size. The change introduces different rendering approaches for smaller e2b and e4b models versus larger 26b and 31b variants, while maintaining backwards compatibility through the existing gemma4 renderer name.

Mike Wallio merged GitHub Copilot CLI integration, allowing users to launch Copilot directly through Ollama with the command "ollama launch copilot." The integration includes automatic installation detection and proper environment variable configuration.

Daniel Hiltgen contributed multiple fixes for the MLX platform. He resolved an image generation lookup issue that had fallen out of sync with the new MLX library layout, fixed Gemma4 cache handling to use logical views, and addressed additional cache corner cases. Hiltgen also merged a critical fix preventing…

Parth Sareen merged an update to the launch command that skips unnecessary rewrites for managed-single integration types, improving compatibility for new integration patterns.

Looking ahead, we expect to see the Gemma4 models republished…

Nearby episodes from Ollama

  1. New CLI Integration and Performance Improvements
  2. Weekly Recap - MLX Performance & Launch Integration Expansion
  3. MLX Sampler Improvements
  4. Windows WSL Integration Simplified
  5. Hermes Agent Integration and Gemma4 Improvements
  6. Gemma 4 MLX Support and Mixed-Precision Improvements
  7. Weekly Recap - Model Integration and Tooling Enhancements
  8. ROCm 7.2.1 Performance Update