AI-ML
Ollama v0.24.0
RESUMEN
Codex App Ollama 0.24 includes support for the Codex App, OpenAI's desktop experience for working on Codex threads in parallel with built-in worktree support and git functionality. ```bash ollama launch codex-app ``` <img width="2088" height="1404" alt="CleanShot 2026-05-14 at 15 04 18
Descripción Detallada
Codex App Ollama 0.24 includes support for the Codex App, OpenAI's desktop experience for working on Codex threads in parallel with built-in worktree support and git functionality. ```bash ollama launch codex-app ``` Built-in browser Codex can load local servers and sites in its built-in browser, enabling you to directly annotate on the page to request changes. Review mode Review code inside the app, leave comments, and iterate without leaving your workspace. Choosing a model For difficult coding and agentic tasks: - kimi-k2.6 (with vision support) - glm-5.1 For local use without an Ollama Cloud subscription: - nemotron-3-super - gemma4:31b - qwen3.6 Restore anytime To restore the previous configuration of Codex App, run: ```bash ollama launch codex-app --restore ``` What's Changed * Reworked the MLX sampler for improved generation quality on Apple Silicon Full Changelog:
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
AI-ML
Ollama v0.30.11
## What's Changed * launch: add thinking capability detection to opencode by @hoyyeva in https://github.com/ollama/ollama/pull/15434 * launch: auto-install Claude Code by @hoyyeva in https://github.com/ollama/ollama/pull/16802 * launch: auto-install opencode when missing by @hoyyeva in https://gi
AI-ML
Ollama v0.30.10
## What's Changed * Command A and North family models now run on Apple Silicon with the MLX engine * Updated the underlying llama.cpp engine to build 9672 * Fixed build artifacts for MLX **Full Changelog**: https://github.com/ollama/ollama/compare/v0.30.9...v0.30.10