# AnythingLLM v1.16.1 — AnythingLLM v1.16.1
- Product: AnythingLLM (https://whatsnew.fyi/product/anythingllm)
- Vendor: Mintplex Labs
- Date: 2026-08-27
- Version: v1.16.1
- Original notes: https://github.com/Mintplex-Labs/anything-llm/releases/tag/v1.16.1
- Permalink: https://whatsnew.fyi/product/anythingllm/releases/v1.16.1
- Labels: Platforms: Desktop
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'.
---
- **changed** — Overhauled UI for long-horizon agentic tasks to roll up activity and chain of thought into a single clean, collapsible UI element
- **added** — Navigation warning when canceling inference or leaving a page to prevent accidental abort of responses
- **added** — Foundry Local embedded inference engine support on Windows 11 (version 24H2, build 26100 or later) using WinML
- **changed** — Replaced previous Snapdragon NPU engine with GenieX for improved performance on X and X2 Elite devices
- **added** — AWS Bedrock cross-region inference profile support with geo-prefixed profile IDs and manual region entry
- **added** — LocalAI added as an image generation provider
- **added** — LocalAI context window auto-detection from server config with manual override option
- **added** — Silent and headless install and uninstall flags for Windows installer
- **changed** — Chain of thought and agent activity displayed as single collapsible component with live thought shown in header while streaming
- **changed** — Chain of thought rollup mirrored in the Assistant Panel
- **changed** — Foundry Local no longer prompts for setup when using built-in runtime and auto-loads models by capability detection
- **changed** — Onboarding light mode styling and redesigned LLM selection UI
- **changed** — Beacon now renders thinking blocks and markdown formatting correctly while streaming with collapsible thinking
- **changed** — Prompt input drafts now persist between navigation
- **fixed** — Fixed Gemini crash caused by content-header length mismatch on unpinned undici versions
- **fixed** — Fixed crash when aborting Anthropic or Bedrock Anthropic response mid-stream in chat mode and sending follow-up
- **fixed** — Fixed memory leak from leaked abort-stream listeners that caused pausing a response to wipe entire chat
- **fixed** — Fixed crash when creating a new workspace
###### Activity and Chain of Thought Overhaul
We overhauled our UI for long-horizon agentic tasks that show multiple thinking and tool calls to now roll up into a single clean, collapsible UI element.
This gives you more screen real estate for the actual response while still keeping the important call stack and thoughts the model produces in an easy-to-read format.
###### Navigation Warning
Recently, we added true abort signals across every supported LLM so that when you cancel inference or leave the page, we stop inference to save you on compute costs.
However, this had the unintended side effect of canceling inference when navigating away from a chat, preventing background completion. Now we warn you before aborting the response.
**Roadmap item:** We intend to make this user configurable so you can customize this behavior and allow background inference for those with more powerful or high-concurrency setups where multiple parallel inference sessions are feasible.
###### Foundry Local Embedded (Desktop Only)
[FoundryLocal](https://github.com/microsoft/foundry-local) is an inference engine built by Microsoft that is pre-installed and available on Windows 11 (version 24H2, build 26100 or later).
This uses WinML to load models for your CPU, GPU, or NPU across any Windows hardware configuration. It's a great option for hardware configurations we don't have explicit support for. Keep in mind that model availability may be limited as FoundryLocal is still rolling out. Vision models are **not** available currently.
_We partner with Microsoft for this, if you have bugs or issues we can help forward them to the FoundryLocal team_
###### GenieX for Snapdragon (Desktop Only)
> [!NOTE]
> This replaces our previous Snapdragon NPU engine. Any previous models from the old engine are deleted on update, and you'll need to re-download these optimized models. You should see a significant performance increase for NPU models and regular GGUFs.
>
> We highly recommend using only GGUF models for this engine. Qualcomm NPU-only models have 4K context windows and will result in a poor agent experience.
[GenieX](https://github.com/qualcomm/GenieX) is an open-source inference engine built by Qualcomm (previously [NexaAI](https://aihub.qualcomm.com/genai)) that efficiently runs GGUFs and Qualcomm AI Hub models on NPU for X and X2 Elite devices.
AnythingLLM offers fully managed and built-in support by selecting the "AnythingLLM GenieX" provider in the dropdown. Both GGUFs and NPU-only models can leverage the NPU, giving you the power efficiency and intelligence of both.
_We partner with Qualcomm for this, if you have bugs or issues we can help forward them to the GenieX team or you can make an issue on their GitHub. s/o @zhiyuan8, @alexchen4ai & @alanzhuly_
##### New Features
- [x] Native Foundry Local SDK on Windows (x64/ARM64) - the Foundry provider is now fully self-contained and no longer requires a separate Foundry Local install, with GPU/NPU-optimized model variants exposed in the catalog
- [x] GenieX runtime support for Windows ARM64 devices
- [x] AWS Bedrock cross-region inference profile support - geo-prefixed profile IDs (`us.`, `eu.`, `global.`) now appear in the model dropdown and route correctly, plus manual region entry for regions outside the preset list (GovCloud, specialized partitions)
- [x] LocalAI added as an image generation provider, listing only
_[Truncated at 4000 characters — full notes: https://github.com/Mintplex-Labs/anything-llm/releases/tag/v1.16.1]_