v1.15.0
Mintplex-Labs/anything-llmv1.15.0Jun 25, 2026by timothycarambat
AI Summary
Introduces 'Magic Features' that extend AI capabilities to the OS level (Magic Echo, Beacon, Tab) and improves agent tools and embedders.
Key Highlights
- Magic Features for OS-wide dictation, text actions, and autocomplete.
- Unlocking Chat History Cap.
- Intelligent Tool Selection enabled by default.
- GenericOpenAi embedder improvements with prefix env vars.
New Features
- Magic Echo (voice-to-text dictation)
- Magic Beacon (highlight text and act on it)
- Magic Tab (autocomplete replacement)
- Unlock Chat History Cap
- ToolReranker enabled by default
- GenericOpenAi embedder prefix env vars
Full Release Notes
# AnythingLLM Is Now An AI Agent Across Your Os With AnythingLLM 1.15.0 for Desktop we have been working *hard* on what it means to bring your agent **to you**. Something that is still local, but outside of the walls of an app or a browser. This release features our first 3 features about this effort - we hope you enjoy them. ## Introducing Magic Features Magic Features bring AI to your entire computer — not just inside AnythingLLM. Dictation, text actions, and autocomplete that work in any app, fully on-device. All Magic Features are free to use — no signup required. Pro removes the daily limits. #### AnythingLLM Pro Nothing about AnythingLLM is changing. Pro is purely additive — no existing features are affected, nothing is being locked away. Every Pro feature will always have a free daily tier, no signup required. You can read more about what AnythingLLM Pro is [here](https://docs.anythingllm.com/pro/overview). ## Magic Echo - [Docs](https://docs.anythingllm.com/pro/magic-echo) > A smarter voice-to-text dictation that works anywhere on your OS. Can replace tools like SuperWhisper or WhisprFlow entirely. Fully on-device. Speak naturally and your words appear right where your cursor is — transcribed, cleaned up, and punctuated. Echo can see what's on your screen to make dictations smarter and more contextual. Includes custom dictionary support, voice commands, and more. <video src="https://github.com/user-attachments/assets/8c04002f-04e7-4c93-8ea8-21bda0871293"></video> ## Magic Beacon - [Docs](https://docs.anythingllm.com/pro/magic-beacon) > Highlight text in any app and instantly act on it with AI. Highlight any text on your screen and instantly act on it — summarize, translate, rewrite, research, or run a custom action. Beacon works in any app without switching windows. It also has full access to your agent skills, MCPs, and tools — AnythingLLM's entire capability set, available anywhere your cursor is. <video src="https://github.com/user-attachments/assets/b8131375-5530-41ae-9fc8-620944552c51"></video> ## Magic Tab - [Docs](https://docs.anythingllm.com/pro/magic-tab) > Grammarly across your entire computer - fully on-device. As you type, Magic Tab suggests what comes next — in any app, aware of what you're working on so suggestions actually fit. Click into a text field and it'll suggest something before you've typed a single letter. If you use Grammarly, Tab can replace it entirely — privately, on your device. <video src="https://github.com/user-attachments/assets/8a84189d-efbf-411b-ad22-e3d31ec6273d"></video> ---- ## What's Changed * Unlock Chat History Cap by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/5906 * fix: API update-embeddings fails with Prisma "filename is missing" on Windows paths by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/5907 * Intelligent Tool Selection (`ToolReranker`) enabled by default by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/5893 * feat: add query/passage prefix env vars to GenericOpenAi embedder by @jhsmith409 in https://github.com/Mintplex-Labs/anything-llm/pull/5589 * 1.15.0 tags by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5909 ## New Contributors * @jhsmith409 made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/5589 **Full Changelog**: https://github.com/Mintplex-Labs/anything-llm/compare/v1.14.2...v1.15.0