# unsloth v0.1.802-beta — Bug Fixes + Auto compaction + LAN Remote Access - Product: unsloth (https://whatsnew.fyi/product/unsloth) - Vendor: unslothai - Date: 2026-08-25 - Version: v0.1.802-beta - Original notes: https://github.com/unslothai/unsloth/releases/tag/v0.1.802-beta - Permalink: https://whatsnew.fyi/product/unsloth/releases/v0.1.802-beta - Labels: Pre-release What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — MLX and Mac runtimes now run correctly - **added** — LAN API keyless and password-less access is now supported - **added** — XET and HTTP download toggle for clearer download progress - **fixed** — AMD bug fixes for Strix Halo and all RDNA GPUs - **added** — Auto Compaction (Experimental) for longer chats beyond context limits - **added** — Remote and LAN Access (Preview) for easy network access without Cloudflare links - **changed** — Faster Chat with improved streaming performance, reduced UI lag, and smoother long conversations - **added** — Support for custom llama.cpp builds with toggles for Cache RAM, Mmap, Mlock, Checkpoints, Speculative Decoding KV Cache, and Vision On/Off - **added** — Unsloth Dynamic v3.0 released with new Qwen3.8-27B Dynamic v3.0 GGUFs delivering >10% higher top-1 accuracy - **added** — Chats remember composer settings, system prompts, and model sampling options - **added** — Prompt queueing and customizable keyboard shortcuts - **added** — Added edit_file tool for partial file modifications - **changed** — Improved tool calling and MCP behavior - **added** — Responses API supports structured output formatting - **changed** — Improved recovery when llama-server crashes - **added** — Added OpenCode V2 support for unsloth start - **added** — Intel XPU support added - **changed** — Improved MTP performance and VRAM handling - **changed** — Better compatibility across ROCm, xFormers, and flash-attention setups Thanks for the support for Qwen3.8-27B and Unsloth Desktop! This is a bug fix release with 170+ PRs. * **MLX fixed** - Some MLX and Mac runtimes did not run correctly * **LAN API keyless / password-less** is now supported * **XET / HTTP download toggle** - clearer download progress * **AMD bug fixes** for Strix Halo, all RDNA GPUs + 170 bug fixes ##### Features * **Auto Compaction (Experimental)** for longer chats beyond context limits * **Remote & LAN Access (Preview)** for easy network access without Cloudflare links * **Faster Chat** - Improved streaming performance, reduced UI lag, and smoother long conversations. * Support for **custom llama.cpp builds**. Toggles for Cache RAM, Mmap, Mlock, Checkpoints, Spe Decoding KV Cache, Vision On / Off * [Unsloth Dynamic v3.0](https://unsloth.ai/docs/basics/dynamic-3.0-ggufs) is released. New Qwen3.8-27B Dynamic v3.0 GGUFs deliver >10% higher top-1 accuracy compared to everyone else. Works with Unsloth. ##### Auto compaction (Experimental) You can now do long chats and surpass a model's context limit, with evicted turns remaining searchable. * Long local chats can continue past the context limit by rolling older turns out of active context. * Auto compaction creates fresh context epochs instead of permanently trimming replies. * Evicted conversations remain searchable, with improved fact recall. * Context window information is shown before chat begins. **How it works** * Entire oldest turns are removed only when needed, never mid-message. The saved transcript stays unchanged. * Evicted turns are indexed into a per-thread searchable archive using Unsloth's existing RAG pipeline (store, chunker, embedder, retrieval). Lexical search is prioritized because chat recall is usually exact matches like names, numbers, or IDs. * A recall is forced during eviction instead of relying on the model to search itself. Later retrieval uses `search_conversation`. * The archive persists across epochs, allowing future compactions to recover previously evicted context. * No summarization: it showed little benefit and added ~190s per compaction. ##### Remote & LAN access (Preview) Access Unsloth from another device on your network, managed from settings. * New dedicated Settings section for remote access. * Enable or disable LAN access without restarting. * Supports connection addresses, QR codes, and optional auto-start. * LAN access is disabled by default and requires changing the generated admin password. ##### Chat + Functionality improvements * Long chats are faster with optimized streaming and thread handling. * Projects organize chats, files, and workspaces together. * Chats remember composer settings, system prompts, and model sampling options. * Added prompt queueing and customizable keyboard shortcuts. * Added `edit_file` tool for partial file modifications. * Improved tool calling and MCP behavior. ##### Hardware + inference improvements * Support for custom llama.cpp builds. * Toggles for advanced settings - Cache RAM, Mmap, Mlock, Checkpoints, Speculative Decoding KV Cache, Vision On / Off * Better validation for missing GPU support and oversized GGUF models. * Improved MTP performance and VRAM handling. * Better compatibility across ROCm, xFormers, and flash-attention setups. * Added Intel XPU support. ##### API + serving * Responses API supports structured output formatting. * Improved recovery when llama-server crashes. * Added OpenCode V2 support for `unsloth start`. ##### Hub + Desktop + training * Hub supports more image/video workflows. * Faster and improved GGUF downloads. * Desktop packaging and permissions improved. * Training scheduler and preprocessing improvements. ##### What's Changed * Bump install.sh / install.ps1 pin to unsloth>=2026.8.19 by @danielhanchen in https://github.com/unslothai/unsloth/pull/9422 * Say what killed a UI wrapper script instead of reporting a bare 143 by @danielhanc _[Truncated at 4000 characters — full notes: https://github.com/unslothai/unsloth/releases/tag/v0.1.802-beta]_