The Wire · Showcase
OLLAMA BOLSTERS CLAUDE DESKTOP, VLLM HARDENS AUDIO PATHS
By RepoJournal · Filed · About Local LLMs
Ollama's desktop app just made Claude Desktop integration faster and safer to manage, while vLLM closed a security gap on audio file size limits.
Ollama is tightening its Claude Desktop experience with three fixes: explicit model mappings [1], a default-on Auto mode [2], and faster toggle responsiveness [3] that replaces blocking model checks with a lightweight connection summary. The same team also killed a duplicated first-use modal and a stale integration chevron [4], with a scrollable integrations list to match [5]. Across the stack, llama.cpp shipped a ccache-clear tweak [6] to prevent CI cache rot, a per-device FlashAttention tuning table for Metal [7], and a grammar fix that makes hyphens literal in character classes [8], so tool-call grammars stop failing on escaped dashes. vLLM now enforces VLLM_MAX_AUDIO_CLIP_FILESIZE_MB on every audio path [9], a security fix worth shipping before you touch any multimodal pipeline, and documents the UUID exposure risk that comes with it [10]. Model cleanup continues: vLLM removes ten deprecated architectures [11] and deprecated parameters [12], so plan a migration if you rely on any of them. SGLang fixed a nasty decode retraction bug that could resume a request on someone else's recurrent state [13], and added a test for MXFP8 KV state transfer on Inkling [14]. It also lands GGUF and NVFP4 support for MiniMax H3 diffusion [15] [16], plus docs that split Qwen3.8-27B NVFP4 export cells by lm_head precision into two checkpoints [17].
One email a day. Unsubscribe in one click.
Keep up with Local LLMs in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Upgrade vLLM to include the audio filesize enforcement fix before your next multimodal deployment vllm-project/vllm [immediate]
- → Review your vLLM model registry for the ten removed architectures and migrate off before they disappear vllm-project/vllm [plan]
- → Update Ollama desktop app to get the Claude Desktop responsiveness and mapping fixes ollama/ollama [plan]
- → Apply the llama.cpp grammar fix to any tool-call grammar generation that uses escaped hyphens ggml-org/llama.cpp [monitor]
References
- [1] app: add Claude Desktop model mappings ↗ ollama/ollama
- [2] app: add Claude Desktop Auto mode setting ↗ ollama/ollama
- [3] app: improve desktop integration responsiveness ↗ ollama/ollama
- [4] app: fix desktop interaction regressions ↗ ollama/ollama
- [5] app: make integrations list scrollable ↗ ollama/ollama
- [6] ci : apply ccache-clear with older/min/dry-run to all ccache jobs ↗ ggml-org/llama.cpp
- [7] metal : per-device tuned (Q, NE) for flash-attn vec (#26570) ggml-org/llama.cpp
- [8] grammar : parse \- in char classes as literal hyphen (#27591) ggml-org/llama.cpp
- [9] fix(security): enforce VLLM_MAX_AUDIO_CLIP_FILESIZE_MB on all audio paths (#53561) vllm-project/vllm
- [10] [Docs][Security] Document multimodal media UUID security implications (#53582) vllm-project/vllm
- [11] [Model] Remove ten deprecated model architectures (#53608) vllm-project/vllm
- [12] [MISC] Cleanup deprecated parameters (#53559) vllm-project/vllm
- [13] Fix recurrent state loss on decode retraction ↗ sgl-project/sglang
- [14] Add PD test for inkling with mxfp8 KV ↗ sgl-project/sglang
- [15] [Diffusion] Load MiniMax H3 GGUF text encoders ↗ sgl-project/sglang
- [16] [Diffusion] Load Comfy NVFP4 MiniMax H3 checkpoints ↗ sgl-project/sglang
- [17] [docs] Split the Qwen3.8-27B NVFP4 cells by lm_head precision ↗ sgl-project/sglang